Merge pull request #217 from TouchInstinct/feature/try_to_fix_appstore_build
don't change xcconfig for AppStore configuration
This commit is contained in:
commit
2647d6e41b
|
|
@ -168,7 +168,9 @@ private_lane :buildArchive do |options|
|
|||
configuration = options[:configuration]
|
||||
xcodeproj_path = options[:xcodeproj_path]
|
||||
|
||||
set_xcconfig_for_configuration_of_project(xcconfig_name, configuration, xcodeproj_path)
|
||||
if configuration != "AppStore" # AppStore uses xcconfig choosen in Xcode
|
||||
set_xcconfig_for_configuration_of_project(xcconfig_name, configuration, xcodeproj_path)
|
||||
end
|
||||
|
||||
gym(
|
||||
clean: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue