Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
IdeaS0ft committed Sep 18, 2024
1 parent 37b84b3 commit 01125ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solara/lib/core/scripts/platform/ios/xcconfig_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def generate

def generate_xcconfig_content
content = <<~XCCONFIG
ASSETCATALOG_COMPILER_APPICON_NAME = #{FilePath.artifacts_dir_name_ios}/AppIcon
APPICON_NAME = AppIcon
PRODUCT_NAME = #{get_value_of(InfoPListKey::BUNDLE_DISPLAY_NAME)}
CFBUNDLE_DISPLAY_NAME = #{get_value_of(InfoPListKey::BUNDLE_DISPLAY_NAME)}
CFBUNDLE_NAME = #{get_value_of(InfoPListKey::BUNDLE_NAME)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def update_xcode_target_settings
@target.build_configurations.each do |config|
config.build_settings['PRODUCT_BUNDLE_IDENTIFIER'] = '$(PRODUCT_BUNDLE_IDENTIFIER)'
config.build_settings['MARKETING_VERSION'] = '$(MARKETING_VERSION)'
config.build_settings['ASSETCATALOG_COMPILER_APPICON_NAME'] = "$(#{FilePath.artifacts_dir_name_ios}/AppIcon)"
config.build_settings['ASSETCATALOG_COMPILER_APPICON_NAME'] = '$(APPICON_NAME)'
config.build_settings['PRODUCT_NAME'] = '$(PRODUCT_NAME)'

# We need to apply code signing only if the user has provided its config
Expand Down

0 comments on commit 01125ab

Please sign in to comment.