Skip to content

Commit ccbac48

Browse files
committed
feat: update xcode permission by command - test
1 parent a5e9616 commit ccbac48

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Tools/ios_extension_setup.rb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,13 @@
138138
end
139139

140140
# Extra Settings
141-
# INFOPLIST_PREPROCESS should be NO for standard Info.plist variable substitution to work correctly
142-
# with $(PRODUCT_BUNDLE_IDENTIFIER). If YES, it expects C-style preprocessing.
143-
config.build_settings['INFOPLIST_PREPROCESS'] = 'NO'
141+
# Revert to manual Info.plist management to ensure keys are present
144142
config.build_settings['GENERATE_INFOPLIST_FILE'] = 'NO'
143+
config.build_settings['INFOPLIST_PREPROCESS'] = 'NO'
144+
145+
config.build_settings['MARKETING_VERSION'] = '1.0'
146+
config.build_settings['CURRENT_PROJECT_VERSION'] = '1'
147+
145148
config.build_settings['ALWAYS_SEARCH_USER_PATHS'] = 'NO'
146149

147150
# Ensure Wrapper Extension is set

0 commit comments

Comments
 (0)