Skip to content

Commit 1f3e845

Browse files
p-linnaneclaude
andcommitted
chore: bump version to 1.1.0 (build 2)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dd6aaf5 commit 1f3e845

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Sources/macOSdbKit/Scanner/ScannerConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
/// Bump when scanner logic changes in a way that would produce different output from the same IPSW.
4-
public let scannerVersion = "1.0.0"
4+
public let scannerVersion = "1.1.0"
55

66
public struct ComponentDefinition: Sendable {
77
public let name: String

macOSdb.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
380380
CODE_SIGN_STYLE = Automatic;
381381
COMBINE_HIDPI_IMAGES = YES;
382-
CURRENT_PROJECT_VERSION = 1;
382+
CURRENT_PROJECT_VERSION = 2;
383383
DEAD_CODE_STRIPPING = YES;
384384
DEVELOPMENT_TEAM = 927JGANW46;
385385
ENABLE_APP_SANDBOX = NO;
@@ -395,7 +395,7 @@
395395
"@executable_path/../Frameworks",
396396
);
397397
MACOSX_DEPLOYMENT_TARGET = 15.0;
398-
MARKETING_VERSION = 1.0.1;
398+
MARKETING_VERSION = 1.1.0;
399399
PRODUCT_BUNDLE_IDENTIFIER = io.linnane.macosdb;
400400
PRODUCT_NAME = "$(TARGET_NAME)";
401401
REGISTER_APP_GROUPS = YES;
@@ -422,7 +422,7 @@
422422
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
423423
CODE_SIGN_STYLE = Automatic;
424424
COMBINE_HIDPI_IMAGES = YES;
425-
CURRENT_PROJECT_VERSION = 1;
425+
CURRENT_PROJECT_VERSION = 2;
426426
DEAD_CODE_STRIPPING = YES;
427427
DEVELOPMENT_TEAM = 927JGANW46;
428428
ENABLE_APP_SANDBOX = NO;
@@ -438,7 +438,7 @@
438438
"@executable_path/../Frameworks",
439439
);
440440
MACOSX_DEPLOYMENT_TARGET = 15.0;
441-
MARKETING_VERSION = 1.0.1;
441+
MARKETING_VERSION = 1.1.0;
442442
PRODUCT_BUNDLE_IDENTIFIER = io.linnane.macosdb;
443443
PRODUCT_NAME = "$(TARGET_NAME)";
444444
REGISTER_APP_GROUPS = YES;

0 commit comments

Comments
 (0)