Skip to content

Commit 1af5847

Browse files
committed
Set version and build number
1 parent 7d0e41f commit 1af5847

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

Example/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>5.1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>46</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UIApplicationSceneManifest</key>

NVActivityIndicatorView.xcodeproj/NVActivityIndicatorViewExtended_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>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>$(MARKETING_VERSION)</string>
18+
<string>5.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>46</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

NVActivityIndicatorView.xcodeproj/NVActivityIndicatorView_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>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>$(MARKETING_VERSION)</string>
18+
<string>5.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>46</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

NVActivityIndicatorView.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@
849849
OBJ_100 /* Release */ = {
850850
isa = XCBuildConfiguration;
851851
buildSettings = {
852-
CURRENT_PROJECT_VERSION = 5.1.0;
852+
CURRENT_PROJECT_VERSION = 46;
853853
ENABLE_TESTABILITY = YES;
854854
FRAMEWORK_SEARCH_PATHS = (
855855
"$(inherited)",
@@ -955,7 +955,7 @@
955955
OBJ_56 /* Debug */ = {
956956
isa = XCBuildConfiguration;
957957
buildSettings = {
958-
CURRENT_PROJECT_VERSION = 5.1.0;
958+
CURRENT_PROJECT_VERSION = 46;
959959
ENABLE_TESTABILITY = YES;
960960
FRAMEWORK_SEARCH_PATHS = (
961961
"$(inherited)",
@@ -986,7 +986,7 @@
986986
OBJ_57 /* Release */ = {
987987
isa = XCBuildConfiguration;
988988
buildSettings = {
989-
CURRENT_PROJECT_VERSION = 5.1.0;
989+
CURRENT_PROJECT_VERSION = 46;
990990
ENABLE_TESTABILITY = YES;
991991
FRAMEWORK_SEARCH_PATHS = (
992992
"$(inherited)",
@@ -1017,7 +1017,7 @@
10171017
OBJ_99 /* Debug */ = {
10181018
isa = XCBuildConfiguration;
10191019
buildSettings = {
1020-
CURRENT_PROJECT_VERSION = 5.1.0;
1020+
CURRENT_PROJECT_VERSION = 46;
10211021
ENABLE_TESTABILITY = YES;
10221022
FRAMEWORK_SEARCH_PATHS = (
10231023
"$(inherited)",

Tests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>5.1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>46</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)