|
62 | 62 | 508A5911241EF09C0069DC07 /* SecretAgentKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5099A06C240242BA0062B6F2 /* SecretAgentKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
63 | 63 | 508A5913241EF0B20069DC07 /* SecretKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 50617DA823FCE4AB0099B055 /* SecretKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
64 | 64 | 5091D2BC25183B830049FD9B /* ApplicationDirectoryController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5091D2BB25183B830049FD9B /* ApplicationDirectoryController.swift */; };
|
| 65 | + 5091D3222519D56D0049FD9B /* BriefTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5091D3212519D56D0049FD9B /* BriefTests.swift */; }; |
| 66 | + 5091D3242519D56D0049FD9B /* Brief.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 506772FB2426F3F400034DED /* Brief.framework */; }; |
65 | 67 | 5099A02423FD2AAA0062B6F2 /* CreateSecretView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5099A02323FD2AAA0062B6F2 /* CreateSecretView.swift */; };
|
66 | 68 | 5099A02723FE34FA0062B6F2 /* SmartCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5099A02623FE34FA0062B6F2 /* SmartCard.swift */; };
|
67 | 69 | 5099A02923FE35240062B6F2 /* SmartCardStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5099A02823FE35240062B6F2 /* SmartCardStore.swift */; };
|
|
141 | 143 | remoteGlobalIDString = 50617DA723FCE4AB0099B055;
|
142 | 144 | remoteInfo = SecretKit;
|
143 | 145 | };
|
| 146 | + 5091D3252519D56D0049FD9B /* PBXContainerItemProxy */ = { |
| 147 | + isa = PBXContainerItemProxy; |
| 148 | + containerPortal = 50617D7723FCE48D0099B055 /* Project object */; |
| 149 | + proxyType = 1; |
| 150 | + remoteGlobalIDString = 506772FA2426F3F400034DED; |
| 151 | + remoteInfo = Brief; |
| 152 | + }; |
144 | 153 | 5099A076240242BA0062B6F2 /* PBXContainerItemProxy */ = {
|
145 | 154 | isa = PBXContainerItemProxy;
|
146 | 155 | containerPortal = 50617D7723FCE48D0099B055 /* Project object */;
|
|
266 | 275 | 508A58B4241ED48F0069DC07 /* PreviewAgentStatusChecker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreviewAgentStatusChecker.swift; sourceTree = "<group>"; };
|
267 | 276 | 508A590F241EEF6D0069DC07 /* Secretive.xctestplan */ = {isa = PBXFileReference; lastKnownFileType = text; path = Secretive.xctestplan; sourceTree = "<group>"; };
|
268 | 277 | 5091D2BB25183B830049FD9B /* ApplicationDirectoryController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationDirectoryController.swift; sourceTree = "<group>"; };
|
| 278 | + 5091D31F2519D56D0049FD9B /* BriefTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BriefTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 279 | + 5091D3212519D56D0049FD9B /* BriefTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BriefTests.swift; sourceTree = "<group>"; }; |
| 280 | + 5091D3232519D56D0049FD9B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
269 | 281 | 5099A02323FD2AAA0062B6F2 /* CreateSecretView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateSecretView.swift; sourceTree = "<group>"; };
|
270 | 282 | 5099A02623FE34FA0062B6F2 /* SmartCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SmartCard.swift; sourceTree = "<group>"; };
|
271 | 283 | 5099A02823FE35240062B6F2 /* SmartCardStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SmartCardStore.swift; sourceTree = "<group>"; };
|
|
331 | 343 | );
|
332 | 344 | runOnlyForDeploymentPostprocessing = 0;
|
333 | 345 | };
|
| 346 | + 5091D31C2519D56D0049FD9B /* Frameworks */ = { |
| 347 | + isa = PBXFrameworksBuildPhase; |
| 348 | + buildActionMask = 2147483647; |
| 349 | + files = ( |
| 350 | + 5091D3242519D56D0049FD9B /* Brief.framework in Frameworks */, |
| 351 | + ); |
| 352 | + runOnlyForDeploymentPostprocessing = 0; |
| 353 | + }; |
334 | 354 | 5099A069240242BA0062B6F2 /* Frameworks */ = {
|
335 | 355 | isa = PBXFrameworksBuildPhase;
|
336 | 356 | buildActionMask = 2147483647;
|
|
379 | 399 | 5099A07A240242BA0062B6F2 /* SecretAgentKitTests */,
|
380 | 400 | 508A58AF241E144C0069DC07 /* Config */,
|
381 | 401 | 506772FC2426F3F400034DED /* Brief */,
|
| 402 | + 5091D3202519D56D0049FD9B /* BriefTests */, |
382 | 403 | 50617D8023FCE48E0099B055 /* Products */,
|
383 | 404 | 5099A08B240243730062B6F2 /* Frameworks */,
|
384 | 405 | );
|
|
395 | 416 | 5099A074240242BA0062B6F2 /* SecretAgentKitTests.xctest */,
|
396 | 417 | 50A3B78A24026B7500D209EA /* SecretAgent.app */,
|
397 | 418 | 506772FB2426F3F400034DED /* Brief.framework */,
|
| 419 | + 5091D31F2519D56D0049FD9B /* BriefTests.xctest */, |
398 | 420 | );
|
399 | 421 | name = Products;
|
400 | 422 | sourceTree = "<group>";
|
|
534 | 556 | path = Controllers;
|
535 | 557 | sourceTree = "<group>";
|
536 | 558 | };
|
| 559 | + 5091D3202519D56D0049FD9B /* BriefTests */ = { |
| 560 | + isa = PBXGroup; |
| 561 | + children = ( |
| 562 | + 5091D3212519D56D0049FD9B /* BriefTests.swift */, |
| 563 | + 5091D3232519D56D0049FD9B /* Info.plist */, |
| 564 | + ); |
| 565 | + path = BriefTests; |
| 566 | + sourceTree = "<group>"; |
| 567 | + }; |
537 | 568 | 5099A02523FE34DE0062B6F2 /* SmartCard */ = {
|
538 | 569 | isa = PBXGroup;
|
539 | 570 | children = (
|
|
737 | 768 | productReference = 506772FB2426F3F400034DED /* Brief.framework */;
|
738 | 769 | productType = "com.apple.product-type.framework";
|
739 | 770 | };
|
| 771 | + 5091D31E2519D56D0049FD9B /* BriefTests */ = { |
| 772 | + isa = PBXNativeTarget; |
| 773 | + buildConfigurationList = 5091D32A2519D56D0049FD9B /* Build configuration list for PBXNativeTarget "BriefTests" */; |
| 774 | + buildPhases = ( |
| 775 | + 5091D31B2519D56D0049FD9B /* Sources */, |
| 776 | + 5091D31C2519D56D0049FD9B /* Frameworks */, |
| 777 | + 5091D31D2519D56D0049FD9B /* Resources */, |
| 778 | + ); |
| 779 | + buildRules = ( |
| 780 | + ); |
| 781 | + dependencies = ( |
| 782 | + 5091D3262519D56D0049FD9B /* PBXTargetDependency */, |
| 783 | + ); |
| 784 | + name = BriefTests; |
| 785 | + productName = BriefTests; |
| 786 | + productReference = 5091D31F2519D56D0049FD9B /* BriefTests.xctest */; |
| 787 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 788 | + }; |
740 | 789 | 5099A06B240242BA0062B6F2 /* SecretAgentKit */ = {
|
741 | 790 | isa = PBXNativeTarget;
|
742 | 791 | buildConfigurationList = 5099A083240242BA0062B6F2 /* Build configuration list for PBXNativeTarget "SecretAgentKit" */;
|
|
802 | 851 | 50617D7723FCE48D0099B055 /* Project object */ = {
|
803 | 852 | isa = PBXProject;
|
804 | 853 | attributes = {
|
805 |
| - LastSwiftUpdateCheck = 1140; |
| 854 | + LastSwiftUpdateCheck = 1220; |
806 | 855 | LastUpgradeCheck = 1130;
|
807 | 856 | ORGANIZATIONNAME = "Max Goedjen";
|
808 | 857 | TargetAttributes = {
|
|
824 | 873 | CreatedOnToolsVersion = 11.4;
|
825 | 874 | LastSwiftMigration = 1140;
|
826 | 875 | };
|
| 876 | + 5091D31E2519D56D0049FD9B = { |
| 877 | + CreatedOnToolsVersion = 12.2; |
| 878 | + }; |
827 | 879 | 5099A06B240242BA0062B6F2 = {
|
828 | 880 | CreatedOnToolsVersion = 11.4;
|
829 | 881 | LastSwiftMigration = 1140;
|
|
857 | 909 | 5099A06B240242BA0062B6F2 /* SecretAgentKit */,
|
858 | 910 | 5099A073240242BA0062B6F2 /* SecretAgentKitTests */,
|
859 | 911 | 506772FA2426F3F400034DED /* Brief */,
|
| 912 | + 5091D31E2519D56D0049FD9B /* BriefTests */, |
860 | 913 | );
|
861 | 914 | };
|
862 | 915 | /* End PBXProject section */
|
|
900 | 953 | );
|
901 | 954 | runOnlyForDeploymentPostprocessing = 0;
|
902 | 955 | };
|
| 956 | + 5091D31D2519D56D0049FD9B /* Resources */ = { |
| 957 | + isa = PBXResourcesBuildPhase; |
| 958 | + buildActionMask = 2147483647; |
| 959 | + files = ( |
| 960 | + ); |
| 961 | + runOnlyForDeploymentPostprocessing = 0; |
| 962 | + }; |
903 | 963 | 5099A06A240242BA0062B6F2 /* Resources */ = {
|
904 | 964 | isa = PBXResourcesBuildPhase;
|
905 | 965 | buildActionMask = 2147483647;
|
|
1000 | 1060 | );
|
1001 | 1061 | runOnlyForDeploymentPostprocessing = 0;
|
1002 | 1062 | };
|
| 1063 | + 5091D31B2519D56D0049FD9B /* Sources */ = { |
| 1064 | + isa = PBXSourcesBuildPhase; |
| 1065 | + buildActionMask = 2147483647; |
| 1066 | + files = ( |
| 1067 | + 5091D3222519D56D0049FD9B /* BriefTests.swift in Sources */, |
| 1068 | + ); |
| 1069 | + runOnlyForDeploymentPostprocessing = 0; |
| 1070 | + }; |
1003 | 1071 | 5099A068240242BA0062B6F2 /* Sources */ = {
|
1004 | 1072 | isa = PBXSourcesBuildPhase;
|
1005 | 1073 | buildActionMask = 2147483647;
|
|
1078 | 1146 | target = 50617DA723FCE4AB0099B055 /* SecretKit */;
|
1079 | 1147 | targetProxy = 507CE4F12420A6B50029F750 /* PBXContainerItemProxy */;
|
1080 | 1148 | };
|
| 1149 | + 5091D3262519D56D0049FD9B /* PBXTargetDependency */ = { |
| 1150 | + isa = PBXTargetDependency; |
| 1151 | + target = 506772FA2426F3F400034DED /* Brief */; |
| 1152 | + targetProxy = 5091D3252519D56D0049FD9B /* PBXContainerItemProxy */; |
| 1153 | + }; |
1081 | 1154 | 5099A077240242BA0062B6F2 /* PBXTargetDependency */ = {
|
1082 | 1155 | isa = PBXTargetDependency;
|
1083 | 1156 | target = 5099A06B240242BA0062B6F2 /* SecretAgentKit */;
|
|
1729 | 1802 | };
|
1730 | 1803 | name = Test;
|
1731 | 1804 | };
|
| 1805 | + 5091D3272519D56D0049FD9B /* Debug */ = { |
| 1806 | + isa = XCBuildConfiguration; |
| 1807 | + buildSettings = { |
| 1808 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 1809 | + CODE_SIGN_STYLE = Automatic; |
| 1810 | + COMBINE_HIDPI_IMAGES = YES; |
| 1811 | + DEVELOPMENT_TEAM = Z72PRUAWF6; |
| 1812 | + INFOPLIST_FILE = BriefTests/Info.plist; |
| 1813 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 1814 | + "$(inherited)", |
| 1815 | + "@executable_path/../Frameworks", |
| 1816 | + "@loader_path/../Frameworks", |
| 1817 | + ); |
| 1818 | + PRODUCT_BUNDLE_IDENTIFIER = com.maxgoedjen.BriefTests; |
| 1819 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1820 | + SWIFT_VERSION = 5.0; |
| 1821 | + }; |
| 1822 | + name = Debug; |
| 1823 | + }; |
| 1824 | + 5091D3282519D56D0049FD9B /* Test */ = { |
| 1825 | + isa = XCBuildConfiguration; |
| 1826 | + buildSettings = { |
| 1827 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 1828 | + CODE_SIGN_STYLE = Manual; |
| 1829 | + COMBINE_HIDPI_IMAGES = YES; |
| 1830 | + DEVELOPMENT_TEAM = ""; |
| 1831 | + INFOPLIST_FILE = BriefTests/Info.plist; |
| 1832 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 1833 | + "$(inherited)", |
| 1834 | + "@executable_path/../Frameworks", |
| 1835 | + "@loader_path/../Frameworks", |
| 1836 | + ); |
| 1837 | + PRODUCT_BUNDLE_IDENTIFIER = com.maxgoedjen.BriefTests; |
| 1838 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1839 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
| 1840 | + SWIFT_VERSION = 5.0; |
| 1841 | + }; |
| 1842 | + name = Test; |
| 1843 | + }; |
| 1844 | + 5091D3292519D56D0049FD9B /* Release */ = { |
| 1845 | + isa = XCBuildConfiguration; |
| 1846 | + buildSettings = { |
| 1847 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 1848 | + CODE_SIGN_STYLE = Automatic; |
| 1849 | + COMBINE_HIDPI_IMAGES = YES; |
| 1850 | + DEVELOPMENT_TEAM = Z72PRUAWF6; |
| 1851 | + INFOPLIST_FILE = BriefTests/Info.plist; |
| 1852 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 1853 | + "$(inherited)", |
| 1854 | + "@executable_path/../Frameworks", |
| 1855 | + "@loader_path/../Frameworks", |
| 1856 | + ); |
| 1857 | + PRODUCT_BUNDLE_IDENTIFIER = com.maxgoedjen.BriefTests; |
| 1858 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 1859 | + SWIFT_VERSION = 5.0; |
| 1860 | + }; |
| 1861 | + name = Release; |
| 1862 | + }; |
1732 | 1863 | 5099A084240242BA0062B6F2 /* Debug */ = {
|
1733 | 1864 | isa = XCBuildConfiguration;
|
1734 | 1865 | buildSettings = {
|
|
1941 | 2072 | defaultConfigurationIsVisible = 0;
|
1942 | 2073 | defaultConfigurationName = Release;
|
1943 | 2074 | };
|
| 2075 | + 5091D32A2519D56D0049FD9B /* Build configuration list for PBXNativeTarget "BriefTests" */ = { |
| 2076 | + isa = XCConfigurationList; |
| 2077 | + buildConfigurations = ( |
| 2078 | + 5091D3272519D56D0049FD9B /* Debug */, |
| 2079 | + 5091D3282519D56D0049FD9B /* Test */, |
| 2080 | + 5091D3292519D56D0049FD9B /* Release */, |
| 2081 | + ); |
| 2082 | + defaultConfigurationIsVisible = 0; |
| 2083 | + defaultConfigurationName = Release; |
| 2084 | + }; |
1944 | 2085 | 5099A083240242BA0062B6F2 /* Build configuration list for PBXNativeTarget "SecretAgentKit" */ = {
|
1945 | 2086 | isa = XCConfigurationList;
|
1946 | 2087 | buildConfigurations = (
|
|
0 commit comments