|
13 | 13 | 224F4D7EECEE1287AF701CE6 /* TaskAssignmentCoordinatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE485CA04822282FDD056DFB /* TaskAssignmentCoordinatorTests.swift */; }; |
14 | 14 | 3724AAF9F7B57FC2766507ED /* SyncEngineTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE366A3151FDDA78680EDF0C /* SyncEngineTests.swift */; }; |
15 | 15 | 39E9C6A3C0CAA85B4B8993D8 /* Axel.app in Frameworks */ = {isa = PBXBuildFile; fileRef = A1000001001A0001 /* Axel.app */; }; |
16 | | - 43AFE93D2F2C12CE00513889 /* Axel.icon in Resources */ = {isa = PBXBuildFile; fileRef = 43AFE93C2F2C12CE00513889 /* Axel.icon */; }; |
17 | 16 | 43BD82722F1D63F40092A96C /* Supabase in Frameworks */ = {isa = PBXBuildFile; productRef = 43BD82712F1D63F40092A96C /* Supabase */; }; |
18 | 17 | 43BD82732F1D63F40092A96C /* AutomergeWrapper in Frameworks */ = {isa = PBXBuildFile; productRef = 43BD82742F1D63F40092A96C /* AutomergeWrapper */; }; |
19 | 18 | 43BD82802F1D70000092A96C /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 43BD827F2F1D70000092A96C /* Sparkle */; }; |
20 | 19 | 43BD82832F1D90000092A96C /* GhosttyKit in Frameworks */ = {isa = PBXBuildFile; productRef = 43BD82822F1D90000092A96C /* GhosttyKit */; }; |
| 20 | + 43D900F22F3060FF00323371 /* Axel.icon in Resources */ = {isa = PBXBuildFile; fileRef = 43D900F12F3060FF00323371 /* Axel.icon */; }; |
21 | 21 | A1000001201A0001 /* AxelApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0001 /* AxelApp.swift */; }; |
22 | 22 | A1000001201A0002 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0002 /* ContentView.swift */; }; |
23 | 23 | A1000001201A0003 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1000001101A0003 /* Task.swift */; }; |
|
129 | 129 | 0178D0EB98540F719EB6D5CE /* TaskAssignmentCoordinator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TaskAssignmentCoordinator.swift; sourceTree = "<group>"; }; |
130 | 130 | 04E9C8657F1187F40A1EC1DB /* AutomergeModelTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = AutomergeModelTests.swift; sourceTree = "<group>"; }; |
131 | 131 | 23797E4E4415996BCCFE8E45 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.0.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; |
132 | | - 43AFE93C2F2C12CE00513889 /* Axel.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = Axel.icon; sourceTree = "<group>"; }; |
| 132 | + 43D900F12F3060FF00323371 /* Axel.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = Axel.icon; sourceTree = "<group>"; }; |
133 | 133 | 43E774722F298D900093DEC6 /* AxelUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AxelUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
134 | 134 | 6238124A78A2C3A74FCFEDBB /* WorktreeService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WorktreeService.swift; sourceTree = "<group>"; }; |
135 | 135 | 9C177CAE09A36E267719D856 /* SessionStatusService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionStatusService.swift; sourceTree = "<group>"; }; |
|
281 | 281 | A1000001401A0010 /* Supabase */, |
282 | 282 | A1000001401A0007 /* Preview Content */, |
283 | 283 | A1000001101A0009 /* Assets.xcassets */, |
| 284 | + 43D900F12F3060FF00323371 /* Axel.icon */, |
284 | 285 | A1000001101A000A /* Axel.entitlements */, |
285 | | - 43AFE93C2F2C12CE00513889 /* Axel.icon */, |
286 | 286 | A1000001101A0051 /* Axel-Bridging-Header.h */, |
287 | 287 | ); |
288 | 288 | path = Axel; |
|
626 | 626 | isa = PBXResourcesBuildPhase; |
627 | 627 | buildActionMask = 2147483647; |
628 | 628 | files = ( |
629 | | - 43AFE93D2F2C12CE00513889 /* Axel.icon in Resources */, |
| 629 | + 43D900F22F3060FF00323371 /* Axel.icon in Resources */, |
630 | 630 | A1000001201A0009 /* Assets.xcassets in Resources */, |
631 | 631 | ); |
632 | 632 | runOnlyForDeploymentPostprocessing = 0; |
|
758 | 758 | DEVELOPMENT_TEAM = 8ZJ55A62XN; |
759 | 759 | GENERATE_INFOPLIST_FILE = YES; |
760 | 760 | IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
761 | | - MARKETING_VERSION = 0.1.5; |
| 761 | + MARKETING_VERSION = 0.1.6; |
762 | 762 | PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests; |
763 | 763 | PRODUCT_NAME = "$(TARGET_NAME)"; |
764 | 764 | SDKROOT = iphoneos; |
|
780 | 780 | DEVELOPMENT_TEAM = 8ZJ55A62XN; |
781 | 781 | GENERATE_INFOPLIST_FILE = YES; |
782 | 782 | IPHONEOS_DEPLOYMENT_TARGET = 26.0; |
783 | | - MARKETING_VERSION = 0.1.5; |
| 783 | + MARKETING_VERSION = 0.1.6; |
784 | 784 | PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests; |
785 | 785 | PRODUCT_NAME = "$(TARGET_NAME)"; |
786 | 786 | SDKROOT = iphoneos; |
|
810 | 810 | "@loader_path/../Frameworks", |
811 | 811 | ); |
812 | 812 | MACOSX_DEPLOYMENT_TARGET = 15.6; |
813 | | - MARKETING_VERSION = 0.1.5; |
| 813 | + MARKETING_VERSION = 0.1.6; |
814 | 814 | PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests; |
815 | 815 | PRODUCT_MODULE_NAME = AxelTests; |
816 | 816 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
836 | 836 | "@loader_path/../Frameworks", |
837 | 837 | ); |
838 | 838 | MACOSX_DEPLOYMENT_TARGET = 15.6; |
839 | | - MARKETING_VERSION = 0.1.5; |
| 839 | + MARKETING_VERSION = 0.1.6; |
840 | 840 | PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests; |
841 | 841 | PRODUCT_MODULE_NAME = AxelTests; |
842 | 842 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
978 | 978 | DEVELOPMENT_ASSET_PATHS = "\"Axel/Preview Content\""; |
979 | 979 | DEVELOPMENT_TEAM = 8ZJ55A62XN; |
980 | 980 | ENABLE_PREVIEWS = YES; |
| 981 | + "EXCLUDED_ARCHS[sdk=macosx*]" = x86_64; |
981 | 982 | GENERATE_INFOPLIST_FILE = YES; |
982 | 983 | INFOPLIST_FILE = Axel/Info.plist; |
983 | 984 | INFOPLIST_KEY_CFBundleDisplayName = Axel; |
|
1006 | 1007 | "@executable_path/Frameworks", |
1007 | 1008 | ); |
1008 | 1009 | MACOSX_DEPLOYMENT_TARGET = 15.6; |
1009 | | - MARKETING_VERSION = 0.1.5; |
1010 | | - "EXCLUDED_ARCHS[sdk=macosx*]" = x86_64; |
| 1010 | + MARKETING_VERSION = 0.1.6; |
1011 | 1011 | "OTHER_LDFLAGS[sdk=macosx*]" = ( |
1012 | 1012 | "-lc++", |
1013 | 1013 | "-framework", |
|
1037 | 1037 | DEVELOPMENT_ASSET_PATHS = "\"Axel/Preview Content\""; |
1038 | 1038 | DEVELOPMENT_TEAM = 8ZJ55A62XN; |
1039 | 1039 | ENABLE_PREVIEWS = YES; |
| 1040 | + "EXCLUDED_ARCHS[sdk=macosx*]" = x86_64; |
1040 | 1041 | GENERATE_INFOPLIST_FILE = YES; |
1041 | 1042 | INFOPLIST_FILE = Axel/Info.plist; |
1042 | 1043 | INFOPLIST_KEY_CFBundleDisplayName = Axel; |
|
1065 | 1066 | "@executable_path/Frameworks", |
1066 | 1067 | ); |
1067 | 1068 | MACOSX_DEPLOYMENT_TARGET = 15.6; |
1068 | | - MARKETING_VERSION = 0.1.5; |
1069 | | - "EXCLUDED_ARCHS[sdk=macosx*]" = x86_64; |
| 1069 | + MARKETING_VERSION = 0.1.6; |
1070 | 1070 | "OTHER_LDFLAGS[sdk=macosx*]" = ( |
1071 | 1071 | "-lc++", |
1072 | 1072 | "-framework", |
|
0 commit comments