Closed anton-matosov closed 8 years ago
The code below finds the name
def app_name
# WRAPPER_NAME: Example.app
# WRAPPER_SUFFIX: .app
name = build_settings(key: "WRAPPER_NAME")
return name.gsub(build_settings(key: "WRAPPER_SUFFIX"), "") if name
return "App" # default value
end
I wonder if that's the case for all CocoPods apps
There was a configuration issue inside the scheme file. Fixed that and name comes correctly.
:+1:
This issue was migrated to https://github.com/fastlane/fastlane/issues/3335. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
I am using xcworkspace for my projects and for some of them
scan
picks the wrong project name to be posted on Slack:Is there a way to specify
slack_project_name
?