From a576c535e7834482482de1c571c8fd8d20989a8c Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Mon, 11 Mar 2024 14:23:55 -0700 Subject: [PATCH] changes to work with xcode update --- app/mobile/ios/Databag.xcodeproj/project.pbxproj | 8 +++++--- app/mobile/ios/Podfile | 8 ++++++++ app/mobile/ios/Podfile.lock | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/app/mobile/ios/Databag.xcodeproj/project.pbxproj b/app/mobile/ios/Databag.xcodeproj/project.pbxproj index a6fe6d36..b0e06b82 100644 --- a/app/mobile/ios/Databag.xcodeproj/project.pbxproj +++ b/app/mobile/ios/Databag.xcodeproj/project.pbxproj @@ -282,8 +282,8 @@ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */, E235C05ADACE081382539298 /* [CP] Copy Pods Resources */, - D347E695755653CE8D39CFDD /* [CP-User] [RNFB] Core Configuration */, 7B4A534529F39E250036F3ED /* Embed Foundation Extensions */, + D347E695755653CE8D39CFDD /* [CP-User] [RNFB] Core Configuration */, ); buildRules = ( ); @@ -674,11 +674,12 @@ ENABLE_BITCODE = NO; INFOPLIST_FILE = Databag/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Databag; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.22; + MARKETING_VERSION = 1.25; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -708,11 +709,12 @@ DEVELOPMENT_TEAM = 3P65PQ7SUR; INFOPLIST_FILE = Databag/Info.plist; INFOPLIST_KEY_CFBundleDisplayName = Databag; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.22; + MARKETING_VERSION = 1.25; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/app/mobile/ios/Podfile b/app/mobile/ios/Podfile index 9bf9393e..abbe723f 100644 --- a/app/mobile/ios/Podfile +++ b/app/mobile/ios/Podfile @@ -51,6 +51,14 @@ target 'Databag' do end post_install do |installer| + + installer.pods_project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings['SWIFT_VERSION'] = '5.0' + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4' + end + end + react_native_post_install( installer, # Set `mac_catalyst_enabled` to `true` in order to apply patches diff --git a/app/mobile/ios/Podfile.lock b/app/mobile/ios/Podfile.lock index c56c3620..aa71208a 100644 --- a/app/mobile/ios/Podfile.lock +++ b/app/mobile/ios/Podfile.lock @@ -818,6 +818,6 @@ SPEC CHECKSUMS: TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863 Yoga: 5ed1699acbba8863755998a4245daa200ff3817b -PODFILE CHECKSUM: 8a4cbf61c865c6e404d389f26395fa04926b8f43 +PODFILE CHECKSUM: 75c662c715519b020ac15abd8a3a0e3c1e6d2ba5 COCOAPODS: 1.15.2