diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d1f8eb5..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-language: objective-c
-osx_image: xcode10.2
-env: SWIFT_SNAPSHOT=5.0
-
-cache: cocoapods
-podfile: Example/Podfile
-
-env:
- global:
- - LANG=en_US.UTF-8
- - LC_ALL=en_US.UTF-8
- - XCODE_WORKSPACE=Example/EFCountingLabel.xcworkspace
- - DESTINATION="OS=12.0,name=iPhone XS"
- matrix:
- - SCHEME="EFCountingLabel-Example"
-
-before_install:
- - gem install xcpretty --no-document --quiet
- - gem install cocoapods --pre --no-document --quiet
- - pod install --project-directory=Example
-
-script:
- - set -o pipefail
- - sh Startup.sh
- - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
- - xcodebuild -workspace "$XCODE_WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
- - pod lib lint --allow-warnings
-
-after_success:
- - sleep 3
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90f0256..b676921 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
-----
+## [5.1.5](https://github.com/EFPrefix/EFCountingLabel/releases/tag/5.1.5) (2023-07-23)
+
+- Update minimum ios version.
+
+---
+
## [5.1.4](https://github.com/EFPrefix/EFCountingLabel/releases/tag/5.1.4) (2021-06-30)
* Support SPM.
diff --git a/EFCountingLabel.podspec b/EFCountingLabel.podspec
index 8486134..4d73723 100644
--- a/EFCountingLabel.podspec
+++ b/EFCountingLabel.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EFCountingLabel'
- s.version = '5.1.4'
+ s.version = '5.1.5'
s.summary = 'A label which can show number change animated.'
s.description = <<-DESC
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/EyreFree777'
s.swift_version = '5.0'
- s.ios.deployment_target = '8.0'
+ s.ios.deployment_target = '11.0'
s.source_files = 'EFCountingLabel/*.swift'
end
diff --git a/Example/EFCountingLabel.xcodeproj/project.pbxproj b/Example/EFCountingLabel.xcodeproj/project.pbxproj
index f33227a..e20f9cc 100644
--- a/Example/EFCountingLabel.xcodeproj/project.pbxproj
+++ b/Example/EFCountingLabel.xcodeproj/project.pbxproj
@@ -7,12 +7,10 @@
objects = {
/* Begin PBXBuildFile section */
- 5EEE4459477CD89613CC9254 /* Pods_EFCountingLabel_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA8BF1F2807CCE416BEF5C0C /* Pods_EFCountingLabel_Tests.framework */; };
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; };
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; };
- 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; };
615470077217336459F28548 /* StoryboardButtonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 615478D55F97750BE62D6350 /* StoryboardButtonViewController.swift */; };
61547605835C3408C93468DF /* CustomTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 615478D4657C10BDDB2930B2 /* CustomTableViewController.swift */; };
61547AB8DD5A704F70185C87 /* ListTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6154772B1F9DBE58D87528C6 /* ListTableViewController.swift */; };
@@ -20,16 +18,6 @@
88B4CB65271A07819AE9D976 /* Pods_EFCountingLabel_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FF702AD45972585A86A336D5 /* Pods_EFCountingLabel_Example.framework */; };
/* End PBXBuildFile section */
-/* Begin PBXContainerItemProxy section */
- 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 607FACC81AFB9204008FA782 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 607FACCF1AFB9204008FA782;
- remoteInfo = EFCountingLabel;
- };
-/* End PBXContainerItemProxy section */
-
/* Begin PBXFileReference section */
0D6321623D5D5D7DD361D3FA /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; };
276DE02E85C0E7D6ED37EDD4 /* Pods-EFCountingLabel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EFCountingLabel_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.debug.xcconfig"; sourceTree = ""; };
@@ -42,9 +30,6 @@
607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; };
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; };
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; };
- 607FACE51AFB9204008FA782 /* EFCountingLabel_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EFCountingLabel_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
- 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; };
6154772B1F9DBE58D87528C6 /* ListTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListTableViewController.swift; sourceTree = ""; };
615477C97BA7D1BE03393744 /* StoryboardLabelViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StoryboardLabelViewController.swift; sourceTree = ""; };
615478D4657C10BDDB2930B2 /* CustomTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomTableViewController.swift; sourceTree = ""; };
@@ -66,14 +51,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
- 607FACE21AFB9204008FA782 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 5EEE4459477CD89613CC9254 /* Pods_EFCountingLabel_Tests.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
@@ -82,7 +59,6 @@
children = (
607FACF51AFB993E008FA782 /* Podspec Metadata */,
607FACD21AFB9204008FA782 /* Example for EFCountingLabel */,
- 607FACE81AFB9204008FA782 /* Tests */,
607FACD11AFB9204008FA782 /* Products */,
C4EC0D76B0D5BA3BFD5682EE /* Pods */,
A7CA133B4A0DCCD8F0D16197 /* Frameworks */,
@@ -93,7 +69,6 @@
isa = PBXGroup;
children = (
607FACD01AFB9204008FA782 /* EFCountingLabel_Example.app */,
- 607FACE51AFB9204008FA782 /* EFCountingLabel_Tests.xctest */,
);
name = Products;
sourceTree = "";
@@ -121,23 +96,6 @@
name = "Supporting Files";
sourceTree = "";
};
- 607FACE81AFB9204008FA782 /* Tests */ = {
- isa = PBXGroup;
- children = (
- 607FACEB1AFB9204008FA782 /* Tests.swift */,
- 607FACE91AFB9204008FA782 /* Supporting Files */,
- );
- path = Tests;
- sourceTree = "";
- };
- 607FACE91AFB9204008FA782 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 607FACEA1AFB9204008FA782 /* Info.plist */,
- );
- name = "Supporting Files";
- sourceTree = "";
- };
607FACF51AFB993E008FA782 /* Podspec Metadata */ = {
isa = PBXGroup;
children = (
@@ -202,25 +160,6 @@
productReference = 607FACD01AFB9204008FA782 /* EFCountingLabel_Example.app */;
productType = "com.apple.product-type.application";
};
- 607FACE41AFB9204008FA782 /* EFCountingLabel_Tests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "EFCountingLabel_Tests" */;
- buildPhases = (
- E5E81E386983D648FA46AD94 /* [CP] Check Pods Manifest.lock */,
- 607FACE11AFB9204008FA782 /* Sources */,
- 607FACE21AFB9204008FA782 /* Frameworks */,
- 607FACE31AFB9204008FA782 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 607FACE71AFB9204008FA782 /* PBXTargetDependency */,
- );
- name = EFCountingLabel_Tests;
- productName = Tests;
- productReference = 607FACE51AFB9204008FA782 /* EFCountingLabel_Tests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
/* End PBXNativeTarget section */
/* Begin PBXProject section */
@@ -235,11 +174,6 @@
CreatedOnToolsVersion = 6.3.1;
LastSwiftMigration = 1020;
};
- 607FACE41AFB9204008FA782 = {
- CreatedOnToolsVersion = 6.3.1;
- LastSwiftMigration = 1020;
- TestTargetID = 607FACCF1AFB9204008FA782;
- };
};
};
buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "EFCountingLabel" */;
@@ -256,7 +190,6 @@
projectRoot = "";
targets = (
607FACCF1AFB9204008FA782 /* EFCountingLabel_Example */,
- 607FACE41AFB9204008FA782 /* EFCountingLabel_Tests */,
);
};
/* End PBXProject section */
@@ -272,13 +205,6 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
- 607FACE31AFB9204008FA782 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
@@ -318,24 +244,6 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
- E5E81E386983D648FA46AD94 /* [CP] Check Pods Manifest.lock */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
- "${PODS_ROOT}/Manifest.lock",
- );
- name = "[CP] Check Pods Manifest.lock";
- outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-EFCountingLabel_Tests-checkManifestLockResult.txt",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
- showEnvVarsInLog = 0;
- };
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
@@ -351,24 +259,8 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
- 607FACE11AFB9204008FA782 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
/* End PBXSourcesBuildPhase section */
-/* Begin PBXTargetDependency section */
- 607FACE71AFB9204008FA782 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 607FACCF1AFB9204008FA782 /* EFCountingLabel_Example */;
- targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
/* Begin PBXVariantGroup section */
607FACD91AFB9204008FA782 /* Main.storyboard */ = {
isa = PBXVariantGroup;
@@ -503,7 +395,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = EFCountingLabel/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
@@ -519,7 +411,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = EFCountingLabel/Info.plist;
- IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
@@ -528,46 +420,6 @@
};
name = Release;
};
- 607FACF31AFB9204008FA782 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 8BCD51943A3A1640311342F6 /* Pods-EFCountingLabel_Tests.debug.xcconfig */;
- buildSettings = {
- DEVELOPMENT_TEAM = "";
- FRAMEWORK_SEARCH_PATHS = (
- "$(SDKROOT)/Developer/Library/Frameworks",
- "$(inherited)",
- );
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- INFOPLIST_FILE = Tests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 5.0;
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EFCountingLabel_Example.app/EFCountingLabel_Example";
- };
- name = Debug;
- };
- 607FACF41AFB9204008FA782 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 47A0BF93F64203C763BE2E42 /* Pods-EFCountingLabel_Tests.release.xcconfig */;
- buildSettings = {
- DEVELOPMENT_TEAM = "";
- FRAMEWORK_SEARCH_PATHS = (
- "$(SDKROOT)/Developer/Library/Frameworks",
- "$(inherited)",
- );
- INFOPLIST_FILE = Tests/Info.plist;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SWIFT_VERSION = 5.0;
- TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EFCountingLabel_Example.app/EFCountingLabel_Example";
- };
- name = Release;
- };
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -589,15 +441,6 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "EFCountingLabel_Tests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 607FACF31AFB9204008FA782 /* Debug */,
- 607FACF41AFB9204008FA782 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
/* End XCConfigurationList section */
};
rootObject = 607FACC81AFB9204008FA782 /* Project object */;
diff --git a/Example/Podfile b/Example/Podfile
index a4e29b9..6ff11d9 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -1,13 +1,7 @@
-platform :ios, '8.0'
+platform :ios, '11.0'
use_frameworks!
target 'EFCountingLabel_Example' do
pod 'EFCountingLabel', :path => '../'
-
- target 'EFCountingLabel_Tests' do
- inherit! :search_paths
-
-
- end
end
diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index 87388b0..b3645b7 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - EFCountingLabel (5.1.3)
+ - EFCountingLabel (5.1.5)
DEPENDENCIES:
- EFCountingLabel (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- EFCountingLabel: 90f505124cfc50045349fb637fac7d1bc3f612e8
+ EFCountingLabel: d2e259de6ffa896cb9c325e14d5be1fccf8bfa7f
-PODFILE CHECKSUM: 18006cf8308f1ddc4db21317a6cf556416d587b1
+PODFILE CHECKSUM: 03fceae1d360be5f90acaae286c451e1cf0231ae
-COCOAPODS: 1.10.1
+COCOAPODS: 1.12.1
diff --git a/Example/Pods/Local Podspecs/EFCountingLabel.podspec.json b/Example/Pods/Local Podspecs/EFCountingLabel.podspec.json
index 1d10e54..09336e2 100644
--- a/Example/Pods/Local Podspecs/EFCountingLabel.podspec.json
+++ b/Example/Pods/Local Podspecs/EFCountingLabel.podspec.json
@@ -1,6 +1,6 @@
{
"name": "EFCountingLabel",
- "version": "5.1.3",
+ "version": "5.1.5",
"summary": "A label which can show number change animated.",
"description": "A label which can show number change animated, in Swift.",
"homepage": "https://github.com/EFPrefix/EFCountingLabel",
@@ -14,12 +14,12 @@
},
"source": {
"git": "https://github.com/EFPrefix/EFCountingLabel.git",
- "tag": "5.1.3"
+ "tag": "5.1.5"
},
"social_media_url": "https://twitter.com/EyreFree777",
"swift_versions": "5.0",
"platforms": {
- "ios": "8.0"
+ "ios": "11.0"
},
"source_files": "EFCountingLabel/*.swift",
"swift_version": "5.0"
diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock
index 87388b0..b3645b7 100644
--- a/Example/Pods/Manifest.lock
+++ b/Example/Pods/Manifest.lock
@@ -1,5 +1,5 @@
PODS:
- - EFCountingLabel (5.1.3)
+ - EFCountingLabel (5.1.5)
DEPENDENCIES:
- EFCountingLabel (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- EFCountingLabel: 90f505124cfc50045349fb637fac7d1bc3f612e8
+ EFCountingLabel: d2e259de6ffa896cb9c325e14d5be1fccf8bfa7f
-PODFILE CHECKSUM: 18006cf8308f1ddc4db21317a6cf556416d587b1
+PODFILE CHECKSUM: 03fceae1d360be5f90acaae286c451e1cf0231ae
-COCOAPODS: 1.10.1
+COCOAPODS: 1.12.1
diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj
index dd145ec..3fb72bb 100644
--- a/Example/Pods/Pods.xcodeproj/project.pbxproj
+++ b/Example/Pods/Pods.xcodeproj/project.pbxproj
@@ -7,29 +7,19 @@
objects = {
/* Begin PBXBuildFile section */
- 05F10EDA329B508CB6C290B8A5A3A097 /* Pods-EFCountingLabel_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 03AD160971F8E453D87B755BE0C3C73F /* Pods-EFCountingLabel_Example-dummy.m */; };
- 0CC468D5BDEC9EAA4783B2833844C16C /* EFCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41785E0EB592D7AACEF8231B81306FD5 /* EFCount.swift */; };
- 191705B055BD9B98ECF3ACCF952D9D9A /* Pods-EFCountingLabel_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1653CDC9D6E3900BEBD4B6FE574D6FC6 /* Pods-EFCountingLabel_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 2A2AC199E504660604EDA6DAB86EBF9E /* EFCountingLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BFBD7D8E97C6A6CC9284D693FE9A5807 /* EFCountingLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 4F334D216196E032FB47C2E3A5872704 /* EFCountingLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EB8531D9C7A58F89AE0F68D4E5A274D /* EFCountingLabel-dummy.m */; };
- 744E5272C9BB31AFD03BE5BF92BF53AD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
- 80D80F83B6B48AC874579ECAB0AF470A /* EFTimingMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24834BBF70EEE092B6B3930C24B41692 /* EFTimingMethod.swift */; };
- 96EC67902FBFB3A138697BAD929DCCE5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
- A441CF5D7F2C5610F632ACD94AC45D6C /* Pods-EFCountingLabel_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB60A8A0636D3156E365D8E97630977 /* Pods-EFCountingLabel_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
- B0B01BF9248C17F961CFD2AA033A6CBD /* EFCountAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF22062872554B7BD642DEA2FF449E11 /* EFCountAdapter.swift */; };
- B99E7D0182FB77F9AECA3585D2EC28B9 /* Pods-EFCountingLabel_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B87957D051F840B09E442BD2872E46A8 /* Pods-EFCountingLabel_Tests-dummy.m */; };
- CF0096074D79CBA5CC11C128679F58FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
+ 179D08CB74014365A5DBF7F96233B380 /* EFCountAdapter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF22062872554B7BD642DEA2FF449E11 /* EFCountAdapter.swift */; };
+ 4A33C63883A766BF922578C538E3CDB8 /* EFCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41785E0EB592D7AACEF8231B81306FD5 /* EFCount.swift */; };
+ 71B8EBC62C6140F6E4C999B024A23B67 /* EFTimingMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24834BBF70EEE092B6B3930C24B41692 /* EFTimingMethod.swift */; };
+ B754C2C0EDD67EFF2EB7B34678236573 /* EFCountingLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BFBD7D8E97C6A6CC9284D693FE9A5807 /* EFCountingLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ BA4032313D8347EB522BA9D6A7D3366A /* Pods-EFCountingLabel_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6233BB8FED3535AF1F1EAF9F34BC43B6 /* Pods-EFCountingLabel_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
+ CAD7695EF89A3FB22EE1C69FFDD6B741 /* EFCountingLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EB8531D9C7A58F89AE0F68D4E5A274D /* EFCountingLabel-dummy.m */; };
+ E671CE7A769B627DCFBB78FD0DEA15D8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
+ FC40B218967815D609B61A7962D53416 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
+ FE174D9D21DD8B345C98D3D4BDC8EEFB /* Pods-EFCountingLabel_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E069EC4349330E5DBB6438FC0603C10 /* Pods-EFCountingLabel_Example-dummy.m */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
- 038FD5A31A71593E66E3A646E467E484 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 8C4582010343B9B88E6D43FB890130C9;
- remoteInfo = "Pods-EFCountingLabel_Example";
- };
- 8D24F848DEB7C7A25C9B78E1F7E4E755 /* PBXContainerItemProxy */ = {
+ A48068AC17151EF2B29C6A684756A8AF /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
@@ -39,65 +29,48 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
- 03AD160971F8E453D87B755BE0C3C73F /* Pods-EFCountingLabel_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EFCountingLabel_Example-dummy.m"; sourceTree = ""; };
- 142068632B15BAAE714CA329C7635DB3 /* Pods-EFCountingLabel_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Example-acknowledgements.plist"; sourceTree = ""; };
- 1653CDC9D6E3900BEBD4B6FE574D6FC6 /* Pods-EFCountingLabel_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EFCountingLabel_Tests-umbrella.h"; sourceTree = ""; };
- 1EFBE3A78B27DC1330FC7FF43C8F2BC0 /* Pods-EFCountingLabel_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Tests.debug.xcconfig"; sourceTree = ""; };
- 1F0411083E85C71D5D998AC56976420E /* Pods-EFCountingLabel_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Tests-acknowledgements.plist"; sourceTree = ""; };
+ 0764642E39CB54EBB58019267F61D298 /* Pods-EFCountingLabel_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Example.release.xcconfig"; sourceTree = ""; };
+ 0DB2B5514A6803202D29CE254729796F /* Pods-EFCountingLabel_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Example-acknowledgements.plist"; sourceTree = ""; };
24834BBF70EEE092B6B3930C24B41692 /* EFTimingMethod.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFTimingMethod.swift; path = EFCountingLabel/EFTimingMethod.swift; sourceTree = ""; };
25B3C6DD19D5E97A4C53B9BA46B4DC14 /* EFCountingLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFCountingLabel-prefix.pch"; sourceTree = ""; };
2BF927881CC208B083EF24AB626E2C1A /* EFCountingLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EFCountingLabel.modulemap; sourceTree = ""; };
- 38147FE581C08350930DCDC6884202DA /* Pods-EFCountingLabel_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EFCountingLabel_Tests-acknowledgements.markdown"; sourceTree = ""; };
+ 3DF588FF666F3488C533C9D74F3D6FDE /* Pods-EFCountingLabel_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EFCountingLabel_Example.modulemap"; sourceTree = ""; };
41785E0EB592D7AACEF8231B81306FD5 /* EFCount.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFCount.swift; path = EFCountingLabel/EFCount.swift; sourceTree = ""; };
+ 496D96116360EA16BF0AFA5E90D912A9 /* Pods-EFCountingLabel_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EFCountingLabel_Example-acknowledgements.markdown"; sourceTree = ""; };
4EB8531D9C7A58F89AE0F68D4E5A274D /* EFCountingLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EFCountingLabel-dummy.m"; sourceTree = ""; };
- 5EBFFBCF9E56DA4AF71E6A1981521E28 /* EFCountingLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = EFCountingLabel.framework; path = EFCountingLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 5FCB0AD06832AF841C3D5A06093D29D3 /* Pods-EFCountingLabel_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EFCountingLabel_Example.modulemap"; sourceTree = ""; };
- 64484A7ECC99C41AA0499383F4DC8157 /* Pods_EFCountingLabel_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_EFCountingLabel_Tests.framework; path = "Pods-EFCountingLabel_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 5E069EC4349330E5DBB6438FC0603C10 /* Pods-EFCountingLabel_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EFCountingLabel_Example-dummy.m"; sourceTree = ""; };
+ 5EBFFBCF9E56DA4AF71E6A1981521E28 /* EFCountingLabel */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = EFCountingLabel; path = EFCountingLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 6233BB8FED3535AF1F1EAF9F34BC43B6 /* Pods-EFCountingLabel_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EFCountingLabel_Example-umbrella.h"; sourceTree = ""; };
67DAC139776F964C36A05EC29FA10C9B /* EFCountingLabel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "EFCountingLabel-Info.plist"; sourceTree = ""; };
67DD78ECB795242CF0088962E09BCF1B /* EFCountingLabel.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFCountingLabel.debug.xcconfig; sourceTree = ""; };
68FB394F582B0675DC254ABB3784E4E2 /* EFCountingLabel.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFCountingLabel.release.xcconfig; sourceTree = ""; };
6F3844DCA1CA85F33609F6C8723E1093 /* EFCountingLabel.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EFCountingLabel.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
+ 71E1F45CCBC6C1AD62D025F566B7B392 /* Pods-EFCountingLabel_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EFCountingLabel_Example-frameworks.sh"; sourceTree = ""; };
73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
- 75F9DADB329292DCDA3696F5EFB1FE08 /* Pods_EFCountingLabel_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_EFCountingLabel_Example.framework; path = "Pods-EFCountingLabel_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 75F9DADB329292DCDA3696F5EFB1FE08 /* Pods-EFCountingLabel_Example */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-EFCountingLabel_Example"; path = Pods_EFCountingLabel_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
75FE801E1915E8CF89A88180F1BA6B73 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; };
+ 828B011F1527895BC86B0024B256CA10 /* Pods-EFCountingLabel_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Example-Info.plist"; sourceTree = ""; };
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
- B72AE3A853FF2ABD2F3FF343E8BCD815 /* Pods-EFCountingLabel_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EFCountingLabel_Tests.modulemap"; sourceTree = ""; };
- B87957D051F840B09E442BD2872E46A8 /* Pods-EFCountingLabel_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EFCountingLabel_Tests-dummy.m"; sourceTree = ""; };
BFBD7D8E97C6A6CC9284D693FE9A5807 /* EFCountingLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFCountingLabel-umbrella.h"; sourceTree = ""; };
- C81588BB56B75D425E8D9A36FF3EC746 /* Pods-EFCountingLabel_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Tests.release.xcconfig"; sourceTree = ""; };
- CFB60A8A0636D3156E365D8E97630977 /* Pods-EFCountingLabel_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EFCountingLabel_Example-umbrella.h"; sourceTree = ""; };
- D46920A2A233186B849F4501385856F4 /* Pods-EFCountingLabel_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Example-Info.plist"; sourceTree = ""; };
- D4C904E22C241ABEA5B95A1C4F23E579 /* Pods-EFCountingLabel_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EFCountingLabel_Example-frameworks.sh"; sourceTree = ""; };
- D8CDAA9A313CCF8FBB622265D33E9F24 /* Pods-EFCountingLabel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Example.debug.xcconfig"; sourceTree = ""; };
- DF2074EE70CB95C393990BEEC4DCA8C9 /* Pods-EFCountingLabel_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Tests-Info.plist"; sourceTree = ""; };
- E32EAA07EF62BE689744A554DA909CB1 /* Pods-EFCountingLabel_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EFCountingLabel_Example-acknowledgements.markdown"; sourceTree = ""; };
+ C388FFF7F6087A35A1FE0ED8E1A7E381 /* Pods-EFCountingLabel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Example.debug.xcconfig"; sourceTree = ""; };
EA488836B24F417553E6E3D658D8B43D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; };
FF22062872554B7BD642DEA2FF449E11 /* EFCountAdapter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFCountAdapter.swift; path = EFCountingLabel/EFCountAdapter.swift; sourceTree = ""; };
- FF5C152FC56C4D532DFA882CD1ED0E99 /* Pods-EFCountingLabel_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Example.release.xcconfig"; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
- 2C1BE24D997D78B353F857321200FBA4 /* Frameworks */ = {
+ A053ABBF137B1581ED13255573E3775E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 744E5272C9BB31AFD03BE5BF92BF53AD /* Foundation.framework in Frameworks */,
+ FC40B218967815D609B61A7962D53416 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 86A8E3915B9E4753C67A6DED5EE02177 /* Frameworks */ = {
+ C52ED8FC1A7A2F9F854659E5F4426A14 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- CF0096074D79CBA5CC11C128679F58FA /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- B470023E252E235D6D04AEA2E18530FF /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 96EC67902FBFB3A138697BAD929DCCE5 /* Foundation.framework in Frameworks */,
+ E671CE7A769B627DCFBB78FD0DEA15D8 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -114,37 +87,13 @@
name = Pod;
sourceTree = "";
};
- 156973888CE476B70F71711E9CD3A1E4 /* Pods-EFCountingLabel_Example */ = {
- isa = PBXGroup;
- children = (
- 5FCB0AD06832AF841C3D5A06093D29D3 /* Pods-EFCountingLabel_Example.modulemap */,
- E32EAA07EF62BE689744A554DA909CB1 /* Pods-EFCountingLabel_Example-acknowledgements.markdown */,
- 142068632B15BAAE714CA329C7635DB3 /* Pods-EFCountingLabel_Example-acknowledgements.plist */,
- 03AD160971F8E453D87B755BE0C3C73F /* Pods-EFCountingLabel_Example-dummy.m */,
- D4C904E22C241ABEA5B95A1C4F23E579 /* Pods-EFCountingLabel_Example-frameworks.sh */,
- D46920A2A233186B849F4501385856F4 /* Pods-EFCountingLabel_Example-Info.plist */,
- CFB60A8A0636D3156E365D8E97630977 /* Pods-EFCountingLabel_Example-umbrella.h */,
- D8CDAA9A313CCF8FBB622265D33E9F24 /* Pods-EFCountingLabel_Example.debug.xcconfig */,
- FF5C152FC56C4D532DFA882CD1ED0E99 /* Pods-EFCountingLabel_Example.release.xcconfig */,
- );
- name = "Pods-EFCountingLabel_Example";
- path = "Target Support Files/Pods-EFCountingLabel_Example";
- sourceTree = "";
- };
- 4B1AFBF1EB13FFDE6943C3F43039906C /* Pods-EFCountingLabel_Tests */ = {
+ 4E89BC5C935D9E8C930B4B7684955231 /* Products */ = {
isa = PBXGroup;
children = (
- B72AE3A853FF2ABD2F3FF343E8BCD815 /* Pods-EFCountingLabel_Tests.modulemap */,
- 38147FE581C08350930DCDC6884202DA /* Pods-EFCountingLabel_Tests-acknowledgements.markdown */,
- 1F0411083E85C71D5D998AC56976420E /* Pods-EFCountingLabel_Tests-acknowledgements.plist */,
- B87957D051F840B09E442BD2872E46A8 /* Pods-EFCountingLabel_Tests-dummy.m */,
- DF2074EE70CB95C393990BEEC4DCA8C9 /* Pods-EFCountingLabel_Tests-Info.plist */,
- 1653CDC9D6E3900BEBD4B6FE574D6FC6 /* Pods-EFCountingLabel_Tests-umbrella.h */,
- 1EFBE3A78B27DC1330FC7FF43C8F2BC0 /* Pods-EFCountingLabel_Tests.debug.xcconfig */,
- C81588BB56B75D425E8D9A36FF3EC746 /* Pods-EFCountingLabel_Tests.release.xcconfig */,
+ 5EBFFBCF9E56DA4AF71E6A1981521E28 /* EFCountingLabel */,
+ 75F9DADB329292DCDA3696F5EFB1FE08 /* Pods-EFCountingLabel_Example */,
);
- name = "Pods-EFCountingLabel_Tests";
- path = "Target Support Files/Pods-EFCountingLabel_Tests";
+ name = Products;
sourceTree = "";
};
578452D2E740E91742655AC8F1636D1F /* iOS */ = {
@@ -163,16 +112,6 @@
name = "Development Pods";
sourceTree = "";
};
- 5F48950C6E5D66C419CF07FC3D07B2CE /* Products */ = {
- isa = PBXGroup;
- children = (
- 5EBFFBCF9E56DA4AF71E6A1981521E28 /* EFCountingLabel.framework */,
- 75F9DADB329292DCDA3696F5EFB1FE08 /* Pods_EFCountingLabel_Example.framework */,
- 64484A7ECC99C41AA0499383F4DC8157 /* Pods_EFCountingLabel_Tests.framework */,
- );
- name = Products;
- sourceTree = "";
- };
638C3D797D41EC2E74F6FA297D66FC94 /* Support Files */ = {
isa = PBXGroup;
children = (
@@ -201,14 +140,39 @@
path = ../..;
sourceTree = "";
};
+ AF1936EE4D383B4521097502A5D24776 /* Pods-EFCountingLabel_Example */ = {
+ isa = PBXGroup;
+ children = (
+ 3DF588FF666F3488C533C9D74F3D6FDE /* Pods-EFCountingLabel_Example.modulemap */,
+ 496D96116360EA16BF0AFA5E90D912A9 /* Pods-EFCountingLabel_Example-acknowledgements.markdown */,
+ 0DB2B5514A6803202D29CE254729796F /* Pods-EFCountingLabel_Example-acknowledgements.plist */,
+ 5E069EC4349330E5DBB6438FC0603C10 /* Pods-EFCountingLabel_Example-dummy.m */,
+ 71E1F45CCBC6C1AD62D025F566B7B392 /* Pods-EFCountingLabel_Example-frameworks.sh */,
+ 828B011F1527895BC86B0024B256CA10 /* Pods-EFCountingLabel_Example-Info.plist */,
+ 6233BB8FED3535AF1F1EAF9F34BC43B6 /* Pods-EFCountingLabel_Example-umbrella.h */,
+ C388FFF7F6087A35A1FE0ED8E1A7E381 /* Pods-EFCountingLabel_Example.debug.xcconfig */,
+ 0764642E39CB54EBB58019267F61D298 /* Pods-EFCountingLabel_Example.release.xcconfig */,
+ );
+ name = "Pods-EFCountingLabel_Example";
+ path = "Target Support Files/Pods-EFCountingLabel_Example";
+ sourceTree = "";
+ };
+ B8F8E1F30EFA37BE798A843F952A839B /* Targets Support Files */ = {
+ isa = PBXGroup;
+ children = (
+ AF1936EE4D383B4521097502A5D24776 /* Pods-EFCountingLabel_Example */,
+ );
+ name = "Targets Support Files";
+ sourceTree = "";
+ };
CF1408CF629C7361332E53B88F7BD30C = {
isa = PBXGroup;
children = (
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
5832B98A0A7D272F3B6413F124921C79 /* Development Pods */,
D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */,
- 5F48950C6E5D66C419CF07FC3D07B2CE /* Products */,
- E703129639FE169B330B18BCB1BD5E38 /* Targets Support Files */,
+ 4E89BC5C935D9E8C930B4B7684955231 /* Products */,
+ B8F8E1F30EFA37BE798A843F952A839B /* Targets Support Files */,
);
sourceTree = "";
};
@@ -220,39 +184,22 @@
name = Frameworks;
sourceTree = "";
};
- E703129639FE169B330B18BCB1BD5E38 /* Targets Support Files */ = {
- isa = PBXGroup;
- children = (
- 156973888CE476B70F71711E9CD3A1E4 /* Pods-EFCountingLabel_Example */,
- 4B1AFBF1EB13FFDE6943C3F43039906C /* Pods-EFCountingLabel_Tests */,
- );
- name = "Targets Support Files";
- sourceTree = "";
- };
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
- 15386C3D6546328EB2BE3F8FE6E8FD33 /* Headers */ = {
+ 479EF20F8C2B55E6A3D336B70419357A /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- A441CF5D7F2C5610F632ACD94AC45D6C /* Pods-EFCountingLabel_Example-umbrella.h in Headers */,
+ BA4032313D8347EB522BA9D6A7D3366A /* Pods-EFCountingLabel_Example-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- 1C6B97ECFE5D5D28BBC9542CEBA9D902 /* Headers */ = {
+ 597B60F66A164DFA5FE7877C06E32BC3 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- 2A2AC199E504660604EDA6DAB86EBF9E /* EFCountingLabel-umbrella.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 9A2CFE04013D6F3E0424F486BE412648 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 191705B055BD9B98ECF3ACCF952D9D9A /* Pods-EFCountingLabel_Tests-umbrella.h in Headers */,
+ B754C2C0EDD67EFF2EB7B34678236573 /* EFCountingLabel-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -261,31 +208,31 @@
/* Begin PBXNativeTarget section */
8C4582010343B9B88E6D43FB890130C9 /* Pods-EFCountingLabel_Example */ = {
isa = PBXNativeTarget;
- buildConfigurationList = EAEEE0DF74C80A4A206AD4AB89618CFD /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Example" */;
+ buildConfigurationList = D163CD179B5EDF460658D900532AE3C0 /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Example" */;
buildPhases = (
- 15386C3D6546328EB2BE3F8FE6E8FD33 /* Headers */,
- EB059B0F2BE68F2B04AACC25BD83A986 /* Sources */,
- 86A8E3915B9E4753C67A6DED5EE02177 /* Frameworks */,
- D672D04EFE4A15ED9D1F08FB47922A8A /* Resources */,
+ 479EF20F8C2B55E6A3D336B70419357A /* Headers */,
+ CC7D4402BEBF8FE93DE95FE4FFB1E54F /* Sources */,
+ A053ABBF137B1581ED13255573E3775E /* Frameworks */,
+ 5217059263461292013E3C4A18EF390F /* Resources */,
);
buildRules = (
);
dependencies = (
- 1710BEC0705E8E7EAD6A07498BAC27CF /* PBXTargetDependency */,
+ C864649302C50F531774D1CCA45F689D /* PBXTargetDependency */,
);
name = "Pods-EFCountingLabel_Example";
- productName = "Pods-EFCountingLabel_Example";
- productReference = 75F9DADB329292DCDA3696F5EFB1FE08 /* Pods_EFCountingLabel_Example.framework */;
+ productName = Pods_EFCountingLabel_Example;
+ productReference = 75F9DADB329292DCDA3696F5EFB1FE08 /* Pods-EFCountingLabel_Example */;
productType = "com.apple.product-type.framework";
};
8D87E5A9FC1F8F56498963BEA9EDFE7A /* EFCountingLabel */ = {
isa = PBXNativeTarget;
- buildConfigurationList = 14114E04A57A6E889A8AB768089F3FF2 /* Build configuration list for PBXNativeTarget "EFCountingLabel" */;
+ buildConfigurationList = F9A113098C2405133BCC8AD9A4229735 /* Build configuration list for PBXNativeTarget "EFCountingLabel" */;
buildPhases = (
- 1C6B97ECFE5D5D28BBC9542CEBA9D902 /* Headers */,
- FF4C03218B39446A6E0B97C35A28345F /* Sources */,
- B470023E252E235D6D04AEA2E18530FF /* Frameworks */,
- 504078AF28E44AC7EC62FB7174169BA1 /* Resources */,
+ 597B60F66A164DFA5FE7877C06E32BC3 /* Headers */,
+ B3C24FB5FD44E70039C5873CCE6EDD90 /* Sources */,
+ C52ED8FC1A7A2F9F854659E5F4426A14 /* Frameworks */,
+ 8A7C8E03D0AAE61128137FD62CFF5B9D /* Resources */,
);
buildRules = (
);
@@ -293,26 +240,7 @@
);
name = EFCountingLabel;
productName = EFCountingLabel;
- productReference = 5EBFFBCF9E56DA4AF71E6A1981521E28 /* EFCountingLabel.framework */;
- productType = "com.apple.product-type.framework";
- };
- B0F85C85FC1A7A5C9193CC47492B429F /* Pods-EFCountingLabel_Tests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 806FF74EAE7D4EC1D30E9EE9C453502B /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Tests" */;
- buildPhases = (
- 9A2CFE04013D6F3E0424F486BE412648 /* Headers */,
- 18C85E342A53360723F8BD8E76EE8055 /* Sources */,
- 2C1BE24D997D78B353F857321200FBA4 /* Frameworks */,
- 17BCCA9A4CD528D62458B69DDA9DAFDE /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 99682023C83201252D93708B7B93AF1B /* PBXTargetDependency */,
- );
- name = "Pods-EFCountingLabel_Tests";
- productName = "Pods-EFCountingLabel_Tests";
- productReference = 64484A7ECC99C41AA0499383F4DC8157 /* Pods_EFCountingLabel_Tests.framework */;
+ productReference = 5EBFFBCF9E56DA4AF71E6A1981521E28 /* EFCountingLabel */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
@@ -321,45 +249,37 @@
BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
isa = PBXProject;
attributes = {
- LastSwiftUpdateCheck = 1100;
- LastUpgradeCheck = 1100;
+ LastSwiftUpdateCheck = 1300;
+ LastUpgradeCheck = 1300;
};
buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
- en,
Base,
+ en,
);
mainGroup = CF1408CF629C7361332E53B88F7BD30C;
- productRefGroup = 5F48950C6E5D66C419CF07FC3D07B2CE /* Products */;
+ productRefGroup = 4E89BC5C935D9E8C930B4B7684955231 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
8D87E5A9FC1F8F56498963BEA9EDFE7A /* EFCountingLabel */,
8C4582010343B9B88E6D43FB890130C9 /* Pods-EFCountingLabel_Example */,
- B0F85C85FC1A7A5C9193CC47492B429F /* Pods-EFCountingLabel_Tests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
- 17BCCA9A4CD528D62458B69DDA9DAFDE /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 504078AF28E44AC7EC62FB7174169BA1 /* Resources */ = {
+ 5217059263461292013E3C4A18EF390F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
- D672D04EFE4A15ED9D1F08FB47922A8A /* Resources */ = {
+ 8A7C8E03D0AAE61128137FD62CFF5B9D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -369,56 +289,44 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
- 18C85E342A53360723F8BD8E76EE8055 /* Sources */ = {
+ B3C24FB5FD44E70039C5873CCE6EDD90 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- B99E7D0182FB77F9AECA3585D2EC28B9 /* Pods-EFCountingLabel_Tests-dummy.m in Sources */,
+ 4A33C63883A766BF922578C538E3CDB8 /* EFCount.swift in Sources */,
+ 179D08CB74014365A5DBF7F96233B380 /* EFCountAdapter.swift in Sources */,
+ CAD7695EF89A3FB22EE1C69FFDD6B741 /* EFCountingLabel-dummy.m in Sources */,
+ 71B8EBC62C6140F6E4C999B024A23B67 /* EFTimingMethod.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
- EB059B0F2BE68F2B04AACC25BD83A986 /* Sources */ = {
+ CC7D4402BEBF8FE93DE95FE4FFB1E54F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 05F10EDA329B508CB6C290B8A5A3A097 /* Pods-EFCountingLabel_Example-dummy.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- FF4C03218B39446A6E0B97C35A28345F /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 0CC468D5BDEC9EAA4783B2833844C16C /* EFCount.swift in Sources */,
- B0B01BF9248C17F961CFD2AA033A6CBD /* EFCountAdapter.swift in Sources */,
- 4F334D216196E032FB47C2E3A5872704 /* EFCountingLabel-dummy.m in Sources */,
- 80D80F83B6B48AC874579ECAB0AF470A /* EFTimingMethod.swift in Sources */,
+ FE174D9D21DD8B345C98D3D4BDC8EEFB /* Pods-EFCountingLabel_Example-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- 1710BEC0705E8E7EAD6A07498BAC27CF /* PBXTargetDependency */ = {
+ C864649302C50F531774D1CCA45F689D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = EFCountingLabel;
target = 8D87E5A9FC1F8F56498963BEA9EDFE7A /* EFCountingLabel */;
- targetProxy = 8D24F848DEB7C7A25C9B78E1F7E4E755 /* PBXContainerItemProxy */;
- };
- 99682023C83201252D93708B7B93AF1B /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- name = "Pods-EFCountingLabel_Example";
- target = 8C4582010343B9B88E6D43FB890130C9 /* Pods-EFCountingLabel_Example */;
- targetProxy = 038FD5A31A71593E66E3A646E467E484 /* PBXContainerItemProxy */;
+ targetProxy = A48068AC17151EF2B29C6A684756A8AF /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
- 4DA57BC6D626A37A50698A3D0579A75A /* Release */ = {
+ 6013091791E15CBD35B3F010CDAD689F /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = C81588BB56B75D425E8D9A36FF3EC746 /* Pods-EFCountingLabel_Tests.release.xcconfig */;
+ baseConfigurationReference = C388FFF7F6087A35A1FE0ED8E1A7E381 /* Pods-EFCountingLabel_Example.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+ CLANG_ENABLE_OBJC_WEAK = NO;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
@@ -427,12 +335,46 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-Info.plist";
+ INFOPLIST_FILE = "Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.modulemap";
+ MODULEMAP_FILE = "Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.modulemap";
+ OTHER_LDFLAGS = "";
+ OTHER_LIBTOOLFLAGS = "";
+ PODS_ROOT = "$(SRCROOT)";
+ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
+ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ SDKROOT = iphoneos;
+ SKIP_INSTALL = YES;
+ TARGETED_DEVICE_FAMILY = "1,2";
+ VERSIONING_SYSTEM = "apple-generic";
+ VERSION_INFO_PREFIX = "";
+ };
+ name = Debug;
+ };
+ 88A777171E97EB4D19F9F01F9A003885 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 0764642E39CB54EBB58019267F61D298 /* Pods-EFCountingLabel_Example.release.xcconfig */;
+ buildSettings = {
+ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+ CLANG_ENABLE_OBJC_WEAK = NO;
+ "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
+ "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
+ CURRENT_PROJECT_VERSION = 1;
+ DEFINES_MODULE = YES;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ DYLIB_INSTALL_NAME_BASE = "@rpath";
+ INFOPLIST_FILE = "Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-Info.plist";
+ INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ MACH_O_TYPE = staticlib;
+ MODULEMAP_FILE = "Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
@@ -447,7 +389,7 @@
};
name = Release;
};
- 6D42DC62C4F2E194221DF89C48496C98 /* Release */ = {
+ 903A0004D3E6651EFD5D2E16214D101B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -497,7 +439,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -509,100 +451,7 @@
};
name = Release;
};
- AFD7A2F45E254510150C422A2DE6BF7A /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 1EFBE3A78B27DC1330FC7FF43C8F2BC0 /* Pods-EFCountingLabel_Tests.debug.xcconfig */;
- buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.modulemap";
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- D36B157A3F1FE015299A912E11E89D11 /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 67DD78ECB795242CF0088962E09BCF1B /* EFCountingLabel.debug.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREFIX_HEADER = "Target Support Files/EFCountingLabel/EFCountingLabel-prefix.pch";
- INFOPLIST_FILE = "Target Support Files/EFCountingLabel/EFCountingLabel-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MODULEMAP_FILE = "Target Support Files/EFCountingLabel/EFCountingLabel.modulemap";
- PRODUCT_MODULE_NAME = EFCountingLabel;
- PRODUCT_NAME = EFCountingLabel;
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- D3826A93B8077B331AF372D2F980E6A7 /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 68FB394F582B0675DC254ABB3784E4E2 /* EFCountingLabel.release.xcconfig */;
- buildSettings = {
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- CURRENT_PROJECT_VERSION = 1;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- GCC_PREFIX_HEADER = "Target Support Files/EFCountingLabel/EFCountingLabel-prefix.pch";
- INFOPLIST_FILE = "Target Support Files/EFCountingLabel/EFCountingLabel-Info.plist";
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MODULEMAP_FILE = "Target Support Files/EFCountingLabel/EFCountingLabel.modulemap";
- PRODUCT_MODULE_NAME = EFCountingLabel;
- PRODUCT_NAME = EFCountingLabel;
- SDKROOT = iphoneos;
- SKIP_INSTALL = YES;
- SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- E4D0D44B090D4284607EBBC4E71A96C1 /* Debug */ = {
+ B4EFE046ACF8F37157F6E322C7FCFC28 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
@@ -655,7 +504,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
@@ -668,11 +517,12 @@
};
name = Debug;
};
- E974B890ACD5076E94070A33C19253F2 /* Release */ = {
+ C047ED1AC2D15178EB056C0EC51ADCFA /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = FF5C152FC56C4D532DFA882CD1ED0E99 /* Pods-EFCountingLabel_Example.release.xcconfig */;
+ baseConfigurationReference = 67DD78ECB795242CF0088962E09BCF1B /* EFCountingLabel.debug.xcconfig */;
buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+ CLANG_ENABLE_OBJC_WEAK = NO;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
@@ -681,31 +531,30 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-Info.plist";
+ GCC_PREFIX_HEADER = "Target Support Files/EFCountingLabel/EFCountingLabel-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/EFCountingLabel/EFCountingLabel-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.modulemap";
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ MODULEMAP_FILE = "Target Support Files/EFCountingLabel/EFCountingLabel.modulemap";
+ PRODUCT_MODULE_NAME = EFCountingLabel;
+ PRODUCT_NAME = EFCountingLabel;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
+ SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
- name = Release;
+ name = Debug;
};
- F28E6C3B694C9048BA39B2E0B6C0CD4A /* Debug */ = {
+ C411959F7D01DD5BCAECA708C2AB9861 /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = D8CDAA9A313CCF8FBB622265D33E9F24 /* Pods-EFCountingLabel_Example.debug.xcconfig */;
+ baseConfigurationReference = 68FB394F582B0675DC254ABB3784E4E2 /* EFCountingLabel.release.xcconfig */;
buildSettings = {
- ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+ CLANG_ENABLE_OBJC_WEAK = NO;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
@@ -714,60 +563,51 @@
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = "Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-Info.plist";
+ GCC_PREFIX_HEADER = "Target Support Files/EFCountingLabel/EFCountingLabel-prefix.pch";
+ INFOPLIST_FILE = "Target Support Files/EFCountingLabel/EFCountingLabel-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
- MACH_O_TYPE = staticlib;
- MODULEMAP_FILE = "Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.modulemap";
- OTHER_LDFLAGS = "";
- OTHER_LIBTOOLFLAGS = "";
- PODS_ROOT = "$(SRCROOT)";
- PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
+ MODULEMAP_FILE = "Target Support Files/EFCountingLabel/EFCountingLabel.modulemap";
+ PRODUCT_MODULE_NAME = EFCountingLabel;
+ PRODUCT_NAME = EFCountingLabel;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
+ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
+ SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
+ VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
- name = Debug;
+ name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
- 14114E04A57A6E889A8AB768089F3FF2 /* Build configuration list for PBXNativeTarget "EFCountingLabel" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D36B157A3F1FE015299A912E11E89D11 /* Debug */,
- D3826A93B8077B331AF372D2F980E6A7 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- E4D0D44B090D4284607EBBC4E71A96C1 /* Debug */,
- 6D42DC62C4F2E194221DF89C48496C98 /* Release */,
+ B4EFE046ACF8F37157F6E322C7FCFC28 /* Debug */,
+ 903A0004D3E6651EFD5D2E16214D101B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- 806FF74EAE7D4EC1D30E9EE9C453502B /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Tests" */ = {
+ D163CD179B5EDF460658D900532AE3C0 /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- AFD7A2F45E254510150C422A2DE6BF7A /* Debug */,
- 4DA57BC6D626A37A50698A3D0579A75A /* Release */,
+ 6013091791E15CBD35B3F010CDAD689F /* Debug */,
+ 88A777171E97EB4D19F9F01F9A003885 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
- EAEEE0DF74C80A4A206AD4AB89618CFD /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Example" */ = {
+ F9A113098C2405133BCC8AD9A4229735 /* Build configuration list for PBXNativeTarget "EFCountingLabel" */ = {
isa = XCConfigurationList;
buildConfigurations = (
- F28E6C3B694C9048BA39B2E0B6C0CD4A /* Debug */,
- E974B890ACD5076E94070A33C19253F2 /* Release */,
+ C047ED1AC2D15178EB056C0EC51ADCFA /* Debug */,
+ C411959F7D01DD5BCAECA708C2AB9861 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
diff --git a/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel-Info.plist b/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel-Info.plist
index 2373fda..2315662 100644
--- a/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel-Info.plist
+++ b/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel-Info.plist
@@ -3,7 +3,7 @@
CFBundleDevelopmentRegion
- en
+ ${PODS_DEVELOPMENT_LANGUAGE}
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.1.3
+ 5.1.5
CFBundleSignature
????
CFBundleVersion
diff --git a/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.debug.xcconfig b/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.debug.xcconfig
index 9e8108f..12e0b4f 100644
--- a/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.debug.xcconfig
+++ b/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.debug.xcconfig
@@ -1,9 +1,11 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
+LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
+PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
PODS_ROOT = ${SRCROOT}
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../..
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
diff --git a/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.release.xcconfig b/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.release.xcconfig
index 9e8108f..12e0b4f 100644
--- a/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.release.xcconfig
+++ b/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.release.xcconfig
@@ -1,9 +1,11 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
+LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
PODS_BUILD_DIR = ${BUILD_DIR}
PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
+PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
PODS_ROOT = ${SRCROOT}
PODS_TARGET_SRCROOT = ${PODS_ROOT}/../..
PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-Info.plist b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-Info.plist
index 2243fe6..19cf209 100644
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-Info.plist
+++ b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-Info.plist
@@ -3,7 +3,7 @@
CFBundleDevelopmentRegion
- en
+ ${PODS_DEVELOPMENT_LANGUAGE}
CFBundleExecutable
${EXECUTABLE_NAME}
CFBundleIdentifier
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh
index cc66e26..f576744 100755
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh
+++ b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh
@@ -41,7 +41,7 @@ install_framework()
if [ -L "${source}" ]; then
echo "Symlinked..."
- source="$(readlink "${source}")"
+ source="$(readlink -f "${source}")"
fi
if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then
@@ -113,6 +113,7 @@ install_dsym() {
rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}"
else
# The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
+ mkdir -p "${DWARF_DSYM_FOLDER_PATH}"
touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM"
fi
fi
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.debug.xcconfig
index 67f4b49..a6469e9 100644
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.debug.xcconfig
+++ b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.debug.xcconfig
@@ -3,7 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel/EFCountingLabel.framework/Headers"
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
+LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks'
+LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
OTHER_LDFLAGS = $(inherited) -framework "EFCountingLabel"
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
PODS_BUILD_DIR = ${BUILD_DIR}
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.release.xcconfig
index 67f4b49..a6469e9 100644
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.release.xcconfig
+++ b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.release.xcconfig
@@ -3,7 +3,8 @@ CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel/EFCountingLabel.framework/Headers"
-LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
+LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/Frameworks' '@loader_path/Frameworks'
+LIBRARY_SEARCH_PATHS = $(inherited) "${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
OTHER_LDFLAGS = $(inherited) -framework "EFCountingLabel"
OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
PODS_BUILD_DIR = ${BUILD_DIR}
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Info.plist b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Info.plist
deleted file mode 100644
index 2243fe6..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-Info.plist b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-Info.plist
deleted file mode 100644
index 2243fe6..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- ${EXECUTABLE_NAME}
- CFBundleIdentifier
- ${PRODUCT_BUNDLE_IDENTIFIER}
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- ${PRODUCT_NAME}
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- 1.0.0
- CFBundleSignature
- ????
- CFBundleVersion
- ${CURRENT_PROJECT_VERSION}
- NSPrincipalClass
-
-
-
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-acknowledgements.markdown
deleted file mode 100644
index 102af75..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-acknowledgements.markdown
+++ /dev/null
@@ -1,3 +0,0 @@
-# Acknowledgements
-This application makes use of the following third party libraries:
-Generated by CocoaPods - https://cocoapods.org
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-acknowledgements.plist
deleted file mode 100644
index 7acbad1..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-acknowledgements.plist
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
- PreferenceSpecifiers
-
-
- FooterText
- This application makes use of the following third party libraries:
- Title
- Acknowledgements
- Type
- PSGroupSpecifier
-
-
- FooterText
- Generated by CocoaPods - https://cocoapods.org
- Title
-
- Type
- PSGroupSpecifier
-
-
- StringsTable
- Acknowledgements
- Title
- Acknowledgements
-
-
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-dummy.m b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-dummy.m
deleted file mode 100644
index 2177139..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import
-@interface PodsDummy_Pods_EFCountingLabel_Tests : NSObject
-@end
-@implementation PodsDummy_Pods_EFCountingLabel_Tests
-@end
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-frameworks.sh
deleted file mode 100755
index 08e3eaa..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-frameworks.sh
+++ /dev/null
@@ -1,146 +0,0 @@
-#!/bin/sh
-set -e
-set -u
-set -o pipefail
-
-if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
- # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
- # frameworks to, so exit 0 (signalling the script phase was successful).
- exit 0
-fi
-
-echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
-COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}"
-SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
-
-# Used as a return value for each invocation of `strip_invalid_archs` function.
-STRIP_BINARY_RETVAL=0
-
-# This protects against multiple targets copying the same framework dependency at the same time. The solution
-# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
-RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
-
-# Copies and strips a vendored framework
-install_framework()
-{
- if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$1"
- elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then
- local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
- elif [ -r "$1" ]; then
- local source="$1"
- fi
-
- local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
-
- if [ -L "${source}" ]; then
- echo "Symlinked..."
- source="$(readlink "${source}")"
- fi
-
- # Use filter instead of exclude so missing patterns don't throw errors.
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\""
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}"
-
- local basename
- basename="$(basename -s .framework "$1")"
- binary="${destination}/${basename}.framework/${basename}"
- if ! [ -r "$binary" ]; then
- binary="${destination}/${basename}"
- fi
-
- # Strip invalid architectures so "fat" simulator / device frameworks work on device
- if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then
- strip_invalid_archs "$binary"
- fi
-
- # Resign the code if required by the build settings to avoid unstable apps
- code_sign_if_enabled "${destination}/$(basename "$1")"
-
- # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7.
- if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then
- local swift_runtime_libs
- swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]})
- for lib in $swift_runtime_libs; do
- echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\""
- rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
- code_sign_if_enabled "${destination}/${lib}"
- done
- fi
-}
-
-# Copies and strips a vendored dSYM
-install_dsym() {
- local source="$1"
- if [ -r "$source" ]; then
- # Copy the dSYM into a the targets temp dir.
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\""
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}"
-
- local basename
- basename="$(basename -s .framework.dSYM "$source")"
- binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}"
-
- # Strip invalid architectures so "fat" simulator / device frameworks work on device
- if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then
- strip_invalid_archs "$binary"
- fi
-
- if [[ $STRIP_BINARY_RETVAL == 1 ]]; then
- # Move the stripped file into its final destination.
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\""
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}"
- else
- # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing.
- touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM"
- fi
- fi
-}
-
-# Signs a framework with the provided identity
-code_sign_if_enabled() {
- if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
- # Use the current code_sign_identitiy
- echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
- local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'"
-
- if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- code_sign_cmd="$code_sign_cmd &"
- fi
- echo "$code_sign_cmd"
- eval "$code_sign_cmd"
- fi
-}
-
-# Strip invalid architectures
-strip_invalid_archs() {
- binary="$1"
- # Get architectures for current target binary
- binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)"
- # Intersect them with the architectures we are building for
- intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)"
- # If there are no archs supported by this binary then warn the user
- if [[ -z "$intersected_archs" ]]; then
- echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)."
- STRIP_BINARY_RETVAL=0
- return
- fi
- stripped=""
- for arch in $binary_archs; do
- if ! [[ "${ARCHS}" == *"$arch"* ]]; then
- # Strip non-valid architectures in-place
- lipo -remove "$arch" -output "$binary" "$binary" || exit 1
- stripped="$stripped $arch"
- fi
- done
- if [[ "$stripped" ]]; then
- echo "Stripped $binary of architectures:$stripped"
- fi
- STRIP_BINARY_RETVAL=1
-}
-
-if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
- wait
-fi
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-resources.sh b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-resources.sh
deleted file mode 100755
index 345301f..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-resources.sh
+++ /dev/null
@@ -1,118 +0,0 @@
-#!/bin/sh
-set -e
-set -u
-set -o pipefail
-
-if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
- # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy
- # resources to, so exit 0 (signalling the script phase was successful).
- exit 0
-fi
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-
-RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt
-> "$RESOURCES_TO_COPY"
-
-XCASSET_FILES=()
-
-# This protects against multiple targets copying the same framework dependency at the same time. The solution
-# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html
-RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????")
-
-case "${TARGETED_DEVICE_FAMILY:-}" in
- 1,2)
- TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone"
- ;;
- 1)
- TARGET_DEVICE_ARGS="--target-device iphone"
- ;;
- 2)
- TARGET_DEVICE_ARGS="--target-device ipad"
- ;;
- 3)
- TARGET_DEVICE_ARGS="--target-device tv"
- ;;
- 4)
- TARGET_DEVICE_ARGS="--target-device watch"
- ;;
- *)
- TARGET_DEVICE_ARGS="--target-device mac"
- ;;
-esac
-
-install_resource()
-{
- if [[ "$1" = /* ]] ; then
- RESOURCE_PATH="$1"
- else
- RESOURCE_PATH="${PODS_ROOT}/$1"
- fi
- if [[ ! -e "$RESOURCE_PATH" ]] ; then
- cat << EOM
-error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script.
-EOM
- exit 1
- fi
- case $RESOURCE_PATH in
- *.storyboard)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.xib)
- echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true
- ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS}
- ;;
- *.framework)
- echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true
- rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
- ;;
- *.xcdatamodel)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom"
- ;;
- *.xcdatamodeld)
- echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true
- xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd"
- ;;
- *.xcmappingmodel)
- echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true
- xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm"
- ;;
- *.xcassets)
- ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH"
- XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE")
- ;;
- *)
- echo "$RESOURCE_PATH" || true
- echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY"
- ;;
- esac
-}
-
-mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then
- mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
-fi
-rm -f "$RESOURCES_TO_COPY"
-
-if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ]
-then
- # Find all other xcassets (this unfortunately includes those of path pods and other targets).
- OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d)
- while read line; do
- if [[ $line != "${PODS_ROOT}*" ]]; then
- XCASSET_FILES+=("$line")
- fi
- done <<<"$OTHER_XCASSETS"
-
- if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
- else
- printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist"
- fi
-fi
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-umbrella.h b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-umbrella.h
deleted file mode 100644
index e223ff8..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-umbrella.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __OBJC__
-#import
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-
-FOUNDATION_EXPORT double Pods_EFCountingLabel_TestsVersionNumber;
-FOUNDATION_EXPORT const unsigned char Pods_EFCountingLabel_TestsVersionString[];
-
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.debug.xcconfig
deleted file mode 100644
index f911f81..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.debug.xcconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel/EFCountingLabel.framework/Headers"
-OTHER_LDFLAGS = $(inherited) -framework "EFCountingLabel"
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
-PODS_ROOT = ${SRCROOT}/Pods
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.modulemap b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.modulemap
deleted file mode 100644
index 63fd63c..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module Pods_EFCountingLabel_Tests {
- umbrella header "Pods-EFCountingLabel_Tests-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.release.xcconfig
deleted file mode 100644
index f911f81..0000000
--- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.release.xcconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel/EFCountingLabel.framework/Headers"
-OTHER_LDFLAGS = $(inherited) -framework "EFCountingLabel"
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
-PODS_ROOT = ${SRCROOT}/Pods
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist
deleted file mode 100644
index e824d85..0000000
--- a/Example/Tests/Info.plist
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- CFBundleDevelopmentRegion
- en
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- BNDL
- CFBundleShortVersionString
- 4.2.1
- CFBundleSignature
- ????
- CFBundleVersion
- 1
-
-
diff --git a/Example/Tests/Tests.swift b/Example/Tests/Tests.swift
deleted file mode 100644
index 3c32e95..0000000
--- a/Example/Tests/Tests.swift
+++ /dev/null
@@ -1,29 +0,0 @@
-import UIKit
-import XCTest
-import EFCountingLabel
-
-class Tests: XCTestCase {
-
- override func setUp() {
- super.setUp()
- // Put setup code here. This method is called before the invocation of each test method in the class.
- }
-
- override func tearDown() {
- // Put teardown code here. This method is called after the invocation of each test method in the class.
- super.tearDown()
- }
-
- func testExample() {
- // This is an example of a functional test case.
- XCTAssert(true, "Pass")
- }
-
- func testPerformanceExample() {
- // This is an example of a performance test case.
- self.measure() {
- // Put the code you want to measure the time of here.
- }
- }
-
-}
diff --git a/Package.swift b/Package.swift
index e903301..0b5c4a0 100644
--- a/Package.swift
+++ b/Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "EFCountingLabel",
platforms: [
- .iOS(.v8),
+ .iOS(.v11),
],
products: [
.library(name: "EFCountingLabel", targets: ["EFCountingLabel"]),
diff --git a/README.md b/README.md
index d5fdae2..598dee0 100644
--- a/README.md
+++ b/README.md
@@ -19,13 +19,6 @@
-
-
-
-
-
-
-
A label which can show number change animated in Swift, inspired by [UICountingLabel](https://github.com/dataxpress/UICountingLabel).
@@ -67,7 +60,7 @@ Once you have your Swift package set up, adding EFCountingLabel as a dependency
```swift
dependencies: [
- .package(url: "https://github.com/EFPrefix/EFCountingLabel.git", .upToNextMinor(from: "5.1.4"))
+ .package(url: "https://github.com/EFPrefix/EFCountingLabel.git", .upToNextMinor(from: "5.1.5"))
]
```
@@ -150,49 +143,6 @@ There are currently four modes of counting.
- EFTimingFunction.easeInBounce;
- EFTimingFunction.easeOutBounce.
-## Apps using EFCountingLabel
-
-
-
- |
- |
- |
- |
- |
- | |
- |
- |
- |
-
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
-
- |
-
-
-
## Author
EyreFree, eyrefree@eyrefree.org
diff --git a/README_CN.md b/README_CN.md
index b20589a..ce190c0 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -1,9 +1,6 @@
![](https://raw.githubusercontent.com/EFPrefix/EFCountingLabel/master/Assets/EFCountingLabel.png)
-
-
-
@@ -19,16 +16,6 @@
-
-
-
-
-
-
-
-
-
-
为 UILabel 添加计数动画支持,Swift 实现,受 [UICountingLabel](https://github.com/dataxpress/UICountingLabel) 启发。
@@ -83,7 +70,7 @@ pod install
```swift
dependencies: [
- .package(url: "https://github.com/EFPrefix/EFCountingLabel.git", .upToNextMinor(from: "5.1.4"))
+ .package(url: "https://github.com/EFPrefix/EFCountingLabel.git", .upToNextMinor(from: "5.1.5"))
]
```
@@ -166,49 +153,6 @@ myLabel.completionBlock = { () in
- EFTimingFunction.easeInBounce;
- EFTimingFunction.easeOutBounce。
-## 使用 EFCountingLabel 的应用
-
-
-
- |
- |
- |
- |
- |
- | |
- |
- |
- |
-
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
-
- |
-
-
-
## 作者
EyreFree, eyrefree@eyrefree.org
diff --git a/Startup.sh b/Startup.sh
index f59dc82..6a27910 100644
--- a/Startup.sh
+++ b/Startup.sh
@@ -4,6 +4,6 @@ if ! command -v pod > /dev/null; then
exit 1
fi
cd Example;
-pod repo update;
+#pod repo update;
pod install;
cd ..;