diff --git a/.travis.yml b/.travis.yml index 97b80a5..3bdcc54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ - -osx_image: xcode10 language: objective-c +osx_image: xcode10 +env: SWIFT_SNAPSHOT=4.2 cache: cocoapods podfile: Example/Podfile diff --git a/EFCountingLabel.podspec b/EFCountingLabel.podspec index 2a36934..841bfc9 100644 --- a/EFCountingLabel.podspec +++ b/EFCountingLabel.podspec @@ -1,7 +1,6 @@ - Pod::Spec.new do |s| s.name = 'EFCountingLabel' - s.version = '4.0.1' + s.version = '4.1.0' s.summary = 'A label which can show number change animated.' s.description = <<-DESC @@ -16,15 +15,6 @@ A label which can show number change animated, in Swift. s.social_media_url = 'https://twitter.com/EyreFree777' s.ios.deployment_target = '8.0' - s.requires_arc = true - s.source_files = 'EFCountingLabel/Classes/*.swift' - - # s.resource_bundles = { - # 'EFCountingLabel' => ['EFCountingLabel/Assets/*.png'] - # } - - # s.public_header_files = 'Pod/Classes/**/*.h' - # s.frameworks = 'Foundation', 'UIKit' end diff --git a/Example/EFCountingLabel.xcodeproj/project.pbxproj b/Example/EFCountingLabel.xcodeproj/project.pbxproj index 36cd32a..87b5322 100644 --- a/Example/EFCountingLabel.xcodeproj/project.pbxproj +++ b/Example/EFCountingLabel.xcodeproj/project.pbxproj @@ -41,7 +41,7 @@ 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 = ""; }; - 80B2BFCC105106F37CED9FA4 /* EFCountingLabel.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = EFCountingLabel.podspec; path = ../EFCountingLabel.podspec; sourceTree = ""; }; + 80B2BFCC105106F37CED9FA4 /* EFCountingLabel.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = EFCountingLabel.podspec; path = ../EFCountingLabel.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 8BCD51943A3A1640311342F6 /* Pods-EFCountingLabel_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EFCountingLabel_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.debug.xcconfig"; sourceTree = ""; }; 8FF75F8CFAC9673D3C62BA08 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; A01CDD789E1606BABB71EF13 /* Pods-EFCountingLabel_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EFCountingLabel_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example.release.xcconfig"; sourceTree = ""; }; @@ -207,7 +207,7 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 0900; + LastUpgradeCheck = 1010; ORGANIZATIONNAME = CocoaPods; TargetAttributes = { 607FACCF1AFB9204008FA782 = { @@ -287,7 +287,7 @@ files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh", "${BUILT_PRODUCTS_DIR}/EFCountingLabel/EFCountingLabel.framework", ); name = "[CP] Embed Pods Frameworks"; @@ -296,7 +296,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; E5E81E386983D648FA46AD94 /* [CP] Check Pods Manifest.lock */ = { @@ -379,12 +379,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; @@ -417,7 +419,7 @@ ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.2; }; name = Debug; }; @@ -433,12 +435,14 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; @@ -463,7 +467,7 @@ MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.2; VALIDATE_PRODUCT = YES; }; name = Release; @@ -472,7 +476,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = 276DE02E85C0E7D6ED37EDD4 /* Pods-EFCountingLabel_Example.debug.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = P3X2725LYY; INFOPLIST_FILE = EFCountingLabel/Info.plist; @@ -490,7 +493,6 @@ isa = XCBuildConfiguration; baseConfigurationReference = A01CDD789E1606BABB71EF13 /* Pods-EFCountingLabel_Example.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; DEVELOPMENT_TEAM = P3X2725LYY; INFOPLIST_FILE = EFCountingLabel/Info.plist; @@ -522,7 +524,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.2; }; name = Debug; }; @@ -540,7 +542,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.2; }; name = Release; }; diff --git a/Example/EFCountingLabel.xcodeproj/xcshareddata/xcschemes/EFCountingLabel-Example.xcscheme b/Example/EFCountingLabel.xcodeproj/xcshareddata/xcschemes/EFCountingLabel-Example.xcscheme index a16b7ae..f53e739 100644 --- a/Example/EFCountingLabel.xcodeproj/xcshareddata/xcschemes/EFCountingLabel-Example.xcscheme +++ b/Example/EFCountingLabel.xcodeproj/xcshareddata/xcschemes/EFCountingLabel-Example.xcscheme @@ -1,6 +1,6 @@ + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Example/EFCountingLabel/Info.plist b/Example/EFCountingLabel/Info.plist index 4455837..91e85f5 100644 --- a/Example/EFCountingLabel/Info.plist +++ b/Example/EFCountingLabel/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.3 + 4.1.0 CFBundleSignature ???? CFBundleVersion - 1.0.3.0 + 4.1.0.0 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/Example/Podfile b/Example/Podfile index c929570..3a92d25 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,3 +1,5 @@ +platform :ios, '8.0' + use_frameworks! target 'EFCountingLabel_Example' do diff --git a/Example/Podfile.lock b/Example/Podfile.lock index e51617f..3cfcd61 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - EFCountingLabel (4.0.1) + - EFCountingLabel (4.1.0) DEPENDENCIES: - EFCountingLabel (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - EFCountingLabel: ae683402eac9904c34a43a24f083ddfdc0d354ae + EFCountingLabel: 5ebd44fad02bb0d538adbe8ae7a23cdcb0a58bdb -PODFILE CHECKSUM: 6bdf89479a37a0887bbec9cc2156b16d0847167b +PODFILE CHECKSUM: c3ac181469d79daa5823856cee38c068e76378d6 -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.0.beta.2 diff --git a/Example/Pods/Local Podspecs/EFCountingLabel.podspec.json b/Example/Pods/Local Podspecs/EFCountingLabel.podspec.json index c70612b..1abb959 100644 --- a/Example/Pods/Local Podspecs/EFCountingLabel.podspec.json +++ b/Example/Pods/Local Podspecs/EFCountingLabel.podspec.json @@ -1,6 +1,6 @@ { "name": "EFCountingLabel", - "version": "4.0.1", + "version": "4.1.0", "summary": "A label which can show number change animated.", "description": "A label which can show number change animated, in Swift.", "homepage": "https://github.com/EyreFree/EFCountingLabel", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/EyreFree/EFCountingLabel.git", - "tag": "4.0.1" + "tag": "4.1.0" }, "social_media_url": "https://twitter.com/EyreFree777", "platforms": { diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index e51617f..3cfcd61 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - EFCountingLabel (4.0.1) + - EFCountingLabel (4.1.0) DEPENDENCIES: - EFCountingLabel (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - EFCountingLabel: ae683402eac9904c34a43a24f083ddfdc0d354ae + EFCountingLabel: 5ebd44fad02bb0d538adbe8ae7a23cdcb0a58bdb -PODFILE CHECKSUM: 6bdf89479a37a0887bbec9cc2156b16d0847167b +PODFILE CHECKSUM: c3ac181469d79daa5823856cee38c068e76378d6 -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.0.beta.2 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index fae6c32..50f0df6 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,131 +7,123 @@ objects = { /* Begin PBXBuildFile section */ - 09435850C4567378EF711351DA72B62B /* EFCountingLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1235F61B76E4BC821FAF0851593DAD14 /* EFCountingLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 121F67B1C011CD81B364E2C802FFAF87 /* Pods-EFCountingLabel_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A078540C076A6D39F12B7F02BE84D72 /* Pods-EFCountingLabel_Tests-dummy.m */; }; - 2585383719A4E0A336865AEBB4E08DE7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; }; - 5E34179180FFE86ADD98DDA14705FD97 /* Pods-EFCountingLabel_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 32B4C2D21C0D0C1F21432357C6DA5F91 /* Pods-EFCountingLabel_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 767B28949010CB902D66526E320D26AD /* EFCountingLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FAA44037E20D5A77DADEA3E0B23640 /* EFCountingLabel.swift */; }; - ACCD907B42203ED12E92E85CC9CCFDE4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; }; - B4BFA628403023BCDD81D8C22BD2CFE5 /* Pods-EFCountingLabel_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 26DF09F3C3AEBF0C43C316A253B78591 /* Pods-EFCountingLabel_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6D5DBFB224BFB27EFB9D2A35622ED1A /* Pods-EFCountingLabel_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F67C952AD21823EFC4E1D4ED9711BB39 /* Pods-EFCountingLabel_Example-dummy.m */; }; - DC8519D0D0FEF963946E15928A946BAF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; }; - E1597310B32072C7741ED2E2FF74F0FD /* EFCountingLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E31D751EA6235BD9A95481BB32A070E /* EFCountingLabel-dummy.m */; }; + 1440834D96A2922A609C1D6140955332 /* EFCountingLabel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FCD2448248CA07A245C73EC7BF449806 /* EFCountingLabel-dummy.m */; }; + 1C5C626EE7E02508133EC73E97DE10A3 /* Pods-EFCountingLabel_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 52F0912D77013F8675939976852C90CA /* Pods-EFCountingLabel_Tests-dummy.m */; }; + 3931C56AAE628619E0D036CD92C97AB5 /* Pods-EFCountingLabel_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C2A977E98F1FB70E97D8D41E424D381B /* Pods-EFCountingLabel_Example-dummy.m */; }; + 4672B8EA90F2EA507C85B7488078C172 /* EFCountingLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FAA44037E20D5A77DADEA3E0B23640 /* EFCountingLabel.swift */; }; + A859BB5A27E91BED3236EB61DC04C260 /* Pods-EFCountingLabel_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AE09AA09FA7651EDA930C95AAD8605E5 /* Pods-EFCountingLabel_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBBFBD8E5FB31E593470C7647E5353D1 /* Pods-EFCountingLabel_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F85C43B98CAFBECB633478449F70D2E4 /* Pods-EFCountingLabel_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0F645E7B84D75F85E477D02846DF3EB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; }; + C59E8C34071B1D0BFF384A01C9A8E437 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; }; + E6E86879713160FF28E2E0356B146FDC /* EFCountingLabel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19D19D19BD1E3DAB195925AD8879380A /* EFCountingLabel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FBEF8F0DC8446A4C8889236815AF4B91 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 074547F3DA0277B5248EB9DBFB359FEF /* PBXContainerItemProxy */ = { + 0EEF2E23054CC33CD9691AEE6F6ACA27 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 50C095133BA748F447D58294A7AF16FF; - remoteInfo = EFCountingLabel; + remoteGlobalIDString = 0C4F02361296B2CAED0A1B1FB809732D; + remoteInfo = "Pods-EFCountingLabel_Example"; }; - C411EA3D7CF7999A8D1817E5E48F3FE5 /* PBXContainerItemProxy */ = { + B86C0C70E395159447B98FE85AC5D313 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = 1226DF75313685A985FC1798A46FD38D; - remoteInfo = "Pods-EFCountingLabel_Example"; + remoteGlobalIDString = 06A9F8BA2A0E806485A7CEC9993A111C; + remoteInfo = EFCountingLabel; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 0C9F5254F417CDE9D377A3A65DC3A764 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 1235F61B76E4BC821FAF0851593DAD14 /* EFCountingLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFCountingLabel-umbrella.h"; sourceTree = ""; }; + 0977731AB1CF6F8A5B8CDAF4249ABCCE /* Pods-EFCountingLabel_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Example.release.xcconfig"; sourceTree = ""; }; 127B8EB4241BE24BBF5AED5D2DB1DA8D /* 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; }; - 240B1ACBB56962A56B8C782436A704AF /* Pods-EFCountingLabel_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Tests.release.xcconfig"; sourceTree = ""; }; - 2516BB44397D76E531AAF36D4F64069A /* Pods-EFCountingLabel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Example.debug.xcconfig"; sourceTree = ""; }; - 26DF09F3C3AEBF0C43C316A253B78591 /* Pods-EFCountingLabel_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EFCountingLabel_Tests-umbrella.h"; sourceTree = ""; }; - 29729586EF04D14EE4FB1B20269CE0FA /* Pods-EFCountingLabel_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EFCountingLabel_Example-acknowledgements.markdown"; sourceTree = ""; }; + 19D19D19BD1E3DAB195925AD8879380A /* EFCountingLabel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFCountingLabel-umbrella.h"; sourceTree = ""; }; + 1A5F13538F0378F9B854FAC3F7B2EBCA /* EFCountingLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFCountingLabel-prefix.pch"; sourceTree = ""; }; + 297AFAA0251C52BF10A4FEE5E26632C9 /* EFCountingLabel.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = EFCountingLabel.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 2D5CDC63BC596D6F6E424594DB47A0D0 /* 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; }; - 32B4C2D21C0D0C1F21432357C6DA5F91 /* Pods-EFCountingLabel_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EFCountingLabel_Example-umbrella.h"; sourceTree = ""; }; - 39364051F3B69452AC8C7F7B57876A68 /* Pods-EFCountingLabel_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Tests-acknowledgements.plist"; sourceTree = ""; }; - 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 5D5C37B46075CC509C8372665E6E1617 /* Pods-EFCountingLabel_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EFCountingLabel_Example-resources.sh"; sourceTree = ""; }; + 3CDAC85BC826AE5DEC7E2C55DD7C6651 /* Pods-EFCountingLabel_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EFCountingLabel_Example-frameworks.sh"; sourceTree = ""; }; + 3D4F78773BE7FABDE1F3A7FE0AFB0201 /* Pods-EFCountingLabel_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Tests.release.xcconfig"; sourceTree = ""; }; + 52F0912D77013F8675939976852C90CA /* Pods-EFCountingLabel_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EFCountingLabel_Tests-dummy.m"; sourceTree = ""; }; + 64C02EF68C14A770397C1B412D4AE8D1 /* Pods-EFCountingLabel_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EFCountingLabel_Example-acknowledgements.markdown"; sourceTree = ""; }; 64FAA44037E20D5A77DADEA3E0B23640 /* EFCountingLabel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EFCountingLabel.swift; path = EFCountingLabel/Classes/EFCountingLabel.swift; sourceTree = ""; }; + 66969064994A188745FE3966701E25C4 /* Pods-EFCountingLabel_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EFCountingLabel_Example.modulemap"; sourceTree = ""; }; + 67175E100B00D4A8CB6B7FF58CC928F8 /* Pods-EFCountingLabel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Example.debug.xcconfig"; sourceTree = ""; }; + 717991968090C1C0305CCBABA91A2F51 /* EFCountingLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EFCountingLabel.modulemap; sourceTree = ""; }; + 73DE4E7F905D5CCB5536F5AEE317DEEC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 79B1B958DCDC39F6CB83C66A978458B3 /* EFCountingLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = EFCountingLabel.framework; path = EFCountingLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8073D80DA8B39C321785237A0925F273 /* Pods-EFCountingLabel_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Example-acknowledgements.plist"; sourceTree = ""; }; - 8901D37F93BCBBDA23E8CDB3D1F3C420 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 8D25F4517287FCAE482FCDAA41874E34 /* Pods-EFCountingLabel_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EFCountingLabel_Example-frameworks.sh"; sourceTree = ""; }; - 8D8266FF5B2A715ADFC592E8145C1604 /* Pods-EFCountingLabel_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Example.release.xcconfig"; sourceTree = ""; }; - 90251CBEF81FCFF39CB65E5BF261A6D8 /* EFCountingLabel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EFCountingLabel-prefix.pch"; sourceTree = ""; }; - 9345C93066B7EC1456F433B1CB61864B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9A078540C076A6D39F12B7F02BE84D72 /* Pods-EFCountingLabel_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EFCountingLabel_Tests-dummy.m"; sourceTree = ""; }; - 9E31D751EA6235BD9A95481BB32A070E /* EFCountingLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EFCountingLabel-dummy.m"; sourceTree = ""; }; - 9F41295D5786BAA855E62E3EA850C000 /* EFCountingLabel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = EFCountingLabel.modulemap; sourceTree = ""; }; - AEEE2F1A20FB86506C09E8C363916AC3 /* EFCountingLabel.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = EFCountingLabel.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - B64B5628600DCEE7E87BF6A06E6AED81 /* Pods-EFCountingLabel_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EFCountingLabel_Tests-resources.sh"; sourceTree = ""; }; - B86952CADB3C8036729FB367C5C8709D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BEA408F6A658126488B565806A73B658 /* Pods-EFCountingLabel_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EFCountingLabel_Tests-frameworks.sh"; sourceTree = ""; }; - CDE5CD8660284536F38EFD0D27E6B33B /* EFCountingLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFCountingLabel.xcconfig; sourceTree = ""; }; - D25E3497E7E319922A4BA064643C318D /* Pods-EFCountingLabel_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EFCountingLabel_Tests-acknowledgements.markdown"; sourceTree = ""; }; - DD6F60AB557877E2C1E77F9C7D1AE2B3 /* Pods-EFCountingLabel_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EFCountingLabel_Tests.modulemap"; sourceTree = ""; }; - ED8B44523C0835C1541C4563CE2BD999 /* Pods-EFCountingLabel_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EFCountingLabel_Example.modulemap"; sourceTree = ""; }; - F088B4CA28D4A9CEACB08953715B2F3E /* Pods-EFCountingLabel_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Tests.debug.xcconfig"; sourceTree = ""; }; - F5944A9D545DD85297CD8CB87053E2B9 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - F67C952AD21823EFC4E1D4ED9711BB39 /* Pods-EFCountingLabel_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EFCountingLabel_Example-dummy.m"; sourceTree = ""; }; + 83913CED33D288DB5BCD801D0C6AA10F /* Pods-EFCountingLabel_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Example-Info.plist"; sourceTree = ""; }; + A0A6A9A282E713394A7759E7DB2DDB37 /* Pods-EFCountingLabel_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EFCountingLabel_Tests.modulemap"; sourceTree = ""; }; + A35E19E5B1CD3DA615CE0BDB64FE3C59 /* Pods-EFCountingLabel_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EFCountingLabel_Tests-acknowledgements.markdown"; sourceTree = ""; }; + AE09AA09FA7651EDA930C95AAD8605E5 /* Pods-EFCountingLabel_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EFCountingLabel_Tests-umbrella.h"; sourceTree = ""; }; + B36AB396275697EEE1A5B13BA8A38FE3 /* 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; }; + C26EEB96207237C157CA517C570056C0 /* Pods-EFCountingLabel_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EFCountingLabel_Tests.debug.xcconfig"; sourceTree = ""; }; + C2A977E98F1FB70E97D8D41E424D381B /* Pods-EFCountingLabel_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EFCountingLabel_Example-dummy.m"; sourceTree = ""; }; + C61336A85BEFDF3595D85B5719FA9417 /* EFCountingLabel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = EFCountingLabel.xcconfig; sourceTree = ""; }; + CF07CB4408C068ECD2CCD79E0A573D0D /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + CF16DA314307A3F237914AD0BCA970A2 /* Pods-EFCountingLabel_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Tests-Info.plist"; sourceTree = ""; }; + D009E3B3427890EDCDD0429D88D216A4 /* Pods-EFCountingLabel_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Example-acknowledgements.plist"; sourceTree = ""; }; + D372C940959ACEE23508B255808367E9 /* EFCountingLabel-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "EFCountingLabel-Info.plist"; sourceTree = ""; }; + D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + DC223A9DBA60C98B20AB07CB6AF39F77 /* Pods-EFCountingLabel_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EFCountingLabel_Tests-acknowledgements.plist"; sourceTree = ""; }; + F85C43B98CAFBECB633478449F70D2E4 /* Pods-EFCountingLabel_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EFCountingLabel_Example-umbrella.h"; sourceTree = ""; }; + FCD2448248CA07A245C73EC7BF449806 /* EFCountingLabel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EFCountingLabel-dummy.m"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 4FFCAEFC25AFD512E9C69F0CBD3CA804 /* Frameworks */ = { + 3BB2A5996416F7D092F0E7232624B1F6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ACCD907B42203ED12E92E85CC9CCFDE4 /* Foundation.framework in Frameworks */, + FBEF8F0DC8446A4C8889236815AF4B91 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - BC07AD0F2160E36EFA406EB52F6B3E17 /* Frameworks */ = { + C3C5CFFFA7F363F0C7050941F77A3E3B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DC8519D0D0FEF963946E15928A946BAF /* Foundation.framework in Frameworks */, + C59E8C34071B1D0BFF384A01C9A8E437 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - CA08887605C18463A7F0303C01A2FCF8 /* Frameworks */ = { + FCFF756A5D6A455B3706861D023E2600 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2585383719A4E0A336865AEBB4E08DE7 /* Foundation.framework in Frameworks */, + C0F645E7B84D75F85E477D02846DF3EB /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 027B0558238EE62E1254B6BCB7BE8CE0 /* Pods-EFCountingLabel_Tests */ = { + 0060DD929BB02ED2404C5C670BD4A42F /* Pod */ = { isa = PBXGroup; children = ( - B86952CADB3C8036729FB367C5C8709D /* Info.plist */, - DD6F60AB557877E2C1E77F9C7D1AE2B3 /* Pods-EFCountingLabel_Tests.modulemap */, - D25E3497E7E319922A4BA064643C318D /* Pods-EFCountingLabel_Tests-acknowledgements.markdown */, - 39364051F3B69452AC8C7F7B57876A68 /* Pods-EFCountingLabel_Tests-acknowledgements.plist */, - 9A078540C076A6D39F12B7F02BE84D72 /* Pods-EFCountingLabel_Tests-dummy.m */, - BEA408F6A658126488B565806A73B658 /* Pods-EFCountingLabel_Tests-frameworks.sh */, - B64B5628600DCEE7E87BF6A06E6AED81 /* Pods-EFCountingLabel_Tests-resources.sh */, - 26DF09F3C3AEBF0C43C316A253B78591 /* Pods-EFCountingLabel_Tests-umbrella.h */, - F088B4CA28D4A9CEACB08953715B2F3E /* Pods-EFCountingLabel_Tests.debug.xcconfig */, - 240B1ACBB56962A56B8C782436A704AF /* Pods-EFCountingLabel_Tests.release.xcconfig */, + 297AFAA0251C52BF10A4FEE5E26632C9 /* EFCountingLabel.podspec */, + CF07CB4408C068ECD2CCD79E0A573D0D /* LICENSE */, + 73DE4E7F905D5CCB5536F5AEE317DEEC /* README.md */, ); - name = "Pods-EFCountingLabel_Tests"; - path = "Target Support Files/Pods-EFCountingLabel_Tests"; + name = Pod; sourceTree = ""; }; - 0C44A0962969E803B03C5FE61C653B57 /* Support Files */ = { + 06F80870A28174105713BE6492C1B81C /* Pods-EFCountingLabel_Example */ = { isa = PBXGroup; children = ( - 9F41295D5786BAA855E62E3EA850C000 /* EFCountingLabel.modulemap */, - CDE5CD8660284536F38EFD0D27E6B33B /* EFCountingLabel.xcconfig */, - 9E31D751EA6235BD9A95481BB32A070E /* EFCountingLabel-dummy.m */, - 90251CBEF81FCFF39CB65E5BF261A6D8 /* EFCountingLabel-prefix.pch */, - 1235F61B76E4BC821FAF0851593DAD14 /* EFCountingLabel-umbrella.h */, - 8901D37F93BCBBDA23E8CDB3D1F3C420 /* Info.plist */, + 66969064994A188745FE3966701E25C4 /* Pods-EFCountingLabel_Example.modulemap */, + 64C02EF68C14A770397C1B412D4AE8D1 /* Pods-EFCountingLabel_Example-acknowledgements.markdown */, + D009E3B3427890EDCDD0429D88D216A4 /* Pods-EFCountingLabel_Example-acknowledgements.plist */, + C2A977E98F1FB70E97D8D41E424D381B /* Pods-EFCountingLabel_Example-dummy.m */, + 3CDAC85BC826AE5DEC7E2C55DD7C6651 /* Pods-EFCountingLabel_Example-frameworks.sh */, + 83913CED33D288DB5BCD801D0C6AA10F /* Pods-EFCountingLabel_Example-Info.plist */, + F85C43B98CAFBECB633478449F70D2E4 /* Pods-EFCountingLabel_Example-umbrella.h */, + 67175E100B00D4A8CB6B7FF58CC928F8 /* Pods-EFCountingLabel_Example.debug.xcconfig */, + 0977731AB1CF6F8A5B8CDAF4249ABCCE /* Pods-EFCountingLabel_Example.release.xcconfig */, ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/EFCountingLabel"; + name = "Pods-EFCountingLabel_Example"; + path = "Target Support Files/Pods-EFCountingLabel_Example"; sourceTree = ""; }; 2406C20EAD1C9FC83E170D2B836EDBC4 /* Products */ = { @@ -144,19 +136,10 @@ name = Products; sourceTree = ""; }; - 43AD1D75DE8F250E3D7B05D031D93536 /* Targets Support Files */ = { + 44D5347904CF754D6785B84253F2574A /* iOS */ = { isa = PBXGroup; children = ( - A9A4E9DAFB197E3594E1AB8E1D2F614F /* Pods-EFCountingLabel_Example */, - 027B0558238EE62E1254B6BCB7BE8CE0 /* Pods-EFCountingLabel_Tests */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 5E0D919E635D23B70123790B8308F8EF /* iOS */ = { - isa = PBXGroup; - children = ( - 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */, + D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */, ); name = iOS; sourceTree = ""; @@ -164,24 +147,14 @@ 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, + B36AB396275697EEE1A5B13BA8A38FE3 /* Podfile */, 83B5D0BB445821C43AF0674E75246DDF /* Development Pods */, BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, 2406C20EAD1C9FC83E170D2B836EDBC4 /* Products */, - 43AD1D75DE8F250E3D7B05D031D93536 /* Targets Support Files */, + D0B5FD684B353E4C0909EAEA93837B3D /* Targets Support Files */, ); sourceTree = ""; }; - 7F0F7F9D881153AC97EAAF4AD64E33A4 /* Pod */ = { - isa = PBXGroup; - children = ( - AEEE2F1A20FB86506C09E8C363916AC3 /* EFCountingLabel.podspec */, - F5944A9D545DD85297CD8CB87053E2B9 /* LICENSE */, - 0C9F5254F417CDE9D377A3A65DC3A764 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; 83B5D0BB445821C43AF0674E75246DDF /* Development Pods */ = { isa = PBXGroup; children = ( @@ -194,116 +167,140 @@ isa = PBXGroup; children = ( 64FAA44037E20D5A77DADEA3E0B23640 /* EFCountingLabel.swift */, - 7F0F7F9D881153AC97EAAF4AD64E33A4 /* Pod */, - 0C44A0962969E803B03C5FE61C653B57 /* Support Files */, + 0060DD929BB02ED2404C5C670BD4A42F /* Pod */, + AC8E157AEEE178F0BB0409B2DCA539E3 /* Support Files */, ); name = EFCountingLabel; path = ../..; sourceTree = ""; }; - A9A4E9DAFB197E3594E1AB8E1D2F614F /* Pods-EFCountingLabel_Example */ = { + AC8E157AEEE178F0BB0409B2DCA539E3 /* Support Files */ = { isa = PBXGroup; children = ( - 9345C93066B7EC1456F433B1CB61864B /* Info.plist */, - ED8B44523C0835C1541C4563CE2BD999 /* Pods-EFCountingLabel_Example.modulemap */, - 29729586EF04D14EE4FB1B20269CE0FA /* Pods-EFCountingLabel_Example-acknowledgements.markdown */, - 8073D80DA8B39C321785237A0925F273 /* Pods-EFCountingLabel_Example-acknowledgements.plist */, - F67C952AD21823EFC4E1D4ED9711BB39 /* Pods-EFCountingLabel_Example-dummy.m */, - 8D25F4517287FCAE482FCDAA41874E34 /* Pods-EFCountingLabel_Example-frameworks.sh */, - 5D5C37B46075CC509C8372665E6E1617 /* Pods-EFCountingLabel_Example-resources.sh */, - 32B4C2D21C0D0C1F21432357C6DA5F91 /* Pods-EFCountingLabel_Example-umbrella.h */, - 2516BB44397D76E531AAF36D4F64069A /* Pods-EFCountingLabel_Example.debug.xcconfig */, - 8D8266FF5B2A715ADFC592E8145C1604 /* Pods-EFCountingLabel_Example.release.xcconfig */, + 717991968090C1C0305CCBABA91A2F51 /* EFCountingLabel.modulemap */, + C61336A85BEFDF3595D85B5719FA9417 /* EFCountingLabel.xcconfig */, + FCD2448248CA07A245C73EC7BF449806 /* EFCountingLabel-dummy.m */, + D372C940959ACEE23508B255808367E9 /* EFCountingLabel-Info.plist */, + 1A5F13538F0378F9B854FAC3F7B2EBCA /* EFCountingLabel-prefix.pch */, + 19D19D19BD1E3DAB195925AD8879380A /* EFCountingLabel-umbrella.h */, ); - name = "Pods-EFCountingLabel_Example"; - path = "Target Support Files/Pods-EFCountingLabel_Example"; + name = "Support Files"; + path = "Example/Pods/Target Support Files/EFCountingLabel"; sourceTree = ""; }; BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { isa = PBXGroup; children = ( - 5E0D919E635D23B70123790B8308F8EF /* iOS */, + 44D5347904CF754D6785B84253F2574A /* iOS */, ); name = Frameworks; sourceTree = ""; }; + D0B5FD684B353E4C0909EAEA93837B3D /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 06F80870A28174105713BE6492C1B81C /* Pods-EFCountingLabel_Example */, + D0F5E0648FF4B84831E58ECDD2782245 /* Pods-EFCountingLabel_Tests */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; + D0F5E0648FF4B84831E58ECDD2782245 /* Pods-EFCountingLabel_Tests */ = { + isa = PBXGroup; + children = ( + A0A6A9A282E713394A7759E7DB2DDB37 /* Pods-EFCountingLabel_Tests.modulemap */, + A35E19E5B1CD3DA615CE0BDB64FE3C59 /* Pods-EFCountingLabel_Tests-acknowledgements.markdown */, + DC223A9DBA60C98B20AB07CB6AF39F77 /* Pods-EFCountingLabel_Tests-acknowledgements.plist */, + 52F0912D77013F8675939976852C90CA /* Pods-EFCountingLabel_Tests-dummy.m */, + CF16DA314307A3F237914AD0BCA970A2 /* Pods-EFCountingLabel_Tests-Info.plist */, + AE09AA09FA7651EDA930C95AAD8605E5 /* Pods-EFCountingLabel_Tests-umbrella.h */, + C26EEB96207237C157CA517C570056C0 /* Pods-EFCountingLabel_Tests.debug.xcconfig */, + 3D4F78773BE7FABDE1F3A7FE0AFB0201 /* Pods-EFCountingLabel_Tests.release.xcconfig */, + ); + name = "Pods-EFCountingLabel_Tests"; + path = "Target Support Files/Pods-EFCountingLabel_Tests"; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 2348DD83826E2C95D90DDA45A5D67D2C /* Headers */ = { + 12623D03C87BB9C481F6579752DE0847 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 09435850C4567378EF711351DA72B62B /* EFCountingLabel-umbrella.h in Headers */, + E6E86879713160FF28E2E0356B146FDC /* EFCountingLabel-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 897245420830AEC72CFA80223FD00F5F /* Headers */ = { + 15639D9631399B53806BFAB43436444B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B4BFA628403023BCDD81D8C22BD2CFE5 /* Pods-EFCountingLabel_Tests-umbrella.h in Headers */, + BBBFBD8E5FB31E593470C7647E5353D1 /* Pods-EFCountingLabel_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 90A46B617FB45F275107CB4C005CBC6C /* Headers */ = { + 7F07AA43A7E645A61241A00B01DE03AB /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5E34179180FFE86ADD98DDA14705FD97 /* Pods-EFCountingLabel_Example-umbrella.h in Headers */, + A859BB5A27E91BED3236EB61DC04C260 /* Pods-EFCountingLabel_Tests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 1226DF75313685A985FC1798A46FD38D /* Pods-EFCountingLabel_Example */ = { + 06A9F8BA2A0E806485A7CEC9993A111C /* EFCountingLabel */ = { isa = PBXNativeTarget; - buildConfigurationList = 73ABE319B224E2F083DE1C91DB23A357 /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Example" */; + buildConfigurationList = 752B2CEC4A94BAA762B32F45C59A7620 /* Build configuration list for PBXNativeTarget "EFCountingLabel" */; buildPhases = ( - A52914A0E1731DFA9DCBA66AB7C7741F /* Sources */, - 4FFCAEFC25AFD512E9C69F0CBD3CA804 /* Frameworks */, - 90A46B617FB45F275107CB4C005CBC6C /* Headers */, + 12623D03C87BB9C481F6579752DE0847 /* Headers */, + D21941BFECEA1AEB7C0C56E44DF37D72 /* Sources */, + FCFF756A5D6A455B3706861D023E2600 /* Frameworks */, + 88B1E49FB1D12119819B2B5A39C8ECEB /* Resources */, ); buildRules = ( ); dependencies = ( - 6E4584E56297920D2290F247D91E4D2F /* PBXTargetDependency */, ); - name = "Pods-EFCountingLabel_Example"; - productName = "Pods-EFCountingLabel_Example"; - productReference = 2D5CDC63BC596D6F6E424594DB47A0D0 /* Pods_EFCountingLabel_Example.framework */; + name = EFCountingLabel; + productName = EFCountingLabel; + productReference = 79B1B958DCDC39F6CB83C66A978458B3 /* EFCountingLabel.framework */; productType = "com.apple.product-type.framework"; }; - 50C095133BA748F447D58294A7AF16FF /* EFCountingLabel */ = { + 0C4F02361296B2CAED0A1B1FB809732D /* Pods-EFCountingLabel_Example */ = { isa = PBXNativeTarget; - buildConfigurationList = 095295F53A67824C8F06BD1416934EFB /* Build configuration list for PBXNativeTarget "EFCountingLabel" */; + buildConfigurationList = 142DB514BA0BF3047D774A0537D95157 /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Example" */; buildPhases = ( - A09F66F4091F6F6273DB1B5F6F34B8BA /* Sources */, - BC07AD0F2160E36EFA406EB52F6B3E17 /* Frameworks */, - 2348DD83826E2C95D90DDA45A5D67D2C /* Headers */, + 15639D9631399B53806BFAB43436444B /* Headers */, + 06D5FFFA4730D23751F139A927085FF4 /* Sources */, + 3BB2A5996416F7D092F0E7232624B1F6 /* Frameworks */, + 96698C0855FEC9C04627EC72F4AD3067 /* Resources */, ); buildRules = ( ); dependencies = ( + B314FB4CF5FCF1853C39F049FBE96FA9 /* PBXTargetDependency */, ); - name = EFCountingLabel; - productName = EFCountingLabel; - productReference = 79B1B958DCDC39F6CB83C66A978458B3 /* EFCountingLabel.framework */; + name = "Pods-EFCountingLabel_Example"; + productName = "Pods-EFCountingLabel_Example"; + productReference = 2D5CDC63BC596D6F6E424594DB47A0D0 /* Pods_EFCountingLabel_Example.framework */; productType = "com.apple.product-type.framework"; }; - D8DBC118EA5DD53AA440ECBE00AA9BA3 /* Pods-EFCountingLabel_Tests */ = { + DD9E9E5B07C9CE3963F892D62008AFB1 /* Pods-EFCountingLabel_Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = B7D6922A3C590962C26D910ABA95E50A /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Tests" */; + buildConfigurationList = 0C003B282920392624723E3AF940B33A /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Tests" */; buildPhases = ( - 8E0FC4874E7A30CCAE8D8424185CB5A6 /* Sources */, - CA08887605C18463A7F0303C01A2FCF8 /* Frameworks */, - 897245420830AEC72CFA80223FD00F5F /* Headers */, + 7F07AA43A7E645A61241A00B01DE03AB /* Headers */, + FFA56D2DC4DAA3364C8BEE3F6FC080D4 /* Sources */, + C3C5CFFFA7F363F0C7050941F77A3E3B /* Frameworks */, + 690CE15638F809A40B1270243F3EF392 /* Resources */, ); buildRules = ( ); dependencies = ( - 6FA6C13B58391521EAA49816A555737B /* PBXTargetDependency */, + C378B3812C8DA394D022EF2037FAD2C1 /* PBXTargetDependency */, ); name = "Pods-EFCountingLabel_Tests"; productName = "Pods-EFCountingLabel_Tests"; @@ -331,61 +328,121 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 50C095133BA748F447D58294A7AF16FF /* EFCountingLabel */, - 1226DF75313685A985FC1798A46FD38D /* Pods-EFCountingLabel_Example */, - D8DBC118EA5DD53AA440ECBE00AA9BA3 /* Pods-EFCountingLabel_Tests */, + 06A9F8BA2A0E806485A7CEC9993A111C /* EFCountingLabel */, + 0C4F02361296B2CAED0A1B1FB809732D /* Pods-EFCountingLabel_Example */, + DD9E9E5B07C9CE3963F892D62008AFB1 /* Pods-EFCountingLabel_Tests */, ); }; /* End PBXProject section */ +/* Begin PBXResourcesBuildPhase section */ + 690CE15638F809A40B1270243F3EF392 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 88B1E49FB1D12119819B2B5A39C8ECEB /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 96698C0855FEC9C04627EC72F4AD3067 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ - 8E0FC4874E7A30CCAE8D8424185CB5A6 /* Sources */ = { + 06D5FFFA4730D23751F139A927085FF4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 121F67B1C011CD81B364E2C802FFAF87 /* Pods-EFCountingLabel_Tests-dummy.m in Sources */, + 3931C56AAE628619E0D036CD92C97AB5 /* Pods-EFCountingLabel_Example-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A09F66F4091F6F6273DB1B5F6F34B8BA /* Sources */ = { + D21941BFECEA1AEB7C0C56E44DF37D72 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E1597310B32072C7741ED2E2FF74F0FD /* EFCountingLabel-dummy.m in Sources */, - 767B28949010CB902D66526E320D26AD /* EFCountingLabel.swift in Sources */, + 1440834D96A2922A609C1D6140955332 /* EFCountingLabel-dummy.m in Sources */, + 4672B8EA90F2EA507C85B7488078C172 /* EFCountingLabel.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A52914A0E1731DFA9DCBA66AB7C7741F /* Sources */ = { + FFA56D2DC4DAA3364C8BEE3F6FC080D4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B6D5DBFB224BFB27EFB9D2A35622ED1A /* Pods-EFCountingLabel_Example-dummy.m in Sources */, + 1C5C626EE7E02508133EC73E97DE10A3 /* Pods-EFCountingLabel_Tests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 6E4584E56297920D2290F247D91E4D2F /* PBXTargetDependency */ = { + B314FB4CF5FCF1853C39F049FBE96FA9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = EFCountingLabel; - target = 50C095133BA748F447D58294A7AF16FF /* EFCountingLabel */; - targetProxy = 074547F3DA0277B5248EB9DBFB359FEF /* PBXContainerItemProxy */; + target = 06A9F8BA2A0E806485A7CEC9993A111C /* EFCountingLabel */; + targetProxy = B86C0C70E395159447B98FE85AC5D313 /* PBXContainerItemProxy */; }; - 6FA6C13B58391521EAA49816A555737B /* PBXTargetDependency */ = { + C378B3812C8DA394D022EF2037FAD2C1 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Pods-EFCountingLabel_Example"; - target = 1226DF75313685A985FC1798A46FD38D /* Pods-EFCountingLabel_Example */; - targetProxy = C411EA3D7CF7999A8D1817E5E48F3FE5 /* PBXContainerItemProxy */; + target = 0C4F02361296B2CAED0A1B1FB809732D /* Pods-EFCountingLabel_Example */; + targetProxy = 0EEF2E23054CC33CD9691AEE6F6ACA27 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 0182DFE9C3F42932BC0315C5D34D7B8F /* Debug */ = { + 0BE643AC4428741BDD71D909B6A6CF69 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3D4F78773BE7FABDE1F3A7FE0AFB0201 /* Pods-EFCountingLabel_Tests.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CODE_SIGN_IDENTITY = ""; + "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; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 11085E7AB643528FB9C29E3731398F34 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CDE5CD8660284536F38EFD0D27E6B33B /* EFCountingLabel.xcconfig */; + baseConfigurationReference = 67175E100B00D4A8CB6B7FF58CC928F8 /* Pods-EFCountingLabel_Example.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -395,18 +452,19 @@ 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/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; 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; + 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)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -414,7 +472,67 @@ }; name = Debug; }; - 1EE19F5DD95931924296F637BF18BD8F /* Debug */ = { + BE01AF5D395AE305A54D518A9B774D2A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 4.2; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Release; + }; + CFC8DEA7B5326676BA33093221AAE4F4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -446,8 +564,6 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -468,53 +584,21 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.2; SYMROOT = "${SRCROOT}/../build"; }; name = Debug; }; - 3F2F910CDB1BF9FE06CE5C03AE2BC9B1 /* Release */ = { + DE38A4423988DB2BF2C383A84011119E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 240B1ACBB56962A56B8C782436A704AF /* Pods-EFCountingLabel_Tests.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CODE_SIGN_IDENTITY = ""; - "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/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; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 5E29A0F21DD35BB8FD548D7019B8BB60 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CDE5CD8660284536F38EFD0D27E6B33B /* EFCountingLabel.xcconfig */; + baseConfigurationReference = C61336A85BEFDF3595D85B5719FA9417 /* EFCountingLabel.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -526,7 +610,7 @@ 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/Info.plist"; + 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"; @@ -536,7 +620,6 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -545,9 +628,9 @@ }; name = Release; }; - A2A66646C11865CA3C7E67703B06E3E6 /* Debug */ = { + E5A0F83D66E50908F3A5A12BB033FF18 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F088B4CA28D4A9CEACB08953715B2F3E /* Pods-EFCountingLabel_Tests.debug.xcconfig */; + baseConfigurationReference = C26EEB96207237C157CA517C570056C0 /* Pods-EFCountingLabel_Tests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; @@ -559,7 +642,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-EFCountingLabel_Tests/Info.plist"; + 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"; @@ -579,9 +662,9 @@ }; name = Debug; }; - C370C165570BFFC12DC146334BBF1CC6 /* Release */ = { + E66FF661A4B1E11BD71EED6F60042FAE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8D8266FF5B2A715ADFC592E8145C1604 /* Pods-EFCountingLabel_Example.release.xcconfig */; + baseConfigurationReference = 0977731AB1CF6F8A5B8CDAF4249ABCCE /* Pods-EFCountingLabel_Example.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; @@ -593,7 +676,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-EFCountingLabel_Example/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; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -606,7 +689,6 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; @@ -615,11 +697,10 @@ }; name = Release; }; - DC7EB28D4E7EBAB744753475325EDE9F /* Debug */ = { + FC1E30F93CAB94D3EF92DF94757CD52B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2516BB44397D76E531AAF36D4F64069A /* Pods-EFCountingLabel_Example.debug.xcconfig */; + baseConfigurationReference = C61336A85BEFDF3595D85B5719FA9417 /* EFCountingLabel.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -629,21 +710,17 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/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; 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 = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -651,99 +728,41 @@ }; name = Debug; }; - F4568DEE257655D290C2B9CEAB37C934 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Release; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 095295F53A67824C8F06BD1416934EFB /* Build configuration list for PBXNativeTarget "EFCountingLabel" */ = { + 0C003B282920392624723E3AF940B33A /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0182DFE9C3F42932BC0315C5D34D7B8F /* Debug */, - 5E29A0F21DD35BB8FD548D7019B8BB60 /* Release */, + E5A0F83D66E50908F3A5A12BB033FF18 /* Debug */, + 0BE643AC4428741BDD71D909B6A6CF69 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + 142DB514BA0BF3047D774A0537D95157 /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( - 1EE19F5DD95931924296F637BF18BD8F /* Debug */, - F4568DEE257655D290C2B9CEAB37C934 /* Release */, + 11085E7AB643528FB9C29E3731398F34 /* Debug */, + E66FF661A4B1E11BD71EED6F60042FAE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 73ABE319B224E2F083DE1C91DB23A357 /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Example" */ = { + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - DC7EB28D4E7EBAB744753475325EDE9F /* Debug */, - C370C165570BFFC12DC146334BBF1CC6 /* Release */, + CFC8DEA7B5326676BA33093221AAE4F4 /* Debug */, + BE01AF5D395AE305A54D518A9B774D2A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B7D6922A3C590962C26D910ABA95E50A /* Build configuration list for PBXNativeTarget "Pods-EFCountingLabel_Tests" */ = { + 752B2CEC4A94BAA762B32F45C59A7620 /* Build configuration list for PBXNativeTarget "EFCountingLabel" */ = { isa = XCConfigurationList; buildConfigurations = ( - A2A66646C11865CA3C7E67703B06E3E6 /* Debug */, - 3F2F910CDB1BF9FE06CE5C03AE2BC9B1 /* Release */, + FC1E30F93CAB94D3EF92DF94757CD52B /* Debug */, + DE38A4423988DB2BF2C383A84011119E /* 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 new file mode 100644 index 0000000..c26f36f --- /dev/null +++ b/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 4.1.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.xcconfig b/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.xcconfig index e6e9a40..0040898 100644 --- a/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.xcconfig +++ b/Example/Pods/Target Support Files/EFCountingLabel/EFCountingLabel.xcconfig @@ -1,6 +1,6 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} 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 new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-Info.plist @@ -0,0 +1,26 @@ + + + + + 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_Example/Pods-EFCountingLabel_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Pods-EFCountingLabel_Example-frameworks.sh index dea3df9..3c2b37f 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 @@ -3,10 +3,15 @@ set -e set -u set -o pipefail +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + 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 + # 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}" @@ -36,8 +41,8 @@ install_framework() local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" + echo "Symlinked..." + source="$(readlink "${source}")" fi # Use filter instead of exclude so missing patterns don't throw errors. @@ -47,8 +52,13 @@ install_framework() local basename basename="$(basename -s .framework "$1")" binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" fi # Strip invalid architectures so "fat" simulator / device frameworks work on device @@ -62,7 +72,7 @@ install_framework() # 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]}) + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) for lib in $swift_runtime_libs; do echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" @@ -101,8 +111,8 @@ install_dsym() { # 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 + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity 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'" @@ -131,7 +141,7 @@ strip_invalid_archs() { for arch in $binary_archs; do if ! [[ "${ARCHS}" == *"$arch"* ]]; then # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + lipo -remove "$arch" -output "$binary" "$binary" stripped="$stripped $arch" fi done 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 fc324fa..a271648 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 @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES 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' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel/EFCountingLabel.framework/Headers" OTHER_LDFLAGS = $(inherited) -framework "EFCountingLabel" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. 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 fc324fa..a271648 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 @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES 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' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/EFCountingLabel/EFCountingLabel.framework/Headers" OTHER_LDFLAGS = $(inherited) -framework "EFCountingLabel" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. 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 new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests-Info.plist @@ -0,0 +1,26 @@ + + + + + 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.debug.xcconfig b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Pods-EFCountingLabel_Tests.debug.xcconfig index 9f5329c..e1ff58d 100644 --- 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 @@ -1,7 +1,8 @@ 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' -OTHER_CFLAGS = $(inherited) -iquote "${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}/. 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 index 9f5329c..e1ff58d 100644 --- 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 @@ -1,7 +1,8 @@ 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' -OTHER_CFLAGS = $(inherited) -iquote "${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}/. diff --git a/Example/Tests/Info.plist b/Example/Tests/Info.plist index ba72822..7861e6f 100644 --- a/Example/Tests/Info.plist +++ b/Example/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0 + 4.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/assets/EFCountingLabel.png b/ssets/EFCountingLabel.png similarity index 100% rename from assets/EFCountingLabel.png rename to ssets/EFCountingLabel.png diff --git a/assets/example.gif b/ssets/example.gif similarity index 100% rename from assets/example.gif rename to ssets/example.gif diff --git a/assets/storyboard.png b/ssets/storyboard.png similarity index 100% rename from assets/storyboard.png rename to ssets/storyboard.png