|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 6143419C2CD0D8F00069FD88 /* libroot_dyn_iphoneos-arm64.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6143419B2CD0D8F00069FD88 /* libroot_dyn_iphoneos-arm64.a */; }; |
| 11 | + 6143419D2CD0D9650069FD88 /* libroot_dyn_iphoneos-arm64.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6143419B2CD0D8F00069FD88 /* libroot_dyn_iphoneos-arm64.a */; }; |
10 | 12 | CC2A77302B6AADB400796650 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = CC2A772F2B6AADB400796650 /* Settings.bundle */; };
|
11 | 13 | CC2A77312B6AADB400796650 /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = CC2A772F2B6AADB400796650 /* Settings.bundle */; };
|
12 | 14 | CC2BAFBA2B5CA9DD00A429D1 /* SPLarkPresentingAnimationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC711D312B5BF5C6007235A6 /* SPLarkPresentingAnimationController.swift */; };
|
|
85 | 87 | /* Begin PBXFileReference section */
|
86 | 88 | 0F43B7702B60D397003A435D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = ../Resources/es.lproj/Localizable.strings; sourceTree = "<group>"; };
|
87 | 89 | 0F43B7712B60D397003A435D /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = ../Resources/es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
| 90 | + 6143419B2CD0D8F00069FD88 /* libroot_dyn_iphoneos-arm64.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libroot_dyn_iphoneos-arm64.a"; sourceTree = "<group>"; }; |
88 | 91 | CC2A772F2B6AADB400796650 /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = Settings.bundle; path = Resources/Settings.bundle; sourceTree = SOURCE_ROOT; };
|
89 | 92 | CC2BAFE22B5CA9DD00A429D1 /* TrollSpeed-Sandbox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "TrollSpeed-Sandbox.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
90 | 93 | CC2BAFE42B5CAF2200A429D1 /* Sandbox-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Sandbox-Info.plist"; sourceTree = "<group>"; };
|
|
180 | 183 | CC9130A52B62A262006E3280 /* hudapp-bridging-header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "hudapp-bridging-header.h"; sourceTree = "<group>"; };
|
181 | 184 | CC9130A62B62A33A006E3280 /* TSSettingsIndex.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TSSettingsIndex.swift; sourceTree = "<group>"; };
|
182 | 185 | CCB6B6FA2B5C06DD00AD2A89 /* NSUserDefaults+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSUserDefaults+Private.h"; sourceTree = "<group>"; };
|
183 |
| - CCB6B6FB2B5C074F00AD2A89 /* rootless.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rootless.h; sourceTree = "<group>"; }; |
184 | 186 | /* End PBXFileReference section */
|
185 | 187 |
|
186 | 188 | /* Begin PBXFrameworksBuildPhase section */
|
|
189 | 191 | buildActionMask = 2147483647;
|
190 | 192 | files = (
|
191 | 193 | CC8DDA992B66318E001C7C9E /* AppIntents.framework in Frameworks */,
|
| 194 | + 6143419D2CD0D9650069FD88 /* libroot_dyn_iphoneos-arm64.a in Frameworks */, |
192 | 195 | );
|
193 | 196 | runOnlyForDeploymentPostprocessing = 0;
|
194 | 197 | };
|
|
201 | 204 | CC8DDA9A2B6631DC001C7C9E /* AppIntents.framework in Frameworks */,
|
202 | 205 | CC711D9C2B5C0032007235A6 /* IOKit.tbd in Frameworks */,
|
203 | 206 | CC711D9A2B5BFF2F007235A6 /* BackBoardServices.tbd in Frameworks */,
|
| 207 | + 6143419C2CD0D8F00069FD88 /* libroot_dyn_iphoneos-arm64.a in Frameworks */, |
204 | 208 | CC711D982B5BFF2F007235A6 /* GraphicsServices.tbd in Frameworks */,
|
205 | 209 | );
|
206 | 210 | runOnlyForDeploymentPostprocessing = 0;
|
|
340 | 344 | CC711D762B5BF6B7007235A6 /* LSApplicationWorkspace.h */,
|
341 | 345 | CCB6B6FA2B5C06DD00AD2A89 /* NSUserDefaults+Private.h */,
|
342 | 346 | CC711D702B5BF6B7007235A6 /* pac_helper.h */,
|
343 |
| - CCB6B6FB2B5C074F00AD2A89 /* rootless.h */, |
344 | 347 | CC711D722B5BF6B7007235A6 /* SBSAccessibilityWindowHostingController.h */,
|
345 | 348 | CC711D6F2B5BF6B7007235A6 /* SpringBoardServices.h */,
|
346 | 349 | CC711D692B5BF6B7007235A6 /* UIApplication+Private.h */,
|
|
362 | 365 | isa = PBXGroup;
|
363 | 366 | children = (
|
364 | 367 | CC711D9D2B5C0081007235A6 /* AssertionServices.tbd */,
|
365 |
| - CC711D9B2B5C0032007235A6 /* IOKit.tbd */, |
366 | 368 | CC711D972B5BFF2F007235A6 /* BackBoardServices.tbd */,
|
367 | 369 | CC711D952B5BFF2F007235A6 /* GraphicsServices.tbd */,
|
| 370 | + CC711D9B2B5C0032007235A6 /* IOKit.tbd */, |
368 | 371 | CC711D962B5BFF2F007235A6 /* SpringBoardServices.tbd */,
|
| 372 | + 6143419B2CD0D8F00069FD88 /* libroot_dyn_iphoneos-arm64.a */, |
369 | 373 | );
|
370 | 374 | path = libraries;
|
371 | 375 | sourceTree = "<group>";
|
|
604 | 608 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
605 | 609 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
606 | 610 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
607 |
| - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 611 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
608 | 612 | LD_RUNPATH_SEARCH_PATHS = (
|
609 | 613 | "$(inherited)",
|
610 | 614 | "@executable_path/Frameworks",
|
|
620 | 624 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
621 | 625 | SUPPORTS_MACCATALYST = NO;
|
622 | 626 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
| 627 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
623 | 628 | SWIFT_EMIT_LOC_STRINGS = YES;
|
624 | 629 | SWIFT_OBJC_BRIDGING_HEADER = "supports/hudapp-bridging-header.h";
|
625 | 630 | SWIFT_VERSION = 5.0;
|
|
647 | 652 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
648 | 653 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
649 | 654 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
650 |
| - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 655 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
651 | 656 | LD_RUNPATH_SEARCH_PATHS = (
|
652 | 657 | "$(inherited)",
|
653 | 658 | "@executable_path/Frameworks",
|
|
663 | 668 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
664 | 669 | SUPPORTS_MACCATALYST = NO;
|
665 | 670 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
| 671 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
666 | 672 | SWIFT_EMIT_LOC_STRINGS = YES;
|
667 | 673 | SWIFT_OBJC_BRIDGING_HEADER = "supports/hudapp-bridging-header.h";
|
668 | 674 | SWIFT_VERSION = 5.0;
|
|
724 | 730 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
725 | 731 | GCC_WARN_UNUSED_FUNCTION = YES;
|
726 | 732 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 733 | + HEADER_SEARCH_PATHS = $THEOS/vendor/include; |
727 | 734 | IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
728 | 735 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
729 | 736 | MARKETING_VERSION = 1.12.1;
|
|
732 | 739 | ONLY_ACTIVE_ARCH = YES;
|
733 | 740 | PRODUCT_MODULE_NAME = TrollSpeed;
|
734 | 741 | SDKROOT = iphoneos;
|
| 742 | + THEOS = $HOME/theos; |
735 | 743 | VERSIONING_SYSTEM = "apple-generic";
|
736 | 744 | };
|
737 | 745 | name = Debug;
|
|
784 | 792 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
785 | 793 | GCC_WARN_UNUSED_FUNCTION = YES;
|
786 | 794 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 795 | + HEADER_SEARCH_PATHS = $THEOS/vendor/include; |
787 | 796 | IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
788 | 797 | LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
|
789 | 798 | MARKETING_VERSION = 1.12.1;
|
|
792 | 801 | PRODUCT_MODULE_NAME = TrollSpeed;
|
793 | 802 | SDKROOT = iphoneos;
|
794 | 803 | SWIFT_COMPILATION_MODE = wholemodule;
|
| 804 | + THEOS = $HOME/theos; |
795 | 805 | VALIDATE_PRODUCT = YES;
|
796 | 806 | VERSIONING_SYSTEM = "apple-generic";
|
797 | 807 | };
|
|
818 | 828 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
819 | 829 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
820 | 830 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
821 |
| - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 831 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
822 | 832 | LD_RUNPATH_SEARCH_PATHS = (
|
823 | 833 | "$(inherited)",
|
824 | 834 | "@executable_path/Frameworks",
|
|
834 | 844 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
835 | 845 | SUPPORTS_MACCATALYST = NO;
|
836 | 846 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
| 847 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
837 | 848 | SWIFT_EMIT_LOC_STRINGS = YES;
|
838 | 849 | SWIFT_OBJC_BRIDGING_HEADER = "supports/hudapp-bridging-header.h";
|
839 | 850 | SWIFT_VERSION = 5.0;
|
|
862 | 873 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
|
863 | 874 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
864 | 875 | INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
|
865 |
| - IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
| 876 | + IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
866 | 877 | LD_RUNPATH_SEARCH_PATHS = (
|
867 | 878 | "$(inherited)",
|
868 | 879 | "@executable_path/Frameworks",
|
|
878 | 889 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
879 | 890 | SUPPORTS_MACCATALYST = NO;
|
880 | 891 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
|
| 892 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
881 | 893 | SWIFT_EMIT_LOC_STRINGS = YES;
|
882 | 894 | SWIFT_OBJC_BRIDGING_HEADER = "supports/hudapp-bridging-header.h";
|
883 | 895 | SWIFT_VERSION = 5.0;
|
|
0 commit comments