Skip to content

Commit

Permalink
FIX: App Version and Build number
Browse files Browse the repository at this point in the history
  • Loading branch information
bome24 committed Dec 26, 2023
1 parent b4fb6dd commit 2ced724
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Briefing.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@
CODE_SIGN_ENTITLEMENTS = Briefing/Briefing.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = XB6KV776A2;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -1103,7 +1103,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.bmlee.briefing;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1123,7 +1123,7 @@
CODE_SIGN_ENTITLEMENTS = Briefing/Briefing.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = XB6KV776A2;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Briefing/Resources/Info.plist;
Expand All @@ -1139,7 +1139,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.bmlee.briefing;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 2ced724

Please sign in to comment.