|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 241637741F8E4BC200EE703A /* IntroObjectiveCViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 241637711F8E4BC200EE703A /* IntroObjectiveCViewController.m */; }; |
11 | 11 | 241637771F8E4F9100EE703A /* IntroObjectiveCView.m in Sources */ = {isa = PBXBuildFile; fileRef = 241637761F8E4F9100EE703A /* IntroObjectiveCView.m */; }; |
12 | | - 2439CC281E6658C3003326FB /* PinLayout.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2439CC241E665858003326FB /* PinLayout.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
13 | | - 2439CC2B1E6658CC003326FB /* PinLayout.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2439CC241E665858003326FB /* PinLayout.framework */; }; |
14 | 12 | 2439CC351E665BF6003326FB /* MenuView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2439CC331E665BF6003326FB /* MenuView.swift */; }; |
15 | 13 | 2439CC361E665BF6003326FB /* MenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2439CC341E665BF6003326FB /* MenuViewController.swift */; }; |
16 | 14 | 2439CC4B1E665C6B003326FB /* BasicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2439CC381E665C6B003326FB /* BasicView.swift */; }; |
|
114 | 112 | }; |
115 | 113 | /* End PBXContainerItemProxy section */ |
116 | 114 |
|
117 | | -/* Begin PBXCopyFilesBuildPhase section */ |
118 | | - 2460ACCE1E64FD9D000BCAC5 /* Embed Frameworks */ = { |
119 | | - isa = PBXCopyFilesBuildPhase; |
120 | | - buildActionMask = 2147483647; |
121 | | - dstPath = ""; |
122 | | - dstSubfolderSpec = 10; |
123 | | - files = ( |
124 | | - 2439CC281E6658C3003326FB /* PinLayout.framework in Embed Frameworks */, |
125 | | - ); |
126 | | - name = "Embed Frameworks"; |
127 | | - runOnlyForDeploymentPostprocessing = 0; |
128 | | - }; |
129 | | - 2468130D1F8D013600462E53 /* Embed App Extensions */ = { |
130 | | - isa = PBXCopyFilesBuildPhase; |
131 | | - buildActionMask = 2147483647; |
132 | | - dstPath = ""; |
133 | | - dstSubfolderSpec = 13; |
134 | | - files = ( |
135 | | - ); |
136 | | - name = "Embed App Extensions"; |
137 | | - runOnlyForDeploymentPostprocessing = 0; |
138 | | - }; |
139 | | -/* End PBXCopyFilesBuildPhase section */ |
140 | | - |
141 | 115 | /* Begin PBXFileReference section */ |
142 | 116 | 241637701F8E4BC200EE703A /* IntroObjectiveCViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntroObjectiveCViewController.h; sourceTree = "<group>"; }; |
143 | 117 | 241637711F8E4BC200EE703A /* IntroObjectiveCViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IntroObjectiveCViewController.m; sourceTree = "<group>"; }; |
|
206 | 180 | isa = PBXFrameworksBuildPhase; |
207 | 181 | buildActionMask = 2147483647; |
208 | 182 | files = ( |
209 | | - 2439CC2B1E6658CC003326FB /* PinLayout.framework in Frameworks */, |
210 | 183 | DE6C3D736B571B80E207DF6A /* Pods_PinLayoutSample.framework in Frameworks */, |
211 | 184 | ); |
212 | 185 | runOnlyForDeploymentPostprocessing = 0; |
|
520 | 493 | 249EFE3B1E64FAFE00165E39 /* Sources */, |
521 | 494 | 249EFE3C1E64FAFE00165E39 /* Frameworks */, |
522 | 495 | 249EFE3D1E64FAFE00165E39 /* Resources */, |
523 | | - 2460ACCE1E64FD9D000BCAC5 /* Embed Frameworks */, |
524 | | - 5D3C4568AFC08267110D9971 /* [CP] Embed Pods Frameworks */, |
525 | 496 | 24E6547E1E68F88D00A72A8B /* Run Swiftlint */, |
526 | | - 2468130D1F8D013600462E53 /* Embed App Extensions */, |
| 497 | + A57F7C48B21998F5C851B138 /* [CP] Embed Pods Frameworks */, |
527 | 498 | ); |
528 | 499 | buildRules = ( |
529 | 500 | ); |
|
647 | 618 | shellPath = /bin/sh; |
648 | 619 | shellScript = ../Pods/SwiftLint/swiftlint; |
649 | 620 | }; |
650 | | - 5D3C4568AFC08267110D9971 /* [CP] Embed Pods Frameworks */ = { |
| 621 | + A57F7C48B21998F5C851B138 /* [CP] Embed Pods Frameworks */ = { |
651 | 622 | isa = PBXShellScriptBuildPhase; |
652 | 623 | buildActionMask = 2147483647; |
653 | 624 | files = ( |
654 | 625 | ); |
655 | 626 | inputPaths = ( |
656 | 627 | "${SRCROOT}/../Pods/Target Support Files/Pods-PinLayoutSample/Pods-PinLayoutSample-frameworks.sh", |
657 | 628 | "${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework", |
658 | | - "${PODS_ROOT}/Reveal-SDK/RevealServer-17/iOS/RevealServer.framework", |
| 629 | + "${PODS_ROOT}/Reveal-SDK/RevealServer-18/iOS/RevealServer.framework", |
659 | 630 | ); |
660 | 631 | name = "[CP] Embed Pods Frameworks"; |
661 | 632 | outputPaths = ( |
|
879 | 850 | isa = XCBuildConfiguration; |
880 | 851 | baseConfigurationReference = A35A00E6536E49A548E763E6 /* Pods-PinLayoutSample.debug.xcconfig */; |
881 | 852 | buildSettings = { |
882 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
| 853 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
883 | 854 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
884 | 855 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
885 | 856 | DEVELOPMENT_TEAM = ""; |
|
897 | 868 | isa = XCBuildConfiguration; |
898 | 869 | baseConfigurationReference = C589624E868FCB20F7C10918 /* Pods-PinLayoutSample.release.xcconfig */; |
899 | 870 | buildSettings = { |
900 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
| 871 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; |
901 | 872 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
902 | 873 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
903 | 874 | DEVELOPMENT_TEAM = ""; |
|
0 commit comments