Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OCJvanDijk committed Oct 21, 2019
1 parent 6aacc40 commit 49fa101
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Brightness Sync.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.1.0;
DEVELOPMENT_TEAM = 2Z5D432U62;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "Brightness Sync/Info.plist";
Expand All @@ -291,6 +292,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = "dev.vandijk.Brightness-Sync";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -308,6 +310,7 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1.1.0;
DEVELOPMENT_TEAM = 2Z5D432U62;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "Brightness Sync/Info.plist";
Expand All @@ -316,6 +319,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14.4;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = "dev.vandijk.Brightness-Sync";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 2 additions & 2 deletions Brightness Sync/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.6</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1.0.6</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand Down

0 comments on commit 49fa101

Please sign in to comment.