Skip to content

Commit e27a2c5

Browse files
authored
Update xcode version and marketing version of iOS app (#2184)
* Fix Android Manifest * Fix postgres version * Fix xcodebuild * Add App Faqs links * Use assets alias * Use assets alias * iOS build fix * WFNEWS-2574 : Fix typos * Update versions
1 parent dd0d0e2 commit e27a2c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ANGULAR_DIRECTORY: ./client/wfnews-war/src/main/angular
3939
APP_CONFIG_FILE: ./client/wfnews-war/src/main/angular/src/assets/data/appConfig.mobile.json
4040

41-
runs-on: macos-13
41+
runs-on: macos-15
4242

4343
environment:
4444
name: ${{ inputs.build_environment }}

client/wfnews-war/src/main/angular/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
INFOPLIST_KEY_CFBundleDisplayName = "BC Wildfire";
364364
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
365365
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
366-
MARKETING_VERSION = 3.1.8;
366+
MARKETING_VERSION = 3.1.9;
367367
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
368368
PRODUCT_BUNDLE_IDENTIFIER = ca.bc.gov.WildfireInformation;
369369
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -391,7 +391,7 @@
391391
INFOPLIST_KEY_CFBundleDisplayName = "BC Wildfire";
392392
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
393393
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
394-
MARKETING_VERSION = 3.1.8;
394+
MARKETING_VERSION = 3.1.9;
395395
PRODUCT_BUNDLE_IDENTIFIER = ca.bc.gov.WildfireInformation;
396396
PRODUCT_NAME = "$(TARGET_NAME)";
397397
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)