Method: Fastlane::Actions::UpdateAppIdentifierAction.example_code
- Defined in:
- fastlane/lib/fastlane/actions/update_app_identifier.rb
permalink .example_code ⇒ Object
[View source]
109 110 111 112 113 114 115 116 117 |
# File 'fastlane/lib/fastlane/actions/update_app_identifier.rb', line 109 def self.example_code [ 'update_app_identifier( xcodeproj: "Example.xcodeproj", # Optional path to xcodeproj, will use the first .xcodeproj if not set plist_path: "Example/Info.plist", # Path to info plist file, relative to xcodeproj app_identifier: "com.test.example" # The App Identifier )' ] end |