changes to work with xcode update

This commit is contained in:
Roland Osborne 2024-03-11 14:23:55 -07:00
parent 9b12297a00
commit a576c535e7
3 changed files with 14 additions and 4 deletions

View File

@ -282,8 +282,8 @@
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */, 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
E235C05ADACE081382539298 /* [CP] Copy Pods Resources */, E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
D347E695755653CE8D39CFDD /* [CP-User] [RNFB] Core Configuration */,
7B4A534529F39E250036F3ED /* Embed Foundation Extensions */, 7B4A534529F39E250036F3ED /* Embed Foundation Extensions */,
D347E695755653CE8D39CFDD /* [CP-User] [RNFB] Core Configuration */,
); );
buildRules = ( buildRules = (
); );
@ -674,11 +674,12 @@
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Databag/Info.plist; INFOPLIST_FILE = Databag/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Databag; INFOPLIST_KEY_CFBundleDisplayName = Databag;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.22; MARKETING_VERSION = 1.25;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",
@ -708,11 +709,12 @@
DEVELOPMENT_TEAM = 3P65PQ7SUR; DEVELOPMENT_TEAM = 3P65PQ7SUR;
INFOPLIST_FILE = Databag/Info.plist; INFOPLIST_FILE = Databag/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Databag; INFOPLIST_KEY_CFBundleDisplayName = Databag;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
LD_RUNPATH_SEARCH_PATHS = ( LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.22; MARKETING_VERSION = 1.25;
OTHER_LDFLAGS = ( OTHER_LDFLAGS = (
"$(inherited)", "$(inherited)",
"-ObjC", "-ObjC",

View File

@ -51,6 +51,14 @@ target 'Databag' do
end end
post_install do |installer| 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( react_native_post_install(
installer, installer,
# Set `mac_catalyst_enabled` to `true` in order to apply patches # Set `mac_catalyst_enabled` to `true` in order to apply patches

View File

@ -818,6 +818,6 @@ SPEC CHECKSUMS:
TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863 TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863
Yoga: 5ed1699acbba8863755998a4245daa200ff3817b Yoga: 5ed1699acbba8863755998a4245daa200ff3817b
PODFILE CHECKSUM: 8a4cbf61c865c6e404d389f26395fa04926b8f43 PODFILE CHECKSUM: 75c662c715519b020ac15abd8a3a0e3c1e6d2ba5
COCOAPODS: 1.15.2 COCOAPODS: 1.15.2