Skip to content

Commit 22c390b

Browse files
committed
Increment build number
Signed-off-by: MattKiazyk <[email protected]>
1 parent 91595b5 commit 22c390b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Xcodes.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@
945945
"$(inherited)",
946946
"@executable_path/../Frameworks",
947947
);
948-
MARKETING_VERSION = 1.1.0;
948+
MARKETING_VERSION = 1.2.0;
949949
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
950950
PRODUCT_NAME = Xcodes;
951951
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1181,7 +1181,7 @@
11811181
"$(inherited)",
11821182
"@executable_path/../Frameworks",
11831183
);
1184-
MARKETING_VERSION = 1.1.0;
1184+
MARKETING_VERSION = 1.2.0;
11851185
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
11861186
PRODUCT_NAME = Xcodes;
11871187
SWIFT_VERSION = 5.0;
@@ -1204,7 +1204,7 @@
12041204
"$(inherited)",
12051205
"@executable_path/../Frameworks",
12061206
);
1207-
MARKETING_VERSION = 1.1.0;
1207+
MARKETING_VERSION = 1.2.0;
12081208
PRODUCT_BUNDLE_IDENTIFIER = com.robotsandpencils.XcodesApp;
12091209
PRODUCT_NAME = Xcodes;
12101210
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>7</string>
22+
<string>8</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)