Skip to content

Commit

Permalink
Update app version version
Browse files Browse the repository at this point in the history
  • Loading branch information
fethica committed Apr 11, 2020
1 parent 1ae12f2 commit a5131fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions SwiftRadio.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,9 @@
};
buildConfigurationList = 9409E1111ABF6FE900312E2B /* Build configuration list for PBXProject "SwiftRadio" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down Expand Up @@ -650,6 +649,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 6;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6G96AERJ7Q;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -659,6 +659,7 @@
INFOPLIST_FILE = SwiftRadio/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.8;
PRODUCT_BUNDLE_IDENTIFIER = com.matthewfecher.SwiftRadio;
PRODUCT_NAME = SwiftRadio;
PROVISIONING_PROFILE = "";
Expand All @@ -674,6 +675,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 6;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 6G96AERJ7Q;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -683,6 +685,7 @@
INFOPLIST_FILE = SwiftRadio/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.8;
PRODUCT_BUNDLE_IDENTIFIER = com.matthewfecher.SwiftRadio;
PRODUCT_NAME = SwiftRadio;
PROVISIONING_PROFILE = "";
Expand Down
4 changes: 2 additions & 2 deletions SwiftRadio/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.7</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit a5131fc

Please sign in to comment.