Skip to content

Commit b15bd7a

Browse files
author
Bell App Lab
committed
Swift 4.2
1 parent 6f14fcf commit b15bd7a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Example/Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@
988988
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
989989
SWIFT_VERSION = "";
990990
TVOS_DEPLOYMENT_TARGET = 9.0;
991-
VERSION = 1.0.1;
991+
VERSION = 1.0.2;
992992
};
993993
name = Debug;
994994
};
@@ -1045,7 +1045,7 @@
10451045
SWIFT_VERSION = "";
10461046
TVOS_DEPLOYMENT_TARGET = 9.0;
10471047
VALIDATE_PRODUCT = YES;
1048-
VERSION = 1.0.1;
1048+
VERSION = 1.0.2;
10491049
};
10501050
name = Release;
10511051
};

Example/iOS Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

Example/macOS Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>$(VERSION)</string>
2121
<key>CFBundleVersion</key>
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>

Example/tvOS Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)