Skip to content

Commit 48b1b19

Browse files
committed
bump version - 1.7.0
1 parent a5486aa commit 48b1b19

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Xcodes.xcodeproj/project.pbxproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@
10121012
CODE_SIGN_IDENTITY = "-";
10131013
CODE_SIGN_STYLE = Manual;
10141014
COMBINE_HIDPI_IMAGES = YES;
1015-
CURRENT_PROJECT_VERSION = 14;
1015+
CURRENT_PROJECT_VERSION = 15;
10161016
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
10171017
DEVELOPMENT_TEAM = "";
10181018
ENABLE_HARDENED_RUNTIME = NO;
@@ -1022,7 +1022,7 @@
10221022
"$(inherited)",
10231023
"@executable_path/../Frameworks",
10241024
);
1025-
MARKETING_VERSION = 1.6.0;
1025+
MARKETING_VERSION = 1.7.0;
10261026
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
10271027
PRODUCT_NAME = Xcodes;
10281028
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1253,7 +1253,7 @@
12531253
CODE_SIGN_ENTITLEMENTS = Xcodes/Resources/Xcodes.entitlements;
12541254
CODE_SIGN_STYLE = Automatic;
12551255
COMBINE_HIDPI_IMAGES = YES;
1256-
CURRENT_PROJECT_VERSION = 14;
1256+
CURRENT_PROJECT_VERSION = 15;
12571257
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
12581258
DEVELOPMENT_TEAM = PBH8V487HB;
12591259
ENABLE_HARDENED_RUNTIME = YES;
@@ -1263,7 +1263,7 @@
12631263
"$(inherited)",
12641264
"@executable_path/../Frameworks",
12651265
);
1266-
MARKETING_VERSION = 1.6.0;
1266+
MARKETING_VERSION = 1.7.0;
12671267
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
12681268
PRODUCT_NAME = Xcodes;
12691269
SWIFT_VERSION = 5.0;
@@ -1277,7 +1277,7 @@
12771277
CODE_SIGN_ENTITLEMENTS = Xcodes/Resources/Xcodes.entitlements;
12781278
CODE_SIGN_STYLE = Automatic;
12791279
COMBINE_HIDPI_IMAGES = YES;
1280-
CURRENT_PROJECT_VERSION = 14;
1280+
CURRENT_PROJECT_VERSION = 15;
12811281
DEVELOPMENT_ASSET_PATHS = "\"Xcodes/Preview Content\"";
12821282
DEVELOPMENT_TEAM = PBH8V487HB;
12831283
ENABLE_HARDENED_RUNTIME = YES;
@@ -1287,7 +1287,7 @@
12871287
"$(inherited)",
12881288
"@executable_path/../Frameworks",
12891289
);
1290-
MARKETING_VERSION = 1.6.0;
1290+
MARKETING_VERSION = 1.7.0;
12911291
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
12921292
PRODUCT_NAME = Xcodes;
12931293
SWIFT_VERSION = 5.0;

Xcodes/Resources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>14</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT</key>
2424
<string>$(CODE_SIGNING_SUBJECT_ORGANIZATIONAL_UNIT)</string>
2525
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)