Skip to content

Commit

Permalink
get consistent about version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Aug 24, 2020
1 parent 3316ba4 commit 1876610
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
</array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleGetInfoString</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CFBundleIconFile</key>
<string>cfxr</string>
<key>CFBundleIdentifier</key>
Expand All @@ -45,6 +47,8 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>3rdC</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 4 additions & 4 deletions cfxr.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1000;
CURRENT_PROJECT_VERSION = 20200823A;
DEVELOPMENT_TEAM = X8C8VAWQM2;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -323,7 +323,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.3.2;
MARKETING_VERSION = 0.3.3;
PRODUCT_BUNDLE_IDENTIFIER = im.glyph.and.this.is.cfxr;
PRODUCT_NAME = cfxr;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -339,7 +339,7 @@
CODE_SIGN_ENTITLEMENTS = cfxr.entitlements;
CODE_SIGN_IDENTITY = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1000;
CURRENT_PROJECT_VERSION = 20200823A;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = X8C8VAWQM2;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -357,7 +357,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 0.3.2;
MARKETING_VERSION = 0.3.3;
PRODUCT_BUNDLE_IDENTIFIER = im.glyph.and.this.is.cfxr;
PRODUCT_NAME = cfxr;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit 1876610

Please sign in to comment.