Skip to content

Commit bd7bbf5

Browse files
committed
Bump versions
1 parent d0c036f commit bd7bbf5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ios-example-app-swift/ios-example-app.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
isa = XCBuildConfiguration;
286286
buildSettings = {
287287
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
288+
CURRENT_PROJECT_VERSION = 2;
288289
FRAMEWORK_SEARCH_PATHS = (
289290
"$(inherited)",
290291
"$(PROJECT_DIR)/ios-example-app",
@@ -302,6 +303,7 @@
302303
isa = XCBuildConfiguration;
303304
buildSettings = {
304305
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
306+
CURRENT_PROJECT_VERSION = 2;
305307
FRAMEWORK_SEARCH_PATHS = (
306308
"$(inherited)",
307309
"$(PROJECT_DIR)/ios-example-app",

ios-example-app-swift/ios-example-app/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSLocationAlwaysUsageDescription</key>

0 commit comments

Comments
 (0)