diff --git a/Example/MSAutoView.xcodeproj/project.pbxproj b/Example/MSAutoView.xcodeproj/project.pbxproj index 6a3e232..9e91a10 100644 --- a/Example/MSAutoView.xcodeproj/project.pbxproj +++ b/Example/MSAutoView.xcodeproj/project.pbxproj @@ -193,7 +193,6 @@ 607FACCD1AFB9204008FA782 /* Frameworks */, 607FACCE1AFB9204008FA782 /* Resources */, 4C75CFF6D510F2F959B8DAED /* [CP] Embed Pods Frameworks */, - 4B3080DC5B53F9BCC6679C1B /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -212,8 +211,6 @@ 607FACE11AFB9204008FA782 /* Sources */, 607FACE21AFB9204008FA782 /* Frameworks */, 607FACE31AFB9204008FA782 /* Resources */, - FA184ED3F762EF44399EEDED /* [CP] Embed Pods Frameworks */, - 12E386ACA18A3D45764B86D5 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -306,21 +303,6 @@ 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; }; - 12E386ACA18A3D45764B86D5 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; 2AD2B8F353E4E29D22AC35F1 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -339,21 +321,6 @@ 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; }; - 4B3080DC5B53F9BCC6679C1B /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; 4C75CFF6D510F2F959B8DAED /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -372,21 +339,6 @@ shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - FA184ED3F762EF44399EEDED /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ diff --git a/Example/Podfile.lock b/Example/Podfile.lock index b26c566..4c6ddfa 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,16 +1,16 @@ PODS: - - MSAutoView (2.2.0) + - MSAutoView (2.3.0) DEPENDENCIES: - MSAutoView (from `../`) EXTERNAL SOURCES: MSAutoView: - :path: ../ + :path: "../" SPEC CHECKSUMS: - MSAutoView: 83ac87b08170c06f4cfbba5ea0922f58740f589d + MSAutoView: a864125d243ad41ec97ffabae8f46aa6756c93d2 PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba -COCOAPODS: 1.4.0 +COCOAPODS: 1.5.3 diff --git a/Example/Pods/Local Podspecs/MSAutoView.podspec.json b/Example/Pods/Local Podspecs/MSAutoView.podspec.json index c95107a..290c9ce 100644 --- a/Example/Pods/Local Podspecs/MSAutoView.podspec.json +++ b/Example/Pods/Local Podspecs/MSAutoView.podspec.json @@ -1,6 +1,6 @@ { "name": "MSAutoView", - "version": "2.2.0", + "version": "2.3.0", "summary": "An easy way to create reusable xibs.", "swift_version": "3.2", "description": "MSAutoView will allow you to create a view in a separate xib file, and reference the same xib throughout the whole project. Modify in one place and use everywhere.", @@ -14,7 +14,7 @@ }, "source": { "git": "https://github.com/MaherKSantina/MSAutoView.git", - "tag": "2.2.0" + "tag": "2.3.0" }, "platforms": { "ios": "8.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index b26c566..4c6ddfa 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,16 +1,16 @@ PODS: - - MSAutoView (2.2.0) + - MSAutoView (2.3.0) DEPENDENCIES: - MSAutoView (from `../`) EXTERNAL SOURCES: MSAutoView: - :path: ../ + :path: "../" SPEC CHECKSUMS: - MSAutoView: 83ac87b08170c06f4cfbba5ea0922f58740f589d + MSAutoView: a864125d243ad41ec97ffabae8f46aa6756c93d2 PODFILE CHECKSUM: 706747bd031deee93b9c3b1183d1ca2b073305ba -COCOAPODS: 1.4.0 +COCOAPODS: 1.5.3 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index e804926..a1438ef 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,20 +7,27 @@ objects = { /* Begin PBXBuildFile section */ - 03E57100F1CC372154E96FDF81F3D35A /* Pods-MSAutoView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA5AA9972627B38AD5715762CB5189B /* Pods-MSAutoView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 115A57749BF8F38C7FD56B69C60E1037 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; 1350DC3DCA7FCC31682F910F2DF81570 /* Pods-MSAutoView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CD18E88733A462C403E8418A30434AE1 /* Pods-MSAutoView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 16D89D9346E10688298A179085939C9D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; + 3B5D001EA88FD2E544BF67282D0159B9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; }; 3D9A495602E93BF176DDB827CA4ED6D1 /* MSAutoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB489E2D80F65287E41625A01ED0F273 /* MSAutoView.swift */; }; - 6E236878AD12D4B0401DA971FEF16480 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */; }; + 56F9AE65D98F8406EFE45B82D298D76E /* Pods-MSAutoView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81F2E6AA15437050F5BB3F26A5618705 /* Pods-MSAutoView_Tests-dummy.m */; }; + 9A9113404D4E3F7497DB4447C0F6EC10 /* Pods-MSAutoView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA5AA9972627B38AD5715762CB5189B /* Pods-MSAutoView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; A4B418EE9B25302E3D351E872BDD021D /* MSAutoView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA14F2526631ADB38D986EA256623D2 /* MSAutoView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A52BD8F8AC44CA600305CE8BC58C6E75 /* Pods-MSAutoView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 81F2E6AA15437050F5BB3F26A5618705 /* Pods-MSAutoView_Tests-dummy.m */; }; + D17A5AE5BEFE811F73323C2A7A48F0AC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; }; D6E3FBD392203B07B1A9F78874C961AA /* UIView+MSAutoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57480D395F4E11EA46E7A9058E3A1F93 /* UIView+MSAutoView.swift */; }; E8517F0502FFF678C4745BA7CC3B798E /* Pods-MSAutoView_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C293C19EE088483CCB734947B0099E86 /* Pods-MSAutoView_Example-dummy.m */; }; ED4C6CF7715DF6DAC9E1F9A435A969C7 /* MSAutoView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EF4EB2E951FB189EA9BB18BAFC4F664 /* MSAutoView-dummy.m */; }; + F9CF0AFABF1DE9FBB96F9A745583969A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ + 68A3454FA95DF9E11D44C15D0FADFF11 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5706E3670D7E6DD1CE79FFC234F84A40; + remoteInfo = "Pods-MSAutoView_Example"; + }; A0155961651D1B973AE5999AEB043FF2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; @@ -41,9 +48,9 @@ 3E20ACBBC0FF2E57EA2EA786E4C3764B /* Pods-MSAutoView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MSAutoView_Tests.release.xcconfig"; sourceTree = ""; }; 4E0CC46387B6C3F9E40BB974A1227CF1 /* Pods-MSAutoView_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MSAutoView_Tests-acknowledgements.plist"; sourceTree = ""; }; 57480D395F4E11EA46E7A9058E3A1F93 /* UIView+MSAutoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+MSAutoView.swift"; path = "MSAutoView/Classes/UIView+MSAutoView.swift"; 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; }; 5D980DDDDBDE5A32BFFFB18AD6C95197 /* MSAutoView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MSAutoView.framework; path = MSAutoView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 60AF21EA36AE09BF829A590D3C71A515 /* Pods-MSAutoView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MSAutoView_Example-acknowledgements.plist"; sourceTree = ""; }; - 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 6BFEA7A9A92AECC15D3CF34E95CEA1E2 /* Pods-MSAutoView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MSAutoView_Example.debug.xcconfig"; sourceTree = ""; }; 6D4D80C8546516CEBE9CFB092623B0BB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; 789725B7A3BBB605F25BE698F3978B8A /* Pods-MSAutoView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MSAutoView_Example-frameworks.sh"; sourceTree = ""; }; @@ -70,19 +77,19 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 8F976C9632B238E63DB59D5950A1D0C4 /* Frameworks */ = { + 30D58276F9B561A919487F8F91E26A22 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 6E236878AD12D4B0401DA971FEF16480 /* Foundation.framework in Frameworks */, + D17A5AE5BEFE811F73323C2A7A48F0AC /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C415E369C0228EB8595C78F6BBCB80DE /* Frameworks */ = { + 8F976C9632B238E63DB59D5950A1D0C4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 115A57749BF8F38C7FD56B69C60E1037 /* Foundation.framework in Frameworks */, + 3B5D001EA88FD2E544BF67282D0159B9 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -90,7 +97,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 16D89D9346E10688298A179085939C9D /* Foundation.framework in Frameworks */, + F9CF0AFABF1DE9FBB96F9A745583969A /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -123,6 +130,14 @@ path = ../..; sourceTree = ""; }; + 5E0D919E635D23B70123790B8308F8EF /* iOS */ = { + isa = PBXGroup; + children = ( + 5A16F4CFC63FAC439D7A04994F579A03 /* Foundation.framework */, + ); + name = iOS; + sourceTree = ""; + }; 675ECCD834963AF489845F03497363CA /* Development Pods */ = { isa = PBXGroup; children = ( @@ -164,7 +179,7 @@ BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { isa = PBXGroup; children = ( - D35AF013A5F0BAD4F32504907A52519E /* iOS */, + 5E0D919E635D23B70123790B8308F8EF /* iOS */, ); name = Frameworks; sourceTree = ""; @@ -179,14 +194,6 @@ name = Pod; sourceTree = ""; }; - D35AF013A5F0BAD4F32504907A52519E /* iOS */ = { - isa = PBXGroup; - children = ( - 6604A7D69453B4569E4E4827FB9155A9 /* Foundation.framework */, - ); - name = iOS; - sourceTree = ""; - }; D939D668F62C9CFCE7321BE040C54968 /* Pods-MSAutoView_Example */ = { isa = PBXGroup; children = ( @@ -226,19 +233,19 @@ /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 1113CE2F46DC6D533C8613E4C4CD7C3C /* Headers */ = { + 54C36D0A785C3D21523A04E8314080E3 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 03E57100F1CC372154E96FDF81F3D35A /* Pods-MSAutoView_Tests-umbrella.h in Headers */, + 1350DC3DCA7FCC31682F910F2DF81570 /* Pods-MSAutoView_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 54C36D0A785C3D21523A04E8314080E3 /* Headers */ = { + B3AC6159A20E8AD3FBB0830B09083403 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1350DC3DCA7FCC31682F910F2DF81570 /* Pods-MSAutoView_Example-umbrella.h in Headers */, + 9A9113404D4E3F7497DB4447C0F6EC10 /* Pods-MSAutoView_Tests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -253,23 +260,6 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 50ED635381FF25ED9A892CF81A469595 /* Pods-MSAutoView_Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = A41F219F60163172447B338C2208C604 /* Build configuration list for PBXNativeTarget "Pods-MSAutoView_Tests" */; - buildPhases = ( - C054C37E72E278175744CD4338A52EFC /* Sources */, - C415E369C0228EB8595C78F6BBCB80DE /* Frameworks */, - 1113CE2F46DC6D533C8613E4C4CD7C3C /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Pods-MSAutoView_Tests"; - productName = "Pods-MSAutoView_Tests"; - productReference = CF1666C9C6F69AD678778D57D3AF81CB /* Pods_MSAutoView_Tests.framework */; - productType = "com.apple.product-type.framework"; - }; 5706E3670D7E6DD1CE79FFC234F84A40 /* Pods-MSAutoView_Example */ = { isa = PBXNativeTarget; buildConfigurationList = 7DB21251966F5CE2A88D9BD66FC50EC7 /* Build configuration list for PBXNativeTarget "Pods-MSAutoView_Example" */; @@ -288,6 +278,24 @@ productReference = 9CEF67D28DC6C2C636CA19746E9D9079 /* Pods_MSAutoView_Example.framework */; productType = "com.apple.product-type.framework"; }; + D7B35BC5BEC09559471B1D2C0D3E467E /* Pods-MSAutoView_Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 888BE78D33636126A89234E08BA7B327 /* Build configuration list for PBXNativeTarget "Pods-MSAutoView_Tests" */; + buildPhases = ( + 672716D5953B572D1CBA2886A330AE92 /* Sources */, + 30D58276F9B561A919487F8F91E26A22 /* Frameworks */, + B3AC6159A20E8AD3FBB0830B09083403 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + B1E1126077DADE4AFF1A35A93494CCD9 /* PBXTargetDependency */, + ); + name = "Pods-MSAutoView_Tests"; + productName = "Pods-MSAutoView_Tests"; + productReference = CF1666C9C6F69AD678778D57D3AF81CB /* Pods_MSAutoView_Tests.framework */; + productType = "com.apple.product-type.framework"; + }; EEEE36EB313752D593A96CBDCD399D46 /* MSAutoView */ = { isa = PBXNativeTarget; buildConfigurationList = 67072FC1DD07C7D01A9AA62A181A7466 /* Build configuration list for PBXNativeTarget "MSAutoView" */; @@ -328,7 +336,7 @@ targets = ( EEEE36EB313752D593A96CBDCD399D46 /* MSAutoView */, 5706E3670D7E6DD1CE79FFC234F84A40 /* Pods-MSAutoView_Example */, - 50ED635381FF25ED9A892CF81A469595 /* Pods-MSAutoView_Tests */, + D7B35BC5BEC09559471B1D2C0D3E467E /* Pods-MSAutoView_Tests */, ); }; /* End PBXProject section */ @@ -352,11 +360,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C054C37E72E278175744CD4338A52EFC /* Sources */ = { + 672716D5953B572D1CBA2886A330AE92 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A52BD8F8AC44CA600305CE8BC58C6E75 /* Pods-MSAutoView_Tests-dummy.m in Sources */, + 56F9AE65D98F8406EFE45B82D298D76E /* Pods-MSAutoView_Tests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -369,13 +377,53 @@ target = EEEE36EB313752D593A96CBDCD399D46 /* MSAutoView */; targetProxy = A0155961651D1B973AE5999AEB043FF2 /* PBXContainerItemProxy */; }; + B1E1126077DADE4AFF1A35A93494CCD9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-MSAutoView_Example"; + target = 5706E3670D7E6DD1CE79FFC234F84A40 /* Pods-MSAutoView_Example */; + targetProxy = 68A3454FA95DF9E11D44C15D0FADFF11 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 33A44F255684F316DC3E8FCD96D0C078 /* Debug */ = { + 0B7169356941EDE7B62AED07AD66B1A4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2FEE2F4616D2436DC5A94E5D0FC145FC /* MSAutoView.xcconfig */; + buildSettings = { + 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"; + GCC_PREFIX_HEADER = "Target Support Files/MSAutoView/MSAutoView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MSAutoView/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/MSAutoView/MSAutoView.modulemap"; + PRODUCT_MODULE_NAME = MSAutoView; + PRODUCT_NAME = MSAutoView; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 3.2; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 1E7563C8B7B33FEC7E4CA5A81CDB02BA /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 1E5CB3E183846D96029BCD55AA76AB0D /* Pods-MSAutoView_Tests.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -395,7 +443,7 @@ OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_MSAutoView_Tests; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; @@ -404,10 +452,11 @@ }; name = Debug; }; - 3B058BF270D640609CE7C9D1B521202C /* Release */ = { + 406BFDC95614D8F9BB555333CB26D95C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3E20ACBBC0FF2E57EA2EA786E4C3764B /* Pods-MSAutoView_Tests.release.xcconfig */; + baseConfigurationReference = 6BFEA7A9A92AECC15D3CF34E95CEA1E2 /* Pods-MSAutoView_Example.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -417,19 +466,55 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-MSAutoView_Tests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MSAutoView_Example/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_MSAutoView_Tests; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 5CE027A061E67C27F7BD011CB21A0EA6 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 019ED18FB3FD799C6DDBB4EE359416DF /* Pods-MSAutoView_Example.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-MSAutoView_Example/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.3; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_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_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -437,7 +522,7 @@ }; name = Release; }; - 5011B865762FC0C0A28ECEC4CB63DC68 /* Debug */ = { + 8B33C5230DE4A9DFA6D8F46505DD7AF7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -469,6 +554,7 @@ 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; @@ -493,14 +579,13 @@ MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; STRIP_INSTALLED_PRODUCT = NO; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SYMROOT = "${SRCROOT}/../build"; }; name = Debug; }; - 827269710C98D60C14D46BC6AF9BF728 /* Release */ = { + B42B54097A876E8A982CBF5DAA91B1AB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -532,6 +617,7 @@ 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"; @@ -552,79 +638,12 @@ IPHONEOS_DEPLOYMENT_TARGET = 9.3; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; STRIP_INSTALLED_PRODUCT = NO; SYMROOT = "${SRCROOT}/../build"; }; name = Release; }; - 9B04DFB8C22F2985E083996E162B97CF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6BFEA7A9A92AECC15D3CF34E95CEA1E2 /* Pods-MSAutoView_Example.debug.xcconfig */; - buildSettings = { - 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-MSAutoView_Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.3; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_MSAutoView_Example; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - B30A534B895B3A81C1EC20E446A01E1D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2FEE2F4616D2436DC5A94E5D0FC145FC /* MSAutoView.xcconfig */; - buildSettings = { - 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"; - GCC_PREFIX_HEADER = "Target Support Files/MSAutoView/MSAutoView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MSAutoView/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/MSAutoView/MSAutoView.modulemap"; - PRODUCT_NAME = MSAutoView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - B32ADD49B031465FC6D889059D294DC7 /* Debug */ = { + BECCFEAFCB441B5CF47E75028D9B9DE2 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 2FEE2F4616D2436DC5A94E5D0FC145FC /* MSAutoView.xcconfig */; buildSettings = { @@ -643,6 +662,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/MSAutoView/MSAutoView.modulemap"; + PRODUCT_MODULE_NAME = MSAutoView; PRODUCT_NAME = MSAutoView; SDKROOT = iphoneos; SKIP_INSTALL = YES; @@ -655,10 +675,11 @@ }; name = Debug; }; - F4C2C5A873C8041E5FF32BE1DA7F45C7 /* Release */ = { + CDB48D975B2E7EFFF8D1A4414D220183 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 019ED18FB3FD799C6DDBB4EE359416DF /* Pods-MSAutoView_Example.release.xcconfig */; + baseConfigurationReference = 3E20ACBBC0FF2E57EA2EA786E4C3764B /* Pods-MSAutoView_Tests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -668,20 +689,19 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-MSAutoView_Example/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MSAutoView_Tests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.3; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_MSAutoView_Example; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -695,8 +715,8 @@ 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5011B865762FC0C0A28ECEC4CB63DC68 /* Debug */, - 827269710C98D60C14D46BC6AF9BF728 /* Release */, + 8B33C5230DE4A9DFA6D8F46505DD7AF7 /* Debug */, + B42B54097A876E8A982CBF5DAA91B1AB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -704,8 +724,8 @@ 67072FC1DD07C7D01A9AA62A181A7466 /* Build configuration list for PBXNativeTarget "MSAutoView" */ = { isa = XCConfigurationList; buildConfigurations = ( - B32ADD49B031465FC6D889059D294DC7 /* Debug */, - B30A534B895B3A81C1EC20E446A01E1D /* Release */, + BECCFEAFCB441B5CF47E75028D9B9DE2 /* Debug */, + 0B7169356941EDE7B62AED07AD66B1A4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -713,17 +733,17 @@ 7DB21251966F5CE2A88D9BD66FC50EC7 /* Build configuration list for PBXNativeTarget "Pods-MSAutoView_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9B04DFB8C22F2985E083996E162B97CF /* Debug */, - F4C2C5A873C8041E5FF32BE1DA7F45C7 /* Release */, + 406BFDC95614D8F9BB555333CB26D95C /* Debug */, + 5CE027A061E67C27F7BD011CB21A0EA6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A41F219F60163172447B338C2208C604 /* Build configuration list for PBXNativeTarget "Pods-MSAutoView_Tests" */ = { + 888BE78D33636126A89234E08BA7B327 /* Build configuration list for PBXNativeTarget "Pods-MSAutoView_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 33A44F255684F316DC3E8FCD96D0C078 /* Debug */, - 3B058BF270D640609CE7C9D1B521202C /* Release */, + 1E7563C8B7B33FEC7E4CA5A81CDB02BA /* Debug */, + CDB48D975B2E7EFFF8D1A4414D220183 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Example.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Example.xcscheme index caa1f72..f726457 100644 --- a/Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Example.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Example.xcscheme @@ -7,30 +7,33 @@ buildImplicitDependencies = "YES"> + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + ReferencedContainer = "container:Pods.xcodeproj"> + shouldUseLaunchSchemeArgsEnv = "YES"> + + + + + + + debugDocumentVersioning = "YES"> diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Tests.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Tests.xcscheme index 7dc3870..4a7383d 100644 --- a/Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Tests.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/mahersantina.xcuserdatad/xcschemes/Pods-MSAutoView_Tests.xcscheme @@ -7,30 +7,33 @@ buildImplicitDependencies = "YES"> + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + ReferencedContainer = "container:Pods.xcodeproj"> + shouldUseLaunchSchemeArgsEnv = "YES"> + + + + + + + debugDocumentVersioning = "YES"> diff --git a/Example/Pods/Target Support Files/MSAutoView/Info.plist b/Example/Pods/Target Support Files/MSAutoView/Info.plist index c054f9c..d135faf 100644 --- a/Example/Pods/Target Support Files/MSAutoView/Info.plist +++ b/Example/Pods/Target Support Files/MSAutoView/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.0 + 2.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/MSAutoView/MSAutoView.xcconfig b/Example/Pods/Target Support Files/MSAutoView/MSAutoView.xcconfig index e46ceec..62be74d 100644 --- a/Example/Pods/Target Support Files/MSAutoView/MSAutoView.xcconfig +++ b/Example/Pods/Target Support Files/MSAutoView/MSAutoView.xcconfig @@ -1,6 +1,5 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/MSAutoView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Example/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh index 8c549a8..1b02fd1 100755 --- a/Example/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-frameworks.sh @@ -1,9 +1,18 @@ #!/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. @@ -92,10 +101,10 @@ 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 + 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'" + 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 &" diff --git a/Example/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-resources.sh b/Example/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-resources.sh index a7df440..345301f 100755 --- a/Example/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-resources.sh +++ b/Example/Pods/Target Support Files/Pods-MSAutoView_Example/Pods-MSAutoView_Example-resources.sh @@ -1,5 +1,13 @@ #!/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}" @@ -12,7 +20,7 @@ XCASSET_FILES=() # 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 +case "${TARGETED_DEVICE_FAMILY:-}" in 1,2) TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" ;; @@ -92,7 +100,7 @@ if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then fi rm -f "$RESOURCES_TO_COPY" -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +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) @@ -102,5 +110,9 @@ then fi done <<<"$OTHER_XCASSETS" - 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}" + 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-MSAutoView_Tests/Pods-MSAutoView_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-frameworks.sh index 881cbae..08e3eaa 100755 --- a/Example/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-frameworks.sh @@ -1,9 +1,18 @@ #!/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. @@ -92,10 +101,10 @@ 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 + 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'" + 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 &" diff --git a/Example/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-resources.sh b/Example/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-resources.sh index a7df440..345301f 100755 --- a/Example/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-resources.sh +++ b/Example/Pods/Target Support Files/Pods-MSAutoView_Tests/Pods-MSAutoView_Tests-resources.sh @@ -1,5 +1,13 @@ #!/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}" @@ -12,7 +20,7 @@ XCASSET_FILES=() # 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 +case "${TARGETED_DEVICE_FAMILY:-}" in 1,2) TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" ;; @@ -92,7 +100,7 @@ if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then fi rm -f "$RESOURCES_TO_COPY" -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +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) @@ -102,5 +110,9 @@ then fi done <<<"$OTHER_XCASSETS" - 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}" + 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/MSAutoView.podspec b/MSAutoView.podspec index 5b993b8..5244133 100644 --- a/MSAutoView.podspec +++ b/MSAutoView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'MSAutoView' - s.version = '2.2.0' + s.version = '2.3.0' s.summary = 'An easy way to create reusable xibs.' s.swift_version = '3.2'