Skip to content

Commit 2171edf

Browse files
committed
Fork customization: rename app, change bundle ID, disable Sparkle updates
1 parent 719e78c commit 2171edf

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

ClaudeIsland.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@
302302
"@executable_path/../Frameworks",
303303
);
304304
MARKETING_VERSION = 1.4.4;
305-
PRODUCT_BUNDLE_IDENTIFIER = com.engels74.ClaudeIsland;
306-
PRODUCT_NAME = "Claude Island";
305+
PRODUCT_BUNDLE_IDENTIFIER = me.rosuh.ClaudeIsland;
306+
PRODUCT_NAME = "Claude Island (Fork)";
307307
REGISTER_APP_GROUPS = YES;
308308
STRING_CATALOG_GENERATE_SYMBOLS = YES;
309309
SWIFT_APPROACHABLE_CONCURRENCY = YES;
@@ -337,8 +337,8 @@
337337
"@executable_path/../Frameworks",
338338
);
339339
MARKETING_VERSION = 1.4.4;
340-
PRODUCT_BUNDLE_IDENTIFIER = com.engels74.ClaudeIsland;
341-
PRODUCT_NAME = "Claude Island";
340+
PRODUCT_BUNDLE_IDENTIFIER = me.rosuh.ClaudeIsland;
341+
PRODUCT_NAME = "Claude Island (Fork)";
342342
REGISTER_APP_GROUPS = YES;
343343
STRING_CATALOG_GENERATE_SYMBOLS = YES;
344344
SWIFT_APPROACHABLE_CONCURRENCY = YES;

ClaudeIsland.xcodeproj/xcshareddata/xcschemes/ClaudeIsland.xcscheme

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<BuildableReference
1717
BuildableIdentifier = "primary"
1818
BlueprintIdentifier = "FD33FD5C2EDF32D7002A6548"
19-
BuildableName = "Claude Island.app"
19+
BuildableName = "Claude Island (Fork).app"
2020
BlueprintName = "ClaudeIsland"
2121
ReferencedContainer = "container:ClaudeIsland.xcodeproj">
2222
</BuildableReference>
@@ -45,7 +45,7 @@
4545
<BuildableReference
4646
BuildableIdentifier = "primary"
4747
BlueprintIdentifier = "FD33FD5C2EDF32D7002A6548"
48-
BuildableName = "Claude Island.app"
48+
BuildableName = "Claude Island (Fork).app"
4949
BlueprintName = "ClaudeIsland"
5050
ReferencedContainer = "container:ClaudeIsland.xcodeproj">
5151
</BuildableReference>
@@ -62,7 +62,7 @@
6262
<BuildableReference
6363
BuildableIdentifier = "primary"
6464
BlueprintIdentifier = "FD33FD5C2EDF32D7002A6548"
65-
BuildableName = "Claude Island.app"
65+
BuildableName = "Claude Island (Fork).app"
6666
BlueprintName = "ClaudeIsland"
6767
ReferencedContainer = "container:ClaudeIsland.xcodeproj">
6868
</BuildableReference>

ClaudeIsland/Info.plist

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleName</key>
6-
<string>Claude Island</string>
6+
<string>Claude Island (Fork)</string>
77
<key>CFBundleDisplayName</key>
8-
<string>Claude Island</string>
8+
<string>Claude Island (Fork)</string>
99
<key>CFBundleIdentifier</key>
1010
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleVersion</key>
@@ -17,12 +17,14 @@
1717
<key>NSHumanReadableCopyright</key>
1818
<string>Copyright 2025. All rights reserved.</string>
1919

20-
<!-- Sparkle Update Configuration -->
20+
<!-- Sparkle Update Configuration disabled for this fork -->
21+
<!--
2122
<key>SUFeedURL</key>
2223
<string>https://claudeisland.engels74.net/appcast.xml</string>
2324
<key>SUPublicEDKey</key>
2425
<string>55W3Ruwj75ntumKWPDExUq3gZX8DuYez0KFCT90CeYs=</string>
2526
<key>SUEnableAutomaticChecks</key>
2627
<true/>
28+
-->
2729
</dict>
2830
</plist>

0 commit comments

Comments
 (0)