gym/lib/gym/detect_values.rb in fastlane-2.50.0.beta.20170728010002 vs gym/lib/gym/detect_values.rb in fastlane-2.50.0.beta.20170729010003
- old
+ new
@@ -56,11 +56,10 @@
CFPropertyList.native_types(CFPropertyList::List.new(file: path).value)
end
# Since Xcode 9 you need to provide the explicit mapping of what provisioning profile to use for
# each target of your app
- # rubocop:disable Style/MultilineBlockChain
def self.detect_selected_provisioning_profiles
if Gym.config[:export_options] && Gym.config[:export_options].kind_of?(Hash) && Gym.config[:export_options][:provisioningProfiles]
return
end
@@ -133,10 +132,9 @@
UI.error("provisioning profile to use for each target of your app")
UI.error(ex)
UI.verbose(ex.backtrace.join("\n"))
end
end
- # rubocop:enable Style/MultilineBlockChain
def self.detect_scheme
Gym.project.select_scheme
end