Skip to content

Commit e19537b

Browse files
committed
build: bump version to 0.11.13-fire.1 (build 1123)
First "announced" Fire-fork release. Contents over fire.0: * Re-implemented fix(overlay-panel) — secondary monitor clipping (Philly Cai, originally PR jordanbaird#803, adapted to macos-26 API). * Re-implemented fix(jordanbaird#530) — CGImage cache leak under long sessions (Marc Runkel, originally PR jordanbaird#804, adapted to macos-26 API). * Sparkle re-enabled with the fork's own EdDSA-signed appcast at pdurlej.github.io/fire-releases. * CI build-dmg.yml workflow corrected (contents: write permission so softprops/action-gh-release can publish the release). Bundle ID and app name unchanged — installs over any existing Ice 0.11.x build with full settings/layout/hotkey carry-over.
1 parent 38a9e97 commit e19537b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Ice.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
418418
CODE_SIGN_STYLE = Automatic;
419419
COMBINE_HIDPI_IMAGES = YES;
420-
CURRENT_PROJECT_VERSION = 1122;
420+
CURRENT_PROJECT_VERSION = 1123;
421421
DEAD_CODE_STRIPPING = YES;
422422
DEVELOPMENT_ASSET_PATHS = "";
423423
ENABLE_APP_SANDBOX = NO;
@@ -433,7 +433,7 @@
433433
"$(inherited)",
434434
"@executable_path/../Frameworks",
435435
);
436-
MARKETING_VERSION = "0.11.13-fire.0";
436+
MARKETING_VERSION = "0.11.13-fire.1";
437437
PRODUCT_BUNDLE_IDENTIFIER = com.jordanbaird.Ice;
438438
PRODUCT_NAME = "$(TARGET_NAME)";
439439
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -450,7 +450,7 @@
450450
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
451451
CODE_SIGN_STYLE = Automatic;
452452
COMBINE_HIDPI_IMAGES = YES;
453-
CURRENT_PROJECT_VERSION = 1122;
453+
CURRENT_PROJECT_VERSION = 1123;
454454
DEAD_CODE_STRIPPING = YES;
455455
DEVELOPMENT_ASSET_PATHS = "";
456456
ENABLE_APP_SANDBOX = NO;
@@ -466,7 +466,7 @@
466466
"$(inherited)",
467467
"@executable_path/../Frameworks",
468468
);
469-
MARKETING_VERSION = "0.11.13-fire.0";
469+
MARKETING_VERSION = "0.11.13-fire.1";
470470
PRODUCT_BUNDLE_IDENTIFIER = com.jordanbaird.Ice;
471471
PRODUCT_NAME = "$(TARGET_NAME)";
472472
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)