Skip to content

Commit e0db86e

Browse files
authored
Merge pull request #112 from kkebo/reset-build-number
2 parents e1a4acc + 307843e commit e0db86e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

DNSecure.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
533533
CODE_SIGN_ENTITLEMENTS = DNSecure/DNSecure.entitlements;
534534
CODE_SIGN_STYLE = Automatic;
535-
CURRENT_PROJECT_VERSION = 24;
535+
CURRENT_PROJECT_VERSION = 1;
536536
DEVELOPMENT_ASSET_PATHS = "\"DNSecure/Preview Content\"";
537537
DEVELOPMENT_TEAM = X4678G5DL2;
538538
ENABLE_PREVIEWS = YES;
@@ -559,7 +559,7 @@
559559
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
560560
CODE_SIGN_ENTITLEMENTS = DNSecure/DNSecure.entitlements;
561561
CODE_SIGN_STYLE = Automatic;
562-
CURRENT_PROJECT_VERSION = 24;
562+
CURRENT_PROJECT_VERSION = 1;
563563
DEVELOPMENT_ASSET_PATHS = "\"DNSecure/Preview Content\"";
564564
DEVELOPMENT_TEAM = X4678G5DL2;
565565
ENABLE_PREVIEWS = YES;

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
bundleIdentifier: "xyz.kebo.DNSecure",
2020
teamIdentifier: "X4678G5DL2",
2121
displayVersion: "1.5.1",
22-
bundleVersion: "24",
22+
bundleVersion: "1",
2323
appIcon: .asset("AppIcon"),
2424
accentColor: .asset("AccentColor"),
2525
supportedDeviceFamilies: [

0 commit comments

Comments
 (0)