native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: normalize Xcode project file ordering

Xcode re-sorted pbxproj entries alphabetically and removed
redundant default attribute from scheme file.

onevcat 02141e46 38af6ab7

+5 -6
+4 -4
supacode.xcodeproj/project.pbxproj
··· 15 15 D64162B02F23CAF100260CA3 /* ghostty in Resources */ = {isa = PBXBuildFile; fileRef = D64162AD2F23CAF100260CA3 /* ghostty */; }; 16 16 D64162B12F23CAF100260CA3 /* terminfo in Resources */ = {isa = PBXBuildFile; fileRef = D64162AE2F23CAF100260CA3 /* terminfo */; }; 17 17 D64162B22F23CAF100260CA3 /* git-wt in Resources */ = {isa = PBXBuildFile; fileRef = D64162AF2F23CAF100260CA3 /* git-wt */; }; 18 - D6CLI0012F99000100000001 /* prowl-cli in Resources */ = {isa = PBXBuildFile; fileRef = D6CLI0022F99000100000001 /* prowl-cli */; }; 19 18 D661760B2F250A60000FC27C /* CasePaths in Frameworks */ = {isa = PBXBuildFile; productRef = D661760A2F250A60000FC27C /* CasePaths */; }; 20 19 D6A1CB312F1F4ABF004FDABD /* GhosttyKit.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6A1CB2F2F1F4A48004FDABD /* GhosttyKit.xcframework */; }; 21 20 D6A1CB362F1F4ACB004FDABD /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6A1CB342F1F4AC2004FDABD /* Carbon.framework */; }; 21 + D6CLI0012F99000100000001 /* prowl-cli in Resources */ = {isa = PBXBuildFile; fileRef = D6CLI0022F99000100000001 /* prowl-cli */; }; 22 22 D6D054282F2E3EBF00D70ED5 /* PostHog in Frameworks */ = {isa = PBXBuildFile; productRef = D6D054272F2E3EBF00D70ED5 /* PostHog */; }; 23 23 DFE570C142184CC387C1BC78 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = B5698573F7354B14B940EA60 /* Sparkle */; }; 24 24 /* End PBXBuildFile section */ ··· 37 37 D64162AD2F23CAF100260CA3 /* ghostty */ = {isa = PBXFileReference; lastKnownFileType = folder; name = ghostty; path = Resources/ghostty; sourceTree = "<group>"; }; 38 38 D64162AE2F23CAF100260CA3 /* terminfo */ = {isa = PBXFileReference; lastKnownFileType = folder; name = terminfo; path = Resources/terminfo; sourceTree = "<group>"; }; 39 39 D64162AF2F23CAF100260CA3 /* git-wt */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "git-wt"; path = "Resources/git-wt"; sourceTree = "<group>"; }; 40 - D6CLI0022F99000100000001 /* prowl-cli */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "prowl-cli"; path = "Resources/prowl-cli"; sourceTree = "<group>"; }; 41 40 D69CE04A2F1F378200584C57 /* Prowl.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Prowl.app; sourceTree = BUILT_PRODUCTS_DIR; }; 42 41 D6A1CB2F2F1F4A48004FDABD /* GhosttyKit.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = GhosttyKit.xcframework; sourceTree = "<group>"; }; 43 42 D6A1CB342F1F4AC2004FDABD /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; }; 43 + D6CLI0022F99000100000001 /* prowl-cli */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "prowl-cli"; path = "Resources/prowl-cli"; sourceTree = "<group>"; }; 44 44 D6F821012F1FCBC1004B4174 /* supacodeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = supacodeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 45 45 /* End PBXFileReference section */ 46 46 ··· 478 478 ENABLE_RESOURCE_ACCESS_LOCATION = YES; 479 479 ENABLE_RESOURCE_ACCESS_PHOTO_LIBRARY = YES; 480 480 ENABLE_USER_SCRIPT_SANDBOXING = YES; 481 + EXECUTABLE_NAME = ProwlApp; 481 482 GENERATE_INFOPLIST_FILE = YES; 482 483 INFOPLIST_FILE = supacode/Info.plist; 483 484 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; ··· 491 492 "$(inherited)", 492 493 "-lc++", 493 494 ); 494 - EXECUTABLE_NAME = ProwlApp; 495 495 OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -Wno-incomplete-umbrella"; 496 496 PRODUCT_BUNDLE_IDENTIFIER = com.onevcat.prowl; 497 497 PRODUCT_MODULE_NAME = supacode; ··· 536 536 ENABLE_RESOURCE_ACCESS_LOCATION = YES; 537 537 ENABLE_RESOURCE_ACCESS_PHOTO_LIBRARY = YES; 538 538 ENABLE_USER_SCRIPT_SANDBOXING = YES; 539 + EXECUTABLE_NAME = ProwlApp; 539 540 GENERATE_INFOPLIST_FILE = YES; 540 541 INFOPLIST_FILE = supacode/Info.plist; 541 542 INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools"; ··· 549 550 "$(inherited)", 550 551 "-lc++", 551 552 ); 552 - EXECUTABLE_NAME = ProwlApp; 553 553 OTHER_SWIFT_FLAGS = "$(inherited) -Xcc -Wno-incomplete-umbrella"; 554 554 PRODUCT_BUNDLE_IDENTIFIER = com.onevcat.prowl; 555 555 PRODUCT_MODULE_NAME = supacode;
+1 -2
supacode.xcodeproj/xcshareddata/xcschemes/supacode.xcscheme
··· 4 4 version = "1.7"> 5 5 <BuildAction 6 6 parallelizeBuildables = "YES" 7 - buildImplicitDependencies = "YES" 8 - runPostActionsOnFailure = "NO"> 7 + buildImplicitDependencies = "YES"> 9 8 <BuildActionEntries> 10 9 <BuildActionEntry 11 10 buildForTesting = "YES"