|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | AA2151F02975D9CF0072F6CA /* ShieldHostApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2151EF2975D9CF0072F6CA /* ShieldHostApp.swift */; };
|
11 |
| - AA2151F42975D9D00072F6CA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA2151F32975D9D00072F6CA /* Assets.xcassets */; }; |
12 |
| - AA2151F82975D9D00072F6CA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA2151F72975D9D00072F6CA /* Preview Assets.xcassets */; }; |
13 | 11 | AA2152422975DF5F0072F6CA /* CertificationRequestBuilderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2152342975DF5F0072F6CA /* CertificationRequestBuilderTests.swift */; };
|
14 | 12 | AA2152442975DF5F0072F6CA /* HmacTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2152362975DF5F0072F6CA /* HmacTests.swift */; };
|
15 | 13 | AA2152452975DF5F0072F6CA /* OIDTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2152372975DF5F0072F6CA /* OIDTests.swift */; };
|
|
26 | 24 | AA2152632975E3600072F6CA /* Shield in Frameworks */ = {isa = PBXBuildFile; productRef = AA2152622975E3600072F6CA /* Shield */; };
|
27 | 25 | AA5768A12975E7C300142200 /* ShieldHost Watch App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = AA5768A02975E7C300142200 /* ShieldHost Watch App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
28 | 26 | AA5768A62975E7C300142200 /* ShieldHostApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA5768A52975E7C300142200 /* ShieldHostApp.swift */; };
|
29 |
| - AA5768AA2975E7C400142200 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA5768A92975E7C400142200 /* Assets.xcassets */; }; |
30 |
| - AA5768AD2975E7C400142200 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA5768AC2975E7C400142200 /* Preview Assets.xcassets */; }; |
31 | 27 | AA5768E02975E85E00142200 /* Shield in Frameworks */ = {isa = PBXBuildFile; productRef = AA5768DF2975E85E00142200 /* Shield */; };
|
32 | 28 | AA5768E12975E87C00142200 /* HmacTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2152362975DF5F0072F6CA /* HmacTests.swift */; };
|
33 | 29 | AA5768E22975E87C00142200 /* DistinguishedNameComposerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2152382975DF5F0072F6CA /* DistinguishedNameComposerTests.swift */; };
|
|
42 | 38 | AA5768EC2975E87C00142200 /* DigestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA21523D2975DF5F0072F6CA /* DigestTests.swift */; };
|
43 | 39 | AA5768ED2975E87C00142200 /* CertificateBuilderECTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA21523A2975DF5F0072F6CA /* CertificateBuilderECTests.swift */; };
|
44 | 40 | AA5768EE2975E87C00142200 /* DistinguishedNameParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA2152402975DF5F0072F6CA /* DistinguishedNameParserTests.swift */; };
|
| 41 | + AAC4C7862ADDFFAD00487E0A /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAC4C7852ADDFFAD00487E0A /* Utils.swift */; }; |
| 42 | + AAC4C7872ADDFFAD00487E0A /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAC4C7852ADDFFAD00487E0A /* Utils.swift */; }; |
45 | 43 | AADD77C929A3E278005D0955 /* CertificateDecoderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AADD77C629A3E278005D0955 /* CertificateDecoderTests.swift */; };
|
46 | 44 | AADD77CA29A3E278005D0955 /* CertificateDecoderTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AADD77C629A3E278005D0955 /* CertificateDecoderTests.swift */; };
|
47 | 45 | /* End PBXBuildFile section */
|
|
87 | 85 | /* Begin PBXFileReference section */
|
88 | 86 | AA2151EC2975D9CF0072F6CA /* ShieldHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ShieldHost.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
89 | 87 | AA2151EF2975D9CF0072F6CA /* ShieldHostApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShieldHostApp.swift; sourceTree = "<group>"; };
|
90 |
| - AA2151F12975D9CF0072F6CA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
91 |
| - AA2151F32975D9D00072F6CA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
92 | 88 | AA2151F52975D9D00072F6CA /* ShieldHost.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShieldHost.entitlements; sourceTree = "<group>"; };
|
93 |
| - AA2151F72975D9D00072F6CA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
94 | 89 | AA2151FD2975D9D00072F6CA /* ShieldHostTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ShieldHostTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
95 | 90 | AA21521F2975DCA40072F6CA /* Shield */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Shield; path = ..; sourceTree = "<group>"; };
|
96 | 91 | AA2152342975DF5F0072F6CA /* CertificationRequestBuilderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CertificationRequestBuilderTests.swift; sourceTree = "<group>"; };
|
|
109 | 104 | AA57689B2975E7C300142200 /* ShieldHost Watch Container.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ShieldHost Watch Container.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
110 | 105 | AA5768A02975E7C300142200 /* ShieldHost Watch App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ShieldHost Watch App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
111 | 106 | AA5768A52975E7C300142200 /* ShieldHostApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShieldHostApp.swift; sourceTree = "<group>"; };
|
112 |
| - AA5768A72975E7C300142200 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
113 |
| - AA5768A92975E7C400142200 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
114 |
| - AA5768AC2975E7C400142200 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
115 | 107 | AA5768B22975E7C400142200 /* ShieldHost Watch AppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ShieldHost Watch AppTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 108 | + AAC4C7812ADDCBE600487E0A /* ShieldHost Watch App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "ShieldHost Watch App.entitlements"; sourceTree = "<group>"; }; |
| 109 | + AAC4C7852ADDFFAD00487E0A /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
116 | 110 | AADD77C629A3E278005D0955 /* CertificateDecoderTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CertificateDecoderTests.swift; sourceTree = "<group>"; };
|
117 | 111 | /* End PBXFileReference section */
|
118 | 112 |
|
|
178 | 172 | isa = PBXGroup;
|
179 | 173 | children = (
|
180 | 174 | AA2151EF2975D9CF0072F6CA /* ShieldHostApp.swift */,
|
181 |
| - AA2151F12975D9CF0072F6CA /* ContentView.swift */, |
182 |
| - AA2151F32975D9D00072F6CA /* Assets.xcassets */, |
183 | 175 | AA2151F52975D9D00072F6CA /* ShieldHost.entitlements */,
|
184 |
| - AA2151F62975D9D00072F6CA /* Preview Content */, |
185 | 176 | );
|
186 | 177 | path = ShieldHost;
|
187 | 178 | sourceTree = "<group>";
|
188 | 179 | };
|
189 |
| - AA2151F62975D9D00072F6CA /* Preview Content */ = { |
190 |
| - isa = PBXGroup; |
191 |
| - children = ( |
192 |
| - AA2151F72975D9D00072F6CA /* Preview Assets.xcassets */, |
193 |
| - ); |
194 |
| - path = "Preview Content"; |
195 |
| - sourceTree = "<group>"; |
196 |
| - }; |
197 | 180 | AA21521E2975DCA40072F6CA /* Packages */ = {
|
198 | 181 | isa = PBXGroup;
|
199 | 182 | children = (
|
|
219 | 202 | AA21523F2975DF5F0072F6CA /* SecIdentityTests.swift */,
|
220 | 203 | AA2152402975DF5F0072F6CA /* DistinguishedNameParserTests.swift */,
|
221 | 204 | AA2152412975DF5F0072F6CA /* SecKeyPairTests.swift */,
|
| 205 | + AAC4C7852ADDFFAD00487E0A /* Utils.swift */, |
222 | 206 | );
|
223 | 207 | name = Tests;
|
224 | 208 | path = ../Tests;
|
|
234 | 218 | AA5768A42975E7C300142200 /* ShieldHost Watch App */ = {
|
235 | 219 | isa = PBXGroup;
|
236 | 220 | children = (
|
| 221 | + AAC4C7812ADDCBE600487E0A /* ShieldHost Watch App.entitlements */, |
237 | 222 | AA5768A52975E7C300142200 /* ShieldHostApp.swift */,
|
238 |
| - AA5768A72975E7C300142200 /* ContentView.swift */, |
239 |
| - AA5768A92975E7C400142200 /* Assets.xcassets */, |
240 |
| - AA5768AB2975E7C400142200 /* Preview Content */, |
241 | 223 | );
|
242 | 224 | path = "ShieldHost Watch App";
|
243 | 225 | sourceTree = "<group>";
|
244 | 226 | };
|
245 |
| - AA5768AB2975E7C400142200 /* Preview Content */ = { |
246 |
| - isa = PBXGroup; |
247 |
| - children = ( |
248 |
| - AA5768AC2975E7C400142200 /* Preview Assets.xcassets */, |
249 |
| - ); |
250 |
| - path = "Preview Content"; |
251 |
| - sourceTree = "<group>"; |
252 |
| - }; |
253 | 227 | /* End PBXGroup section */
|
254 | 228 |
|
255 | 229 | /* Begin PBXNativeTarget section */
|
|
402 | 376 | isa = PBXResourcesBuildPhase;
|
403 | 377 | buildActionMask = 2147483647;
|
404 | 378 | files = (
|
405 |
| - AA2151F82975D9D00072F6CA /* Preview Assets.xcassets in Resources */, |
406 |
| - AA2151F42975D9D00072F6CA /* Assets.xcassets in Resources */, |
407 | 379 | );
|
408 | 380 | runOnlyForDeploymentPostprocessing = 0;
|
409 | 381 | };
|
|
425 | 397 | isa = PBXResourcesBuildPhase;
|
426 | 398 | buildActionMask = 2147483647;
|
427 | 399 | files = (
|
428 |
| - AA5768AD2975E7C400142200 /* Preview Assets.xcassets in Resources */, |
429 |
| - AA5768AA2975E7C400142200 /* Assets.xcassets in Resources */, |
430 | 400 | );
|
431 | 401 | runOnlyForDeploymentPostprocessing = 0;
|
432 | 402 | };
|
|
457 | 427 | AA2152452975DF5F0072F6CA /* OIDTests.swift in Sources */,
|
458 | 428 | AA2152462975DF5F0072F6CA /* DistinguishedNameComposerTests.swift in Sources */,
|
459 | 429 | AA2152492975DF5F0072F6CA /* SecKeyTests.swift in Sources */,
|
| 430 | + AAC4C7862ADDFFAD00487E0A /* Utils.swift in Sources */, |
460 | 431 | AA21524D2975DF5F0072F6CA /* SecIdentityTests.swift in Sources */,
|
461 | 432 | AA21524A2975DF5F0072F6CA /* SecCertificateTests.swift in Sources */,
|
462 | 433 | AA21524E2975DF5F0072F6CA /* DistinguishedNameParserTests.swift in Sources */,
|
|
486 | 457 | AA5768EE2975E87C00142200 /* DistinguishedNameParserTests.swift in Sources */,
|
487 | 458 | AA5768E72975E87C00142200 /* SecIdentityTests.swift in Sources */,
|
488 | 459 | AA5768EC2975E87C00142200 /* DigestTests.swift in Sources */,
|
| 460 | + AAC4C7872ADDFFAD00487E0A /* Utils.swift in Sources */, |
489 | 461 | AA5768E82975E87C00142200 /* CryptorTests.swift in Sources */,
|
490 | 462 | AA5768E22975E87C00142200 /* DistinguishedNameComposerTests.swift in Sources */,
|
491 | 463 | AA5768ED2975E87C00142200 /* CertificateBuilderECTests.swift in Sources */,
|
|
765 | 737 | AA5768C52975E7C500142200 /* Debug */ = {
|
766 | 738 | isa = XCBuildConfiguration;
|
767 | 739 | buildSettings = {
|
| 740 | + CODE_SIGN_ENTITLEMENTS = "ShieldHost Watch App/ShieldHost Watch App.entitlements"; |
768 | 741 | CODE_SIGN_STYLE = Automatic;
|
769 | 742 | CURRENT_PROJECT_VERSION = 1;
|
| 743 | + DEVELOPMENT_TEAM = ""; |
770 | 744 | ENABLE_PREVIEWS = YES;
|
771 | 745 | GENERATE_INFOPLIST_FILE = YES;
|
772 | 746 | INFOPLIST_KEY_CFBundleDisplayName = ShieldHost;
|
|
790 | 764 | AA5768C62975E7C500142200 /* Release */ = {
|
791 | 765 | isa = XCBuildConfiguration;
|
792 | 766 | buildSettings = {
|
| 767 | + CODE_SIGN_ENTITLEMENTS = "ShieldHost Watch App/ShieldHost Watch App.entitlements"; |
793 | 768 | CODE_SIGN_STYLE = Automatic;
|
794 | 769 | CURRENT_PROJECT_VERSION = 1;
|
| 770 | + DEVELOPMENT_TEAM = ""; |
795 | 771 | ENABLE_PREVIEWS = YES;
|
796 | 772 | GENERATE_INFOPLIST_FILE = YES;
|
797 | 773 | INFOPLIST_KEY_CFBundleDisplayName = ShieldHost;
|
|
819 | 795 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
820 | 796 | CODE_SIGN_STYLE = Automatic;
|
821 | 797 | CURRENT_PROJECT_VERSION = 1;
|
| 798 | + DEVELOPMENT_TEAM = ""; |
822 | 799 | INFOPLIST_KEY_CFBundleDisplayName = ShieldHost;
|
823 | 800 | MARKETING_VERSION = 1.0;
|
824 | 801 | PRODUCT_BUNDLE_IDENTIFIER = io.outfoxx.ShieldHost;
|
|
834 | 811 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
835 | 812 | CODE_SIGN_STYLE = Automatic;
|
836 | 813 | CURRENT_PROJECT_VERSION = 1;
|
| 814 | + DEVELOPMENT_TEAM = ""; |
837 | 815 | INFOPLIST_KEY_CFBundleDisplayName = ShieldHost;
|
838 | 816 | MARKETING_VERSION = 1.0;
|
839 | 817 | PRODUCT_BUNDLE_IDENTIFIER = io.outfoxx.ShieldHost;
|
|
851 | 829 | BUNDLE_LOADER = "$(TEST_HOST)";
|
852 | 830 | CODE_SIGN_STYLE = Automatic;
|
853 | 831 | CURRENT_PROJECT_VERSION = 1;
|
| 832 | + DEVELOPMENT_TEAM = ""; |
854 | 833 | GENERATE_INFOPLIST_FILE = YES;
|
855 | 834 | MARKETING_VERSION = 1.0;
|
856 | 835 | PRODUCT_BUNDLE_IDENTIFIER = "io.outfoxx.ShieldHost-Watch-AppTests";
|
|
870 | 849 | BUNDLE_LOADER = "$(TEST_HOST)";
|
871 | 850 | CODE_SIGN_STYLE = Automatic;
|
872 | 851 | CURRENT_PROJECT_VERSION = 1;
|
| 852 | + DEVELOPMENT_TEAM = ""; |
873 | 853 | GENERATE_INFOPLIST_FILE = YES;
|
874 | 854 | MARKETING_VERSION = 1.0;
|
875 | 855 | PRODUCT_BUNDLE_IDENTIFIER = "io.outfoxx.ShieldHost-Watch-AppTests";
|
|
0 commit comments