You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actions.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ Action | Description
52
52
<ahref="/actions/lcov">lcov</a> | Generates coverage data using lcov
53
53
<ahref="/actions/appium">appium</a> | Run UI test by Appium with RSpec
54
54
<ahref="/actions/xctool">xctool</a> | Run tests using xctool
55
-
<ahref="/actions/run_tests">run_tests</a> | Easily run tests of your iOS app (via _scan_)
56
55
<ahref="/actions/xcode_server_get_assets">xcode_server_get_assets</a> | Downloads Xcode Bot assets like the `.xcarchive` and logs
56
+
<ahref="/actions/run_tests">run_tests</a> | Easily run tests of your iOS app (via _scan_)
57
57
58
58
59
59
@@ -75,14 +75,14 @@ Action | Description
75
75
<ahref="/actions/verify_xcode">verify_xcode</a> | Verifies that the Xcode installation is properly signed by Apple
76
76
<ahref="/actions/xcode_install">xcode_install</a> | Make sure a certain version of Xcode is installed
77
77
<ahref="/actions/verify_pod_keys">verify_pod_keys</a> | Verifies all keys referenced from the Podfile are non-empty
78
-
<ahref="/actions/xcbuild">xcbuild</a> | Builds the project using `xcodebuild`
78
+
<ahref="/actions/build_android_app">build_android_app</a> | Alias for the `gradle` action
79
+
<ahref="/actions/build_app">build_app</a> | Alias for the `build_ios_app` action
80
+
<ahref="/actions/xcclean">xcclean</a> | Cleans the project using `xcodebuild`
79
81
<ahref="/actions/xctest">xctest</a> | Runs tests on the given simulator
80
82
<ahref="/actions/xcarchive">xcarchive</a> | Archives the project using `xcodebuild`
83
+
<ahref="/actions/xcbuild">xcbuild</a> | Builds the project using `xcodebuild`
81
84
<ahref="/actions/xcexport">xcexport</a> | Exports the project using `xcodebuild`
82
85
<ahref="/actions/build_ios_app">build_ios_app</a> | Easily build and sign your app (via _gym_)
83
-
<ahref="/actions/build_android_app">build_android_app</a> | Alias for the `gradle` action
84
-
<ahref="/actions/build_app">build_app</a> | Alias for the `build_ios_app` action
85
-
<ahref="/actions/xcclean">xcclean</a> | Cleans the project using `xcodebuild`
86
86
87
87
88
88
@@ -93,10 +93,10 @@ Action | Description
93
93
<ahref="/actions/snapshot">snapshot</a> | Alias for the `capture_ios_screenshots` action
94
94
<ahref="/actions/screengrab">screengrab</a> | Alias for the `capture_android_screenshots` action
95
95
<ahref="/actions/frameit">frameit</a> | Alias for the `frame_screenshots` action
96
-
<ahref="/actions/capture_screenshots">capture_screenshots</a> | Alias for the `capture_ios_screenshots` action
97
-
<ahref="/actions/frame_screenshots">frame_screenshots</a> | Adds device frames around all screenshots (via _frameit_)
98
96
<ahref="/actions/capture_android_screenshots">capture_android_screenshots</a> | Automated localized screenshots of your Android app (via _screengrab_)
99
97
<ahref="/actions/capture_ios_screenshots">capture_ios_screenshots</a> | Generate new localized screenshots on multiple devices (via _snapshot_)
98
+
<ahref="/actions/capture_screenshots">capture_screenshots</a> | Alias for the `capture_ios_screenshots` action
99
+
<ahref="/actions/frame_screenshots">frame_screenshots</a> | Adds device frames around all screenshots (via _frameit_)
100
100
101
101
102
102
@@ -135,8 +135,8 @@ Action | Description
135
135
<ahref="/actions/register_devices">register_devices</a> | Registers new devices to the Apple Dev Portal
136
136
<ahref="/actions/automatic_code_signing">automatic_code_signing</a> | Updates the Xcode 8 Automatic Codesigning Flag
137
137
<ahref="/actions/register_device">register_device</a> | Registers a new device to the Apple Dev Portal
138
-
<ahref="/actions/sync_code_signing">sync_code_signing</a> | Easily sync your certificates and profiles across your team (via _match_)
139
138
<ahref="/actions/get_certificates">get_certificates</a> | Create new iOS code signing certificates (via _cert_)
139
+
<ahref="/actions/sync_code_signing">sync_code_signing</a> | Easily sync your certificates and profiles across your team (via _match_)
140
140
<ahref="/actions/get_provisioning_profile">get_provisioning_profile</a> | Generates a provisioning profile, saving it in the current folder (via _sigh_)
141
141
142
142
@@ -251,7 +251,7 @@ Action | Description
251
251
---|---
252
252
<ahref="/actions/puts">puts</a> | Prints out the given text
253
253
<ahref="/actions/default_platform">default_platform</a> | Defines a default platform to not have to specify the platform
254
-
<ahref="/actions/fastlane_version">fastlane_version</a> | Verifies the minimum fastlane version required
254
+
<ahref="/actions/fastlane_version">fastlane_version</a> | Alias for the `min_fastlane_version` action
255
255
<ahref="/actions/lane_context">lane_context</a> | An alias to `Actions.lane_context`
256
256
<ahref="/actions/import">import</a> | Import another Fastfile to use its lanes
257
257
<ahref="/actions/import_from_git">import_from_git</a> | Import another Fastfile from a remote git repository to use its lanes
@@ -310,16 +310,18 @@ Action | Description
310
310
<ahref="/actions/build_and_upload_to_appetize">build_and_upload_to_appetize</a> | Generate and upload an ipa file to appetize.io
311
311
<ahref="/actions/update_icloud_container_identifiers">update_icloud_container_identifiers</a> | This action changes the iCloud container identifiers in the entitlements file
312
312
<ahref="/actions/sh">sh</a> | Runs a shell command
313
-
<ahref="/actions/opt_out_crash_reporting">opt_out_crash_reporting</a> | This will prevent reports from being uploaded when _fastlane_ crashes
<ahref="/actions/google_play_track_version_codes">google_play_track_version_codes</a> | Retrieves version codes for a Google Play track
315
314
<ahref="/actions/check_app_store_metadata">check_app_store_metadata</a> | Check your app's metadata before you submit your app to review (via _precheck_)
316
-
<ahref="/actions/modify_services">modify_services</a> | Modifies the services of the app created on Developer Portal
317
-
<ahref="/actions/opt_out_usage">opt_out_usage</a> | This will stop uploading the information which actions were run
315
+
<ahref="/actions/setup_travis">setup_travis</a> | Setup the keychain and match to work with Travis CI
316
+
<ahref="/actions/opt_out_crash_reporting">opt_out_crash_reporting</a> | This will prevent reports from being uploaded when _fastlane_ crashes
317
+
<ahref="/actions/create_app_online">create_app_online</a> | Creates the given application on iTC and the Dev Portal (via _produce_)
318
318
<ahref="/actions/ruby_version">ruby_version</a> | Verifies the minimum ruby version required
319
-
<ahref="/actions/google_play_track_version_codes">google_play_track_version_codes</a> | Retrieves version codes for a Google Play track
319
+
<ahref="/actions/environment_variable">environment_variable</a> | Sets/gets env vars for Fastlane.swift. Don't use in ruby, use `ENV[key] = val`
320
+
<ahref="/actions/min_fastlane_version">min_fastlane_version</a> | Verifies the minimum fastlane version required
321
+
<ahref="/actions/opt_out_usage">opt_out_usage</a> | This will stop uploading the information which actions were run
320
322
<ahref="/actions/setup_circle_ci">setup_circle_ci</a> | Setup the keychain and match to work with CircleCI
321
-
<ahref="/actions/create_app_online">create_app_online</a> | Creates the given application on iTC and the Dev Portal (via _produce_)
322
-
<ahref="/actions/setup_travis">setup_travis</a> | Setup the keychain and match to work with Travis CI
Copy file name to clipboardExpand all lines: docs/actions/build_app.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ build_ios_app(
37
37
clean:true,
38
38
output_directory:"path/to/dir", # Destination directory. Defaults to current directory.
39
39
output_name:"my-app.ipa", # specify the name of the .ipa file to generate (including file extension)
40
-
sdk:"10.0"# use SDK as the name or path of the base SDK when building the project.
40
+
sdk:"iOS 11.1"# use SDK as the name or path of the base SDK when building the project.
41
41
)
42
42
```
43
43
@@ -73,6 +73,7 @@ Key | Description
73
73
`export_options` | Specifies path to export options plist. Use 'xcodebuild -help' to print the full set of available options
74
74
`export_xcargs` | Pass additional arguments to xcodebuild for the package phase. Be sure to quote the setting names and values e.g. OTHER_LDFLAGS="-ObjC -lstdc++"
75
75
`skip_build_archive` | Export ipa from previously built xarchive. Uses archive_path as source
76
+
`skip_archive` | After building, don't archive, effectively not including -archivePath param
76
77
`build_path` | The directory in which the archive should be stored in
77
78
`archive_path` | The path to the created archive
78
79
`derived_data_path` | The directory where built products and other derived data will go
Copy file name to clipboardExpand all lines: docs/actions/build_ios_app.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ build_ios_app(
37
37
clean:true,
38
38
output_directory:"path/to/dir", # Destination directory. Defaults to current directory.
39
39
output_name:"my-app.ipa", # specify the name of the .ipa file to generate (including file extension)
40
-
sdk:"10.0"# use SDK as the name or path of the base SDK when building the project.
40
+
sdk:"iOS 11.1"# use SDK as the name or path of the base SDK when building the project.
41
41
)
42
42
```
43
43
@@ -73,6 +73,7 @@ Key | Description
73
73
`export_options` | Specifies path to export options plist. Use 'xcodebuild -help' to print the full set of available options
74
74
`export_xcargs` | Pass additional arguments to xcodebuild for the package phase. Be sure to quote the setting names and values e.g. OTHER_LDFLAGS="-ObjC -lstdc++"
75
75
`skip_build_archive` | Export ipa from previously built xarchive. Uses archive_path as source
76
+
`skip_archive` | After building, don't archive, effectively not including -archivePath param
76
77
`build_path` | The directory in which the archive should be stored in
77
78
`archive_path` | The path to the created archive
78
79
`derived_data_path` | The directory where built products and other derived data will go
Copy file name to clipboardExpand all lines: docs/actions/create_app_online.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Key | Description
59
59
`skip_itc` | Skip the creation of the app on iTunes Connect
60
60
`itc_users` | Array of iTunes Connect users. If provided, you can limit access to this newly created app for users with the App Manager, Developer, Marketer or Sales roles
61
61
`enabled_features` | [DEPRECATED!] Please use `enable_services` instead - Array with Spaceship App Services
0 commit comments