fastlane_hotfix 2.187.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (885) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +1 -0
  3. data/LICENSE +21 -0
  4. data/README.md +228 -0
  5. data/bin/bin-proxy +19 -0
  6. data/bin/fastlane +23 -0
  7. data/cert/README.md +17 -0
  8. data/cert/lib/cert.rb +4 -0
  9. data/cert/lib/cert/commands_generator.rb +61 -0
  10. data/cert/lib/cert/module.rb +16 -0
  11. data/cert/lib/cert/options.rb +133 -0
  12. data/cert/lib/cert/runner.rb +239 -0
  13. data/credentials_manager/README.md +64 -0
  14. data/credentials_manager/lib/credentials_manager.rb +7 -0
  15. data/credentials_manager/lib/credentials_manager/account_manager.rb +157 -0
  16. data/credentials_manager/lib/credentials_manager/appfile_config.rb +196 -0
  17. data/credentials_manager/lib/credentials_manager/cli.rb +69 -0
  18. data/deliver/README.md +17 -0
  19. data/deliver/lib/assets/DeliverfileDefault +3 -0
  20. data/deliver/lib/assets/DeliverfileDefault.swift +13 -0
  21. data/deliver/lib/assets/ScreenshotsHelp +7 -0
  22. data/deliver/lib/assets/summary.html.erb +299 -0
  23. data/deliver/lib/deliver.rb +15 -0
  24. data/deliver/lib/deliver/app_screenshot.rb +360 -0
  25. data/deliver/lib/deliver/app_screenshot_iterator.rb +95 -0
  26. data/deliver/lib/deliver/app_screenshot_validator.rb +108 -0
  27. data/deliver/lib/deliver/commands_generator.rb +191 -0
  28. data/deliver/lib/deliver/detect_values.rb +104 -0
  29. data/deliver/lib/deliver/download_screenshots.rb +75 -0
  30. data/deliver/lib/deliver/generate_summary.rb +13 -0
  31. data/deliver/lib/deliver/html_generator.rb +78 -0
  32. data/deliver/lib/deliver/languages.rb +7 -0
  33. data/deliver/lib/deliver/loader.rb +157 -0
  34. data/deliver/lib/deliver/module.rb +24 -0
  35. data/deliver/lib/deliver/options.rb +451 -0
  36. data/deliver/lib/deliver/runner.rb +238 -0
  37. data/deliver/lib/deliver/setup.rb +203 -0
  38. data/deliver/lib/deliver/submit_for_review.rb +214 -0
  39. data/deliver/lib/deliver/upload_metadata.rb +699 -0
  40. data/deliver/lib/deliver/upload_price_tier.rb +40 -0
  41. data/deliver/lib/deliver/upload_screenshots.rb +271 -0
  42. data/fastlane/README.md +11 -0
  43. data/fastlane/lib/assets/ActionDetails.md.erb +106 -0
  44. data/fastlane/lib/assets/Actions.md.erb +43 -0
  45. data/fastlane/lib/assets/AppfileTemplate +6 -0
  46. data/fastlane/lib/assets/AppfileTemplate.swift +7 -0
  47. data/fastlane/lib/assets/AppfileTemplateAndroid +2 -0
  48. data/fastlane/lib/assets/DefaultFastfileTemplate +20 -0
  49. data/fastlane/lib/assets/DefaultFastfileTemplate.swift +13 -0
  50. data/fastlane/lib/assets/completions/completion.bash +23 -0
  51. data/fastlane/lib/assets/completions/completion.fish +39 -0
  52. data/fastlane/lib/assets/completions/completion.sh +12 -0
  53. data/fastlane/lib/assets/completions/completion.zsh +23 -0
  54. data/fastlane/lib/assets/custom_action_template.rb +82 -0
  55. data/fastlane/lib/assets/mailgun_html_template.erb +142 -0
  56. data/fastlane/lib/assets/report_template.xml.erb +15 -0
  57. data/fastlane/lib/assets/s3_html_template.erb +105 -0
  58. data/fastlane/lib/assets/s3_plist_template.erb +31 -0
  59. data/fastlane/lib/assets/s3_version_template.erb +4 -0
  60. data/fastlane/lib/fastlane.rb +53 -0
  61. data/fastlane/lib/fastlane/action.rb +198 -0
  62. data/fastlane/lib/fastlane/action_collector.rb +35 -0
  63. data/fastlane/lib/fastlane/actions/README.md +5 -0
  64. data/fastlane/lib/fastlane/actions/actions_helper.rb +185 -0
  65. data/fastlane/lib/fastlane/actions/adb.rb +75 -0
  66. data/fastlane/lib/fastlane/actions/adb_devices.rb +70 -0
  67. data/fastlane/lib/fastlane/actions/add_extra_platforms.rb +45 -0
  68. data/fastlane/lib/fastlane/actions/add_git_tag.rb +138 -0
  69. data/fastlane/lib/fastlane/actions/app_store_build_number.rb +249 -0
  70. data/fastlane/lib/fastlane/actions/app_store_connect_api_key.rb +148 -0
  71. data/fastlane/lib/fastlane/actions/appaloosa.rb +271 -0
  72. data/fastlane/lib/fastlane/actions/appetize.rb +193 -0
  73. data/fastlane/lib/fastlane/actions/appetize_viewing_url_generator.rb +135 -0
  74. data/fastlane/lib/fastlane/actions/appium.rb +181 -0
  75. data/fastlane/lib/fastlane/actions/appledoc.rb +226 -0
  76. data/fastlane/lib/fastlane/actions/appstore.rb +14 -0
  77. data/fastlane/lib/fastlane/actions/apteligent.rb +106 -0
  78. data/fastlane/lib/fastlane/actions/artifactory.rb +189 -0
  79. data/fastlane/lib/fastlane/actions/automatic_code_signing.rb +220 -0
  80. data/fastlane/lib/fastlane/actions/backup_file.rb +41 -0
  81. data/fastlane/lib/fastlane/actions/backup_xcarchive.rb +135 -0
  82. data/fastlane/lib/fastlane/actions/badge.rb +151 -0
  83. data/fastlane/lib/fastlane/actions/build_and_upload_to_appetize.rb +113 -0
  84. data/fastlane/lib/fastlane/actions/build_android_app.rb +14 -0
  85. data/fastlane/lib/fastlane/actions/build_app.rb +171 -0
  86. data/fastlane/lib/fastlane/actions/build_ios_app.rb +47 -0
  87. data/fastlane/lib/fastlane/actions/build_mac_app.rb +46 -0
  88. data/fastlane/lib/fastlane/actions/bundle_install.rb +154 -0
  89. data/fastlane/lib/fastlane/actions/capture_android_screenshots.rb +63 -0
  90. data/fastlane/lib/fastlane/actions/capture_ios_screenshots.rb +61 -0
  91. data/fastlane/lib/fastlane/actions/capture_screenshots.rb +14 -0
  92. data/fastlane/lib/fastlane/actions/carthage.rb +238 -0
  93. data/fastlane/lib/fastlane/actions/cert.rb +14 -0
  94. data/fastlane/lib/fastlane/actions/changelog_from_git_commits.rb +188 -0
  95. data/fastlane/lib/fastlane/actions/chatwork.rb +95 -0
  96. data/fastlane/lib/fastlane/actions/check_app_store_metadata.rb +62 -0
  97. data/fastlane/lib/fastlane/actions/clean_build_artifacts.rb +71 -0
  98. data/fastlane/lib/fastlane/actions/clean_cocoapods_cache.rb +51 -0
  99. data/fastlane/lib/fastlane/actions/clear_derived_data.rb +70 -0
  100. data/fastlane/lib/fastlane/actions/clipboard.rb +49 -0
  101. data/fastlane/lib/fastlane/actions/cloc.rb +85 -0
  102. data/fastlane/lib/fastlane/actions/cocoapods.rb +178 -0
  103. data/fastlane/lib/fastlane/actions/commit_github_file.rb +194 -0
  104. data/fastlane/lib/fastlane/actions/commit_version_bump.rb +300 -0
  105. data/fastlane/lib/fastlane/actions/copy_artifacts.rb +113 -0
  106. data/fastlane/lib/fastlane/actions/crashlytics.rb +207 -0
  107. data/fastlane/lib/fastlane/actions/create_app_on_managed_play_store.rb +168 -0
  108. data/fastlane/lib/fastlane/actions/create_app_online.rb +75 -0
  109. data/fastlane/lib/fastlane/actions/create_keychain.rb +179 -0
  110. data/fastlane/lib/fastlane/actions/create_pull_request.rb +271 -0
  111. data/fastlane/lib/fastlane/actions/create_xcframework.rb +123 -0
  112. data/fastlane/lib/fastlane/actions/danger.rb +132 -0
  113. data/fastlane/lib/fastlane/actions/debug.rb +32 -0
  114. data/fastlane/lib/fastlane/actions/default_platform.rb +47 -0
  115. data/fastlane/lib/fastlane/actions/delete_keychain.rb +68 -0
  116. data/fastlane/lib/fastlane/actions/deliver.rb +14 -0
  117. data/fastlane/lib/fastlane/actions/deploygate.rb +209 -0
  118. data/fastlane/lib/fastlane/actions/device_grid/README.md +157 -0
  119. data/fastlane/lib/fastlane/actions/docs/build_app.md +245 -0
  120. data/fastlane/lib/fastlane/actions/docs/capture_android_screenshots.md +332 -0
  121. data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +375 -0
  122. data/fastlane/lib/fastlane/actions/docs/check_app_store_metadata.md +103 -0
  123. data/fastlane/lib/fastlane/actions/docs/create_app_online.md +386 -0
  124. data/fastlane/lib/fastlane/actions/docs/frame_screenshots.md +366 -0
  125. data/fastlane/lib/fastlane/actions/docs/get_certificates.md +86 -0
  126. data/fastlane/lib/fastlane/actions/docs/get_provisioning_profile.md +223 -0
  127. data/fastlane/lib/fastlane/actions/docs/get_push_certificate.md +134 -0
  128. data/fastlane/lib/fastlane/actions/docs/run_tests.md +151 -0
  129. data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +579 -0
  130. data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md.erb +748 -0
  131. data/fastlane/lib/fastlane/actions/docs/upload_to_play_store.md +204 -0
  132. data/fastlane/lib/fastlane/actions/docs/upload_to_testflight.md +260 -0
  133. data/fastlane/lib/fastlane/actions/dotgpg_environment.rb +57 -0
  134. data/fastlane/lib/fastlane/actions/download.rb +76 -0
  135. data/fastlane/lib/fastlane/actions/download_app_privacy_details_from_app_store.rb +142 -0
  136. data/fastlane/lib/fastlane/actions/download_dsyms.rb +357 -0
  137. data/fastlane/lib/fastlane/actions/download_from_play_store.rb +61 -0
  138. data/fastlane/lib/fastlane/actions/dsym_zip.rb +93 -0
  139. data/fastlane/lib/fastlane/actions/echo.rb +14 -0
  140. data/fastlane/lib/fastlane/actions/ensure_bundle_exec.rb +59 -0
  141. data/fastlane/lib/fastlane/actions/ensure_env_vars.rb +54 -0
  142. data/fastlane/lib/fastlane/actions/ensure_git_branch.rb +68 -0
  143. data/fastlane/lib/fastlane/actions/ensure_git_status_clean.rb +91 -0
  144. data/fastlane/lib/fastlane/actions/ensure_no_debug_code.rb +133 -0
  145. data/fastlane/lib/fastlane/actions/ensure_xcode_version.rb +124 -0
  146. data/fastlane/lib/fastlane/actions/environment_variable.rb +69 -0
  147. data/fastlane/lib/fastlane/actions/erb.rb +93 -0
  148. data/fastlane/lib/fastlane/actions/fastlane_version.rb +15 -0
  149. data/fastlane/lib/fastlane/actions/flock.rb +82 -0
  150. data/fastlane/lib/fastlane/actions/frame_screenshots.rb +64 -0
  151. data/fastlane/lib/fastlane/actions/frameit.rb +14 -0
  152. data/fastlane/lib/fastlane/actions/gcovr.rb +163 -0
  153. data/fastlane/lib/fastlane/actions/get_build_number.rb +106 -0
  154. data/fastlane/lib/fastlane/actions/get_build_number_repository.rb +120 -0
  155. data/fastlane/lib/fastlane/actions/get_certificates.rb +81 -0
  156. data/fastlane/lib/fastlane/actions/get_github_release.rb +176 -0
  157. data/fastlane/lib/fastlane/actions/get_info_plist_value.rb +78 -0
  158. data/fastlane/lib/fastlane/actions/get_ipa_info_plist_value.rb +81 -0
  159. data/fastlane/lib/fastlane/actions/get_managed_play_store_publishing_rights.rb +117 -0
  160. data/fastlane/lib/fastlane/actions/get_provisioning_profile.rb +109 -0
  161. data/fastlane/lib/fastlane/actions/get_push_certificate.rb +87 -0
  162. data/fastlane/lib/fastlane/actions/get_version_number.rb +207 -0
  163. data/fastlane/lib/fastlane/actions/git_add.rb +88 -0
  164. data/fastlane/lib/fastlane/actions/git_branch.rb +55 -0
  165. data/fastlane/lib/fastlane/actions/git_commit.rb +82 -0
  166. data/fastlane/lib/fastlane/actions/git_pull.rb +58 -0
  167. data/fastlane/lib/fastlane/actions/git_remote_branch.rb +57 -0
  168. data/fastlane/lib/fastlane/actions/git_submodule_update.rb +60 -0
  169. data/fastlane/lib/fastlane/actions/git_tag_exists.rb +78 -0
  170. data/fastlane/lib/fastlane/actions/github_api.rb +271 -0
  171. data/fastlane/lib/fastlane/actions/google_play_track_release_names.rb +74 -0
  172. data/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb +77 -0
  173. data/fastlane/lib/fastlane/actions/gradle.rb +321 -0
  174. data/fastlane/lib/fastlane/actions/gym.rb +10 -0
  175. data/fastlane/lib/fastlane/actions/hg_add_tag.rb +48 -0
  176. data/fastlane/lib/fastlane/actions/hg_commit_version_bump.rb +183 -0
  177. data/fastlane/lib/fastlane/actions/hg_ensure_clean_status.rb +53 -0
  178. data/fastlane/lib/fastlane/actions/hg_push.rb +64 -0
  179. data/fastlane/lib/fastlane/actions/hipchat.rb +200 -0
  180. data/fastlane/lib/fastlane/actions/hockey.rb +399 -0
  181. data/fastlane/lib/fastlane/actions/ifttt.rb +93 -0
  182. data/fastlane/lib/fastlane/actions/import.rb +49 -0
  183. data/fastlane/lib/fastlane/actions/import_certificate.rb +77 -0
  184. data/fastlane/lib/fastlane/actions/import_from_git.rb +81 -0
  185. data/fastlane/lib/fastlane/actions/increment_build_number.rb +123 -0
  186. data/fastlane/lib/fastlane/actions/increment_version_number.rb +180 -0
  187. data/fastlane/lib/fastlane/actions/install_on_device.rb +92 -0
  188. data/fastlane/lib/fastlane/actions/install_provisioning_profile.rb +62 -0
  189. data/fastlane/lib/fastlane/actions/install_xcode_plugin.rb +91 -0
  190. data/fastlane/lib/fastlane/actions/installr.rb +129 -0
  191. data/fastlane/lib/fastlane/actions/ipa.rb +246 -0
  192. data/fastlane/lib/fastlane/actions/is_ci.rb +51 -0
  193. data/fastlane/lib/fastlane/actions/jazzy.rb +59 -0
  194. data/fastlane/lib/fastlane/actions/jira.rb +162 -0
  195. data/fastlane/lib/fastlane/actions/lane_context.rb +60 -0
  196. data/fastlane/lib/fastlane/actions/last_git_commit.rb +58 -0
  197. data/fastlane/lib/fastlane/actions/last_git_tag.rb +60 -0
  198. data/fastlane/lib/fastlane/actions/latest_testflight_build_number.rb +155 -0
  199. data/fastlane/lib/fastlane/actions/lcov.rb +98 -0
  200. data/fastlane/lib/fastlane/actions/mailgun.rb +191 -0
  201. data/fastlane/lib/fastlane/actions/make_changelog_from_jenkins.rb +81 -0
  202. data/fastlane/lib/fastlane/actions/match.rb +14 -0
  203. data/fastlane/lib/fastlane/actions/match_nuke.rb +59 -0
  204. data/fastlane/lib/fastlane/actions/min_fastlane_version.rb +57 -0
  205. data/fastlane/lib/fastlane/actions/modify_services.rb +208 -0
  206. data/fastlane/lib/fastlane/actions/nexus_upload.rb +231 -0
  207. data/fastlane/lib/fastlane/actions/notarize.rb +237 -0
  208. data/fastlane/lib/fastlane/actions/notification.rb +75 -0
  209. data/fastlane/lib/fastlane/actions/notify.rb +40 -0
  210. data/fastlane/lib/fastlane/actions/number_of_commits.rb +75 -0
  211. data/fastlane/lib/fastlane/actions/oclint.rb +270 -0
  212. data/fastlane/lib/fastlane/actions/onesignal.rb +196 -0
  213. data/fastlane/lib/fastlane/actions/opt_out_crash_reporting.rb +33 -0
  214. data/fastlane/lib/fastlane/actions/opt_out_usage.rb +40 -0
  215. data/fastlane/lib/fastlane/actions/pem.rb +14 -0
  216. data/fastlane/lib/fastlane/actions/pilot.rb +14 -0
  217. data/fastlane/lib/fastlane/actions/pod_lib_lint.rb +189 -0
  218. data/fastlane/lib/fastlane/actions/pod_push.rb +180 -0
  219. data/fastlane/lib/fastlane/actions/podio_item.rb +210 -0
  220. data/fastlane/lib/fastlane/actions/precheck.rb +14 -0
  221. data/fastlane/lib/fastlane/actions/println.rb +14 -0
  222. data/fastlane/lib/fastlane/actions/produce.rb +14 -0
  223. data/fastlane/lib/fastlane/actions/prompt.rb +118 -0
  224. data/fastlane/lib/fastlane/actions/push_git_tags.rb +76 -0
  225. data/fastlane/lib/fastlane/actions/push_to_git_remote.rb +138 -0
  226. data/fastlane/lib/fastlane/actions/puts.rb +67 -0
  227. data/fastlane/lib/fastlane/actions/read_podspec.rb +90 -0
  228. data/fastlane/lib/fastlane/actions/recreate_schemes.rb +46 -0
  229. data/fastlane/lib/fastlane/actions/register_device.rb +148 -0
  230. data/fastlane/lib/fastlane/actions/register_devices.rb +211 -0
  231. data/fastlane/lib/fastlane/actions/reset_git_repo.rb +118 -0
  232. data/fastlane/lib/fastlane/actions/reset_simulator_contents.rb +90 -0
  233. data/fastlane/lib/fastlane/actions/resign.rb +125 -0
  234. data/fastlane/lib/fastlane/actions/restore_file.rb +44 -0
  235. data/fastlane/lib/fastlane/actions/rocket.rb +83 -0
  236. data/fastlane/lib/fastlane/actions/rsync.rb +71 -0
  237. data/fastlane/lib/fastlane/actions/ruby_version.rb +56 -0
  238. data/fastlane/lib/fastlane/actions/run_tests.rb +114 -0
  239. data/fastlane/lib/fastlane/actions/s3.rb +174 -0
  240. data/fastlane/lib/fastlane/actions/say.rb +55 -0
  241. data/fastlane/lib/fastlane/actions/scan.rb +14 -0
  242. data/fastlane/lib/fastlane/actions/scp.rb +108 -0
  243. data/fastlane/lib/fastlane/actions/screengrab.rb +14 -0
  244. data/fastlane/lib/fastlane/actions/set_build_number_repository.rb +76 -0
  245. data/fastlane/lib/fastlane/actions/set_changelog.rb +201 -0
  246. data/fastlane/lib/fastlane/actions/set_github_release.rb +281 -0
  247. data/fastlane/lib/fastlane/actions/set_info_plist_value.rb +92 -0
  248. data/fastlane/lib/fastlane/actions/set_pod_key.rb +77 -0
  249. data/fastlane/lib/fastlane/actions/setup_ci.rb +131 -0
  250. data/fastlane/lib/fastlane/actions/setup_circle_ci.rb +58 -0
  251. data/fastlane/lib/fastlane/actions/setup_jenkins.rb +197 -0
  252. data/fastlane/lib/fastlane/actions/setup_travis.rb +57 -0
  253. data/fastlane/lib/fastlane/actions/sh.rb +69 -0
  254. data/fastlane/lib/fastlane/actions/sigh.rb +14 -0
  255. data/fastlane/lib/fastlane/actions/skip_docs.rb +52 -0
  256. data/fastlane/lib/fastlane/actions/slack.rb +307 -0
  257. data/fastlane/lib/fastlane/actions/slather.rb +313 -0
  258. data/fastlane/lib/fastlane/actions/snapshot.rb +14 -0
  259. data/fastlane/lib/fastlane/actions/sonar.rb +170 -0
  260. data/fastlane/lib/fastlane/actions/sourcedocs.rb +128 -0
  261. data/fastlane/lib/fastlane/actions/spaceship_logs.rb +135 -0
  262. data/fastlane/lib/fastlane/actions/spaceship_stats.rb +73 -0
  263. data/fastlane/lib/fastlane/actions/splunkmint.rb +156 -0
  264. data/fastlane/lib/fastlane/actions/spm.rb +144 -0
  265. data/fastlane/lib/fastlane/actions/ssh.rb +157 -0
  266. data/fastlane/lib/fastlane/actions/supply.rb +14 -0
  267. data/fastlane/lib/fastlane/actions/swiftlint.rb +242 -0
  268. data/fastlane/lib/fastlane/actions/sync_code_signing.rb +114 -0
  269. data/fastlane/lib/fastlane/actions/team_id.rb +42 -0
  270. data/fastlane/lib/fastlane/actions/team_name.rb +42 -0
  271. data/fastlane/lib/fastlane/actions/testfairy.rb +284 -0
  272. data/fastlane/lib/fastlane/actions/testflight.rb +14 -0
  273. data/fastlane/lib/fastlane/actions/tryouts.rb +148 -0
  274. data/fastlane/lib/fastlane/actions/twitter.rb +84 -0
  275. data/fastlane/lib/fastlane/actions/typetalk.rb +93 -0
  276. data/fastlane/lib/fastlane/actions/unlock_keychain.rb +132 -0
  277. data/fastlane/lib/fastlane/actions/update_app_group_identifiers.rb +88 -0
  278. data/fastlane/lib/fastlane/actions/update_app_identifier.rb +124 -0
  279. data/fastlane/lib/fastlane/actions/update_code_signing_settings.rb +196 -0
  280. data/fastlane/lib/fastlane/actions/update_fastlane.rb +158 -0
  281. data/fastlane/lib/fastlane/actions/update_icloud_container_identifiers.rb +96 -0
  282. data/fastlane/lib/fastlane/actions/update_info_plist.rb +143 -0
  283. data/fastlane/lib/fastlane/actions/update_keychain_access_groups.rb +91 -0
  284. data/fastlane/lib/fastlane/actions/update_plist.rb +115 -0
  285. data/fastlane/lib/fastlane/actions/update_project_code_signing.rb +76 -0
  286. data/fastlane/lib/fastlane/actions/update_project_provisioning.rb +172 -0
  287. data/fastlane/lib/fastlane/actions/update_project_team.rb +95 -0
  288. data/fastlane/lib/fastlane/actions/update_urban_airship_configuration.rb +90 -0
  289. data/fastlane/lib/fastlane/actions/update_url_schemes.rb +112 -0
  290. data/fastlane/lib/fastlane/actions/upload_app_privacy_details_to_app_store.rb +290 -0
  291. data/fastlane/lib/fastlane/actions/upload_symbols_to_crashlytics.rb +232 -0
  292. data/fastlane/lib/fastlane/actions/upload_symbols_to_sentry.rb +158 -0
  293. data/fastlane/lib/fastlane/actions/upload_to_app_store.rb +71 -0
  294. data/fastlane/lib/fastlane/actions/upload_to_play_store.rb +80 -0
  295. data/fastlane/lib/fastlane/actions/upload_to_play_store_internal_app_sharing.rb +78 -0
  296. data/fastlane/lib/fastlane/actions/upload_to_testflight.rb +124 -0
  297. data/fastlane/lib/fastlane/actions/validate_play_store_json_key.rb +100 -0
  298. data/fastlane/lib/fastlane/actions/verify_build.rb +199 -0
  299. data/fastlane/lib/fastlane/actions/verify_pod_keys.rb +67 -0
  300. data/fastlane/lib/fastlane/actions/verify_xcode.rb +159 -0
  301. data/fastlane/lib/fastlane/actions/version_bump_podspec.rb +105 -0
  302. data/fastlane/lib/fastlane/actions/version_get_podspec.rb +70 -0
  303. data/fastlane/lib/fastlane/actions/xcode_install.rb +108 -0
  304. data/fastlane/lib/fastlane/actions/xcode_select.rb +68 -0
  305. data/fastlane/lib/fastlane/actions/xcode_server_get_assets.rb +312 -0
  306. data/fastlane/lib/fastlane/actions/xcodebuild.rb +641 -0
  307. data/fastlane/lib/fastlane/actions/xcov.rb +66 -0
  308. data/fastlane/lib/fastlane/actions/xctool.rb +55 -0
  309. data/fastlane/lib/fastlane/actions/xcversion.rb +55 -0
  310. data/fastlane/lib/fastlane/actions/zip.rb +120 -0
  311. data/fastlane/lib/fastlane/auto_complete.rb +82 -0
  312. data/fastlane/lib/fastlane/boolean.rb +5 -0
  313. data/fastlane/lib/fastlane/cli_tools_distributor.rb +210 -0
  314. data/fastlane/lib/fastlane/command_line_handler.rb +49 -0
  315. data/fastlane/lib/fastlane/commands_generator.rb +370 -0
  316. data/fastlane/lib/fastlane/configuration_helper.rb +26 -0
  317. data/fastlane/lib/fastlane/core_ext/bundler_monkey_patch.rb +14 -0
  318. data/fastlane/lib/fastlane/documentation/actions_list.rb +214 -0
  319. data/fastlane/lib/fastlane/documentation/docs_generator.rb +89 -0
  320. data/fastlane/lib/fastlane/documentation/markdown_docs_generator.rb +228 -0
  321. data/fastlane/lib/fastlane/environment_printer.rb +304 -0
  322. data/fastlane/lib/fastlane/erb_template_helper.rb +36 -0
  323. data/fastlane/lib/fastlane/fast_file.rb +451 -0
  324. data/fastlane/lib/fastlane/fastlane_require.rb +81 -0
  325. data/fastlane/lib/fastlane/features.rb +4 -0
  326. data/fastlane/lib/fastlane/helper/README.md +29 -0
  327. data/fastlane/lib/fastlane/helper/adb_helper.rb +66 -0
  328. data/fastlane/lib/fastlane/helper/crashlytics_helper.rb +157 -0
  329. data/fastlane/lib/fastlane/helper/dotenv_helper.rb +50 -0
  330. data/fastlane/lib/fastlane/helper/gem_helper.rb +26 -0
  331. data/fastlane/lib/fastlane/helper/git_helper.rb +166 -0
  332. data/fastlane/lib/fastlane/helper/gradle_helper.rb +62 -0
  333. data/fastlane/lib/fastlane/helper/lane_helper.rb +13 -0
  334. data/fastlane/lib/fastlane/helper/podspec_helper.rb +75 -0
  335. data/fastlane/lib/fastlane/helper/s3_client_helper.rb +78 -0
  336. data/fastlane/lib/fastlane/helper/sh_helper.rb +134 -0
  337. data/fastlane/lib/fastlane/helper/xcodeproj_helper.rb +12 -0
  338. data/fastlane/lib/fastlane/helper/xcversion_helper.rb +25 -0
  339. data/fastlane/lib/fastlane/junit_generator.rb +27 -0
  340. data/fastlane/lib/fastlane/lane.rb +97 -0
  341. data/fastlane/lib/fastlane/lane_list.rb +137 -0
  342. data/fastlane/lib/fastlane/lane_manager.rb +131 -0
  343. data/fastlane/lib/fastlane/lane_manager_base.rb +92 -0
  344. data/fastlane/lib/fastlane/markdown_table_formatter.rb +62 -0
  345. data/fastlane/lib/fastlane/new_action.rb +47 -0
  346. data/fastlane/lib/fastlane/notification/slack.rb +56 -0
  347. data/fastlane/lib/fastlane/one_off.rb +45 -0
  348. data/fastlane/lib/fastlane/other_action.rb +29 -0
  349. data/fastlane/lib/fastlane/plugins/plugin_fetcher.rb +54 -0
  350. data/fastlane/lib/fastlane/plugins/plugin_generator.rb +86 -0
  351. data/fastlane/lib/fastlane/plugins/plugin_generator_ui.rb +19 -0
  352. data/fastlane/lib/fastlane/plugins/plugin_info.rb +49 -0
  353. data/fastlane/lib/fastlane/plugins/plugin_info_collector.rb +158 -0
  354. data/fastlane/lib/fastlane/plugins/plugin_manager.rb +398 -0
  355. data/fastlane/lib/fastlane/plugins/plugin_search.rb +46 -0
  356. data/fastlane/lib/fastlane/plugins/plugin_update_manager.rb +70 -0
  357. data/fastlane/lib/fastlane/plugins/plugins.rb +12 -0
  358. data/fastlane/lib/fastlane/plugins/template/%gem_name%.gemspec.erb +36 -0
  359. data/fastlane/lib/fastlane/plugins/template/.circleci/config.yml +43 -0
  360. data/fastlane/lib/fastlane/plugins/template/.github/workflows/test.yml +29 -0
  361. data/fastlane/lib/fastlane/plugins/template/.gitignore +12 -0
  362. data/fastlane/lib/fastlane/plugins/template/.rspec +5 -0
  363. data/fastlane/lib/fastlane/plugins/template/.rubocop.yml +184 -0
  364. data/fastlane/lib/fastlane/plugins/template/.travis.yml +4 -0
  365. data/fastlane/lib/fastlane/plugins/template/Gemfile +6 -0
  366. data/fastlane/lib/fastlane/plugins/template/LICENSE.erb +21 -0
  367. data/fastlane/lib/fastlane/plugins/template/README.md.erb +52 -0
  368. data/fastlane/lib/fastlane/plugins/template/Rakefile +9 -0
  369. data/fastlane/lib/fastlane/plugins/template/fastlane/Fastfile.erb +3 -0
  370. data/fastlane/lib/fastlane/plugins/template/fastlane/Pluginfile.erb +1 -0
  371. data/fastlane/lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%.rb.erb +16 -0
  372. data/fastlane/lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%/actions/%plugin_name%_action.rb.erb +47 -0
  373. data/fastlane/lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%/helper/%plugin_name%_helper.rb.erb +16 -0
  374. data/fastlane/lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%/version.rb.erb +5 -0
  375. data/fastlane/lib/fastlane/plugins/template/spec/%plugin_name%_action_spec.rb.erb +9 -0
  376. data/fastlane/lib/fastlane/plugins/template/spec/spec_helper.rb.erb +15 -0
  377. data/fastlane/lib/fastlane/runner.rb +378 -0
  378. data/fastlane/lib/fastlane/server/action_command.rb +61 -0
  379. data/fastlane/lib/fastlane/server/action_command_return.rb +14 -0
  380. data/fastlane/lib/fastlane/server/command_executor.rb +7 -0
  381. data/fastlane/lib/fastlane/server/command_parser.rb +44 -0
  382. data/fastlane/lib/fastlane/server/control_command.rb +23 -0
  383. data/fastlane/lib/fastlane/server/json_return_value_processor.rb +72 -0
  384. data/fastlane/lib/fastlane/server/socket_server.rb +238 -0
  385. data/fastlane/lib/fastlane/server/socket_server_action_command_executor.rb +101 -0
  386. data/fastlane/lib/fastlane/setup/setup.rb +368 -0
  387. data/fastlane/lib/fastlane/setup/setup_android.rb +97 -0
  388. data/fastlane/lib/fastlane/setup/setup_ios.rb +504 -0
  389. data/fastlane/lib/fastlane/shells.rb +6 -0
  390. data/fastlane/lib/fastlane/supported_platforms.rb +28 -0
  391. data/fastlane/lib/fastlane/swift_fastlane_api_generator.rb +480 -0
  392. data/fastlane/lib/fastlane/swift_fastlane_function.rb +447 -0
  393. data/fastlane/lib/fastlane/swift_lane_manager.rb +296 -0
  394. data/fastlane/lib/fastlane/swift_runner_upgrader.rb +212 -0
  395. data/fastlane/lib/fastlane/tools.rb +33 -0
  396. data/fastlane/lib/fastlane/version.rb +6 -0
  397. data/fastlane/swift/Actions.swift +16 -0
  398. data/fastlane/swift/Appfile.swift +15 -0
  399. data/fastlane/swift/ArgumentProcessor.swift +89 -0
  400. data/fastlane/swift/ControlCommand.swift +74 -0
  401. data/fastlane/swift/Deliverfile.swift +20 -0
  402. data/fastlane/swift/DeliverfileProtocol.swift +259 -0
  403. data/fastlane/swift/Fastfile.swift +16 -0
  404. data/fastlane/swift/Fastlane.swift +13154 -0
  405. data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj +438 -0
  406. data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  407. data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  408. data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme +97 -0
  409. data/fastlane/swift/FastlaneSwiftRunner/README.txt +10 -0
  410. data/fastlane/swift/Gymfile.swift +20 -0
  411. data/fastlane/swift/GymfileProtocol.swift +199 -0
  412. data/fastlane/swift/LaneFileProtocol.swift +155 -0
  413. data/fastlane/swift/MainProcess.swift +79 -0
  414. data/fastlane/swift/Matchfile.swift +20 -0
  415. data/fastlane/swift/MatchfileProtocol.swift +187 -0
  416. data/fastlane/swift/OptionalConfigValue.swift +101 -0
  417. data/fastlane/swift/Plugins.swift +16 -0
  418. data/fastlane/swift/Precheckfile.swift +20 -0
  419. data/fastlane/swift/PrecheckfileProtocol.swift +55 -0
  420. data/fastlane/swift/RubyCommand.swift +157 -0
  421. data/fastlane/swift/RubyCommandable.swift +43 -0
  422. data/fastlane/swift/Runner.swift +275 -0
  423. data/fastlane/swift/RunnerArgument.swift +20 -0
  424. data/fastlane/swift/Scanfile.swift +20 -0
  425. data/fastlane/swift/ScanfileProtocol.swift +295 -0
  426. data/fastlane/swift/Screengrabfile.swift +20 -0
  427. data/fastlane/swift/ScreengrabfileProtocol.swift +99 -0
  428. data/fastlane/swift/Snapshotfile.swift +20 -0
  429. data/fastlane/swift/SnapshotfileProtocol.swift +203 -0
  430. data/fastlane/swift/SocketClient.swift +328 -0
  431. data/fastlane/swift/SocketClientDelegateProtocol.swift +21 -0
  432. data/fastlane/swift/SocketResponse.swift +84 -0
  433. data/fastlane/swift/formatting/Brewfile +1 -0
  434. data/fastlane/swift/formatting/Brewfile.lock.json +55 -0
  435. data/fastlane/swift/formatting/Rakefile +18 -0
  436. data/fastlane/swift/main.swift +47 -0
  437. data/fastlane/swift/upgrade_manifest.json +1 -0
  438. data/fastlane_core/README.md +79 -0
  439. data/fastlane_core/lib/assets/XMLTemplate.xml.erb +12 -0
  440. data/fastlane_core/lib/fastlane_core.rb +48 -0
  441. data/fastlane_core/lib/fastlane_core/analytics/action_completion_context.rb +34 -0
  442. data/fastlane_core/lib/fastlane_core/analytics/action_launch_context.rb +38 -0
  443. data/fastlane_core/lib/fastlane_core/analytics/analytics_event_builder.rb +23 -0
  444. data/fastlane_core/lib/fastlane_core/analytics/analytics_ingester_client.rb +54 -0
  445. data/fastlane_core/lib/fastlane_core/analytics/analytics_session.rb +70 -0
  446. data/fastlane_core/lib/fastlane_core/analytics/app_identifier_guesser.rb +64 -0
  447. data/fastlane_core/lib/fastlane_core/android_package_name_guesser.rb +79 -0
  448. data/fastlane_core/lib/fastlane_core/build_watcher.rb +173 -0
  449. data/fastlane_core/lib/fastlane_core/cert_checker.rb +149 -0
  450. data/fastlane_core/lib/fastlane_core/clipboard.rb +20 -0
  451. data/fastlane_core/lib/fastlane_core/command_executor.rb +94 -0
  452. data/fastlane_core/lib/fastlane_core/configuration/commander_generator.rb +108 -0
  453. data/fastlane_core/lib/fastlane_core/configuration/config_item.rb +359 -0
  454. data/fastlane_core/lib/fastlane_core/configuration/configuration.rb +338 -0
  455. data/fastlane_core/lib/fastlane_core/configuration/configuration_file.rb +182 -0
  456. data/fastlane_core/lib/fastlane_core/core_ext/cfpropertylist.rb +23 -0
  457. data/fastlane_core/lib/fastlane_core/core_ext/shellwords.rb +63 -0
  458. data/fastlane_core/lib/fastlane_core/core_ext/string.rb +17 -0
  459. data/fastlane_core/lib/fastlane_core/device_manager.rb +374 -0
  460. data/fastlane_core/lib/fastlane_core/env.rb +9 -0
  461. data/fastlane_core/lib/fastlane_core/fastlane_folder.rb +72 -0
  462. data/fastlane_core/lib/fastlane_core/fastlane_pty.rb +57 -0
  463. data/fastlane_core/lib/fastlane_core/feature/feature.rb +51 -0
  464. data/fastlane_core/lib/fastlane_core/features.rb +4 -0
  465. data/fastlane_core/lib/fastlane_core/globals.rb +27 -0
  466. data/fastlane_core/lib/fastlane_core/helper.rb +501 -0
  467. data/fastlane_core/lib/fastlane_core/ios_app_identifier_guesser.rb +112 -0
  468. data/fastlane_core/lib/fastlane_core/ipa_file_analyser.rb +88 -0
  469. data/fastlane_core/lib/fastlane_core/ipa_upload_package_builder.rb +53 -0
  470. data/fastlane_core/lib/fastlane_core/itunes_transporter.rb +600 -0
  471. data/fastlane_core/lib/fastlane_core/keychain_importer.rb +120 -0
  472. data/fastlane_core/lib/fastlane_core/languages.rb +16 -0
  473. data/fastlane_core/lib/fastlane_core/module.rb +31 -0
  474. data/fastlane_core/lib/fastlane_core/pkg_file_analyser.rb +51 -0
  475. data/fastlane_core/lib/fastlane_core/pkg_upload_package_builder.rb +49 -0
  476. data/fastlane_core/lib/fastlane_core/print_table.rb +133 -0
  477. data/fastlane_core/lib/fastlane_core/project.rb +529 -0
  478. data/fastlane_core/lib/fastlane_core/provisioning_profile.rb +126 -0
  479. data/fastlane_core/lib/fastlane_core/queue_worker.rb +49 -0
  480. data/fastlane_core/lib/fastlane_core/string_filters.rb +51 -0
  481. data/fastlane_core/lib/fastlane_core/swag.rb +85 -0
  482. data/fastlane_core/lib/fastlane_core/tag_version.rb +31 -0
  483. data/fastlane_core/lib/fastlane_core/test_parser.rb +107 -0
  484. data/fastlane_core/lib/fastlane_core/ui/disable_colors.rb +25 -0
  485. data/fastlane_core/lib/fastlane_core/ui/errors.rb +1 -0
  486. data/fastlane_core/lib/fastlane_core/ui/errors/fastlane_common_error.rb +19 -0
  487. data/fastlane_core/lib/fastlane_core/ui/errors/fastlane_crash.rb +11 -0
  488. data/fastlane_core/lib/fastlane_core/ui/errors/fastlane_error.rb +25 -0
  489. data/fastlane_core/lib/fastlane_core/ui/errors/fastlane_exception.rb +19 -0
  490. data/fastlane_core/lib/fastlane_core/ui/errors/fastlane_shell_error.rb +11 -0
  491. data/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb +294 -0
  492. data/fastlane_core/lib/fastlane_core/ui/github_issue_inspector_reporter.rb +62 -0
  493. data/fastlane_core/lib/fastlane_core/ui/help.erb +35 -0
  494. data/fastlane_core/lib/fastlane_core/ui/help_formatter.rb +16 -0
  495. data/fastlane_core/lib/fastlane_core/ui/implementations/shell.rb +173 -0
  496. data/fastlane_core/lib/fastlane_core/ui/interface.rb +205 -0
  497. data/fastlane_core/lib/fastlane_core/ui/ui.rb +26 -0
  498. data/fastlane_core/lib/fastlane_core/update_checker/changelog.rb +37 -0
  499. data/fastlane_core/lib/fastlane_core/update_checker/update_checker.rb +109 -0
  500. data/frameit/README.md +17 -0
  501. data/frameit/lib/assets/empty.png +0 -0
  502. data/frameit/lib/frameit.rb +13 -0
  503. data/frameit/lib/frameit/commands_generator.rb +141 -0
  504. data/frameit/lib/frameit/config_parser.rb +136 -0
  505. data/frameit/lib/frameit/dependency_checker.rb +22 -0
  506. data/frameit/lib/frameit/device.rb +90 -0
  507. data/frameit/lib/frameit/device_types.rb +150 -0
  508. data/frameit/lib/frameit/editor.rb +560 -0
  509. data/frameit/lib/frameit/frame_downloader.rb +86 -0
  510. data/frameit/lib/frameit/mac_editor.rb +35 -0
  511. data/frameit/lib/frameit/module.rb +42 -0
  512. data/frameit/lib/frameit/offsets.rb +28 -0
  513. data/frameit/lib/frameit/options.rb +112 -0
  514. data/frameit/lib/frameit/runner.rb +97 -0
  515. data/frameit/lib/frameit/screenshot.rb +134 -0
  516. data/frameit/lib/frameit/strings_parser.rb +46 -0
  517. data/frameit/lib/frameit/template_finder.rb +45 -0
  518. data/frameit/lib/frameit/trim_box.rb +35 -0
  519. data/gym/README.md +17 -0
  520. data/gym/lib/assets/GymfileTemplate +13 -0
  521. data/gym/lib/assets/GymfileTemplate.swift +13 -0
  522. data/gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh +61 -0
  523. data/gym/lib/gym.rb +9 -0
  524. data/gym/lib/gym/code_signing_mapping.rb +210 -0
  525. data/gym/lib/gym/commands_generator.rb +79 -0
  526. data/gym/lib/gym/detect_values.rb +206 -0
  527. data/gym/lib/gym/error_handler.rb +314 -0
  528. data/gym/lib/gym/generators/README.md +1 -0
  529. data/gym/lib/gym/generators/build_command_generator.rb +150 -0
  530. data/gym/lib/gym/generators/package_command_generator.rb +72 -0
  531. data/gym/lib/gym/generators/package_command_generator_xcode7.rb +238 -0
  532. data/gym/lib/gym/manager.rb +22 -0
  533. data/gym/lib/gym/module.rb +74 -0
  534. data/gym/lib/gym/options.rb +302 -0
  535. data/gym/lib/gym/runner.rb +376 -0
  536. data/gym/lib/gym/xcode.rb +27 -0
  537. data/gym/lib/gym/xcodebuild_fixes/README.md +9 -0
  538. data/gym/lib/gym/xcodebuild_fixes/generic_archive_fix.rb +35 -0
  539. data/match/README.md +17 -0
  540. data/match/lib/assets/MatchfileTemplate +11 -0
  541. data/match/lib/assets/MatchfileTemplate.swift +9 -0
  542. data/match/lib/assets/READMETemplate.md +59 -0
  543. data/match/lib/match.rb +14 -0
  544. data/match/lib/match/change_password.rb +53 -0
  545. data/match/lib/match/commands_generator.rb +191 -0
  546. data/match/lib/match/encryption.rb +49 -0
  547. data/match/lib/match/encryption/interface.rb +17 -0
  548. data/match/lib/match/encryption/openssl.rb +163 -0
  549. data/match/lib/match/generator.rb +122 -0
  550. data/match/lib/match/importer.rb +156 -0
  551. data/match/lib/match/migrate.rb +108 -0
  552. data/match/lib/match/module.rb +33 -0
  553. data/match/lib/match/nuke.rb +354 -0
  554. data/match/lib/match/options.rb +316 -0
  555. data/match/lib/match/runner.rb +368 -0
  556. data/match/lib/match/setup.rb +40 -0
  557. data/match/lib/match/spaceship_ensure.rb +100 -0
  558. data/match/lib/match/storage.rb +46 -0
  559. data/match/lib/match/storage/git_storage.rb +254 -0
  560. data/match/lib/match/storage/google_cloud_storage.rb +382 -0
  561. data/match/lib/match/storage/interface.rb +119 -0
  562. data/match/lib/match/storage/s3_storage.rb +205 -0
  563. data/match/lib/match/table_printer.rb +51 -0
  564. data/match/lib/match/utils.rb +75 -0
  565. data/pem/README.md +17 -0
  566. data/pem/lib/pem.rb +4 -0
  567. data/pem/lib/pem/commands_generator.rb +48 -0
  568. data/pem/lib/pem/manager.rb +112 -0
  569. data/pem/lib/pem/module.rb +19 -0
  570. data/pem/lib/pem/options.rb +103 -0
  571. data/pilot/README.md +17 -0
  572. data/pilot/lib/pilot.rb +8 -0
  573. data/pilot/lib/pilot/build_manager.rb +572 -0
  574. data/pilot/lib/pilot/commands_generator.rb +175 -0
  575. data/pilot/lib/pilot/manager.rb +93 -0
  576. data/pilot/lib/pilot/module.rb +11 -0
  577. data/pilot/lib/pilot/options.rb +312 -0
  578. data/pilot/lib/pilot/tester_exporter.rb +57 -0
  579. data/pilot/lib/pilot/tester_importer.rb +53 -0
  580. data/pilot/lib/pilot/tester_manager.rb +167 -0
  581. data/precheck/README.md +17 -0
  582. data/precheck/lib/assets/PrecheckfileTemplate +27 -0
  583. data/precheck/lib/assets/PrecheckfileTemplate.swift +19 -0
  584. data/precheck/lib/precheck.rb +3 -0
  585. data/precheck/lib/precheck/commands_generator.rb +75 -0
  586. data/precheck/lib/precheck/item_to_check.rb +58 -0
  587. data/precheck/lib/precheck/module.rb +21 -0
  588. data/precheck/lib/precheck/options.rb +110 -0
  589. data/precheck/lib/precheck/rule.rb +171 -0
  590. data/precheck/lib/precheck/rule_check_result.rb +19 -0
  591. data/precheck/lib/precheck/rule_processor.rb +265 -0
  592. data/precheck/lib/precheck/rules/abstract_text_match_rule.rb +80 -0
  593. data/precheck/lib/precheck/rules/all.rb +1 -0
  594. data/precheck/lib/precheck/rules/copyright_date_rule.rb +37 -0
  595. data/precheck/lib/precheck/rules/curse_words_rule.rb +62 -0
  596. data/precheck/lib/precheck/rules/custom_text_rule.rb +35 -0
  597. data/precheck/lib/precheck/rules/free_stuff_iap_rule.rb +31 -0
  598. data/precheck/lib/precheck/rules/future_functionality_rule.rb +33 -0
  599. data/precheck/lib/precheck/rules/negative_apple_sentiment_rule.rb +37 -0
  600. data/precheck/lib/precheck/rules/other_platforms_rule.rb +43 -0
  601. data/precheck/lib/precheck/rules/placeholder_words_rule.rb +31 -0
  602. data/precheck/lib/precheck/rules/rules_data/curse_word_hashes/en_us.txt +349 -0
  603. data/precheck/lib/precheck/rules/test_words_rule.rb +30 -0
  604. data/precheck/lib/precheck/rules/unreachable_urls_rule.rb +47 -0
  605. data/precheck/lib/precheck/runner.rb +202 -0
  606. data/produce/README.md +17 -0
  607. data/produce/lib/produce.rb +6 -0
  608. data/produce/lib/produce/available_default_languages.rb +51 -0
  609. data/produce/lib/produce/cloud_container.rb +82 -0
  610. data/produce/lib/produce/commands_generator.rb +309 -0
  611. data/produce/lib/produce/developer_center.rb +181 -0
  612. data/produce/lib/produce/group.rb +90 -0
  613. data/produce/lib/produce/itunes_connect.rb +139 -0
  614. data/produce/lib/produce/manager.rb +15 -0
  615. data/produce/lib/produce/merchant.rb +121 -0
  616. data/produce/lib/produce/module.rb +14 -0
  617. data/produce/lib/produce/options.rb +184 -0
  618. data/produce/lib/produce/service.rb +410 -0
  619. data/scan/README.md +17 -0
  620. data/scan/lib/assets/ScanfileTemplate +16 -0
  621. data/scan/lib/assets/ScanfileTemplate.swift +13 -0
  622. data/scan/lib/scan.rb +10 -0
  623. data/scan/lib/scan/commands_generator.rb +79 -0
  624. data/scan/lib/scan/detect_values.rb +229 -0
  625. data/scan/lib/scan/error_handler.rb +57 -0
  626. data/scan/lib/scan/manager.rb +38 -0
  627. data/scan/lib/scan/module.rb +36 -0
  628. data/scan/lib/scan/options.rb +490 -0
  629. data/scan/lib/scan/runner.rb +282 -0
  630. data/scan/lib/scan/slack_poster.rb +63 -0
  631. data/scan/lib/scan/test_command_generator.rb +179 -0
  632. data/scan/lib/scan/test_result_parser.rb +33 -0
  633. data/scan/lib/scan/xcpretty_reporter_options_generator.rb +85 -0
  634. data/screengrab/README.md +17 -0
  635. data/screengrab/lib/assets/ScreengrabfileTemplate +15 -0
  636. data/screengrab/lib/assets/ScreengrabfileTemplate.swift +15 -0
  637. data/screengrab/lib/screengrab.rb +7 -0
  638. data/screengrab/lib/screengrab/android_environment.rb +43 -0
  639. data/screengrab/lib/screengrab/commands_generator.rb +71 -0
  640. data/screengrab/lib/screengrab/dependency_checker.rb +38 -0
  641. data/screengrab/lib/screengrab/detect_values.rb +16 -0
  642. data/screengrab/lib/screengrab/module.rb +26 -0
  643. data/screengrab/lib/screengrab/options.rb +151 -0
  644. data/screengrab/lib/screengrab/page.html.erb +190 -0
  645. data/screengrab/lib/screengrab/reports_generator.rb +36 -0
  646. data/screengrab/lib/screengrab/runner.rb +452 -0
  647. data/screengrab/lib/screengrab/setup.rb +24 -0
  648. data/sigh/README.md +17 -0
  649. data/sigh/lib/assets/resign.sh +929 -0
  650. data/sigh/lib/sigh.rb +4 -0
  651. data/sigh/lib/sigh/commands_generator.rb +155 -0
  652. data/sigh/lib/sigh/download_all.rb +108 -0
  653. data/sigh/lib/sigh/local_manage.rb +145 -0
  654. data/sigh/lib/sigh/manager.rb +47 -0
  655. data/sigh/lib/sigh/module.rb +42 -0
  656. data/sigh/lib/sigh/options.rb +188 -0
  657. data/sigh/lib/sigh/repair.rb +34 -0
  658. data/sigh/lib/sigh/resign.rb +220 -0
  659. data/sigh/lib/sigh/runner.rb +402 -0
  660. data/snapshot/README.md +17 -0
  661. data/snapshot/lib/assets/SnapfileTemplate +38 -0
  662. data/snapshot/lib/assets/SnapfileTemplate.swift +42 -0
  663. data/snapshot/lib/assets/SnapshotHelper.swift +309 -0
  664. data/snapshot/lib/assets/SnapshotHelperXcode8.swift +172 -0
  665. data/snapshot/lib/snapshot.rb +19 -0
  666. data/snapshot/lib/snapshot/collector.rb +140 -0
  667. data/snapshot/lib/snapshot/commands_generator.rb +117 -0
  668. data/snapshot/lib/snapshot/dependency_checker.rb +69 -0
  669. data/snapshot/lib/snapshot/detect_values.rb +86 -0
  670. data/snapshot/lib/snapshot/error_handler.rb +24 -0
  671. data/snapshot/lib/snapshot/fixes/README.md +5 -0
  672. data/snapshot/lib/snapshot/fixes/hardware_keyboard_fix.rb +27 -0
  673. data/snapshot/lib/snapshot/fixes/simulator_shared_pasteboard.rb +16 -0
  674. data/snapshot/lib/snapshot/fixes/simulator_zoom_fix.rb +27 -0
  675. data/snapshot/lib/snapshot/latest_os_version.rb +34 -0
  676. data/snapshot/lib/snapshot/module.rb +44 -0
  677. data/snapshot/lib/snapshot/options.rb +310 -0
  678. data/snapshot/lib/snapshot/page.html.erb +285 -0
  679. data/snapshot/lib/snapshot/reports_generator.rb +145 -0
  680. data/snapshot/lib/snapshot/reset_simulators.rb +122 -0
  681. data/snapshot/lib/snapshot/runner.rb +146 -0
  682. data/snapshot/lib/snapshot/screenshot_flatten.rb +20 -0
  683. data/snapshot/lib/snapshot/screenshot_rotate.rb +36 -0
  684. data/snapshot/lib/snapshot/setup.rb +58 -0
  685. data/snapshot/lib/snapshot/simulator_launchers/launcher_configuration.rb +64 -0
  686. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher.rb +219 -0
  687. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +205 -0
  688. data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_xcode_8.rb +113 -0
  689. data/snapshot/lib/snapshot/test_command_generator.rb +122 -0
  690. data/snapshot/lib/snapshot/test_command_generator_base.rb +130 -0
  691. data/snapshot/lib/snapshot/test_command_generator_xcode_8.rb +70 -0
  692. data/snapshot/lib/snapshot/update.rb +38 -0
  693. data/spaceship/README.md +173 -0
  694. data/spaceship/lib/assets/displayFamilies.json +181 -0
  695. data/spaceship/lib/assets/languageMapping.json +306 -0
  696. data/spaceship/lib/assets/languageMappingReadable.json +30 -0
  697. data/spaceship/lib/spaceship.rb +30 -0
  698. data/spaceship/lib/spaceship/base.rb +310 -0
  699. data/spaceship/lib/spaceship/client.rb +941 -0
  700. data/spaceship/lib/spaceship/commands_generator.rb +55 -0
  701. data/spaceship/lib/spaceship/connect_api.rb +122 -0
  702. data/spaceship/lib/spaceship/connect_api/api_client.rb +337 -0
  703. data/spaceship/lib/spaceship/connect_api/client.rb +216 -0
  704. data/spaceship/lib/spaceship/connect_api/file_uploader.rb +99 -0
  705. data/spaceship/lib/spaceship/connect_api/model.rb +172 -0
  706. data/spaceship/lib/spaceship/connect_api/models/age_rating_declaration.rb +147 -0
  707. data/spaceship/lib/spaceship/connect_api/models/app.rb +428 -0
  708. data/spaceship/lib/spaceship/connect_api/models/app_category.rb +94 -0
  709. data/spaceship/lib/spaceship/connect_api/models/app_data_usage.rb +59 -0
  710. data/spaceship/lib/spaceship/connect_api/models/app_data_usage_category.rb +65 -0
  711. data/spaceship/lib/spaceship/connect_api/models/app_data_usage_data_protection.rb +27 -0
  712. data/spaceship/lib/spaceship/connect_api/models/app_data_usage_grouping.rb +18 -0
  713. data/spaceship/lib/spaceship/connect_api/models/app_data_usage_purposes.rb +37 -0
  714. data/spaceship/lib/spaceship/connect_api/models/app_data_usages_publish_state.rb +36 -0
  715. data/spaceship/lib/spaceship/connect_api/models/app_info.rb +111 -0
  716. data/spaceship/lib/spaceship/connect_api/models/app_info_localization.rb +43 -0
  717. data/spaceship/lib/spaceship/connect_api/models/app_preview.rb +135 -0
  718. data/spaceship/lib/spaceship/connect_api/models/app_preview_set.rb +109 -0
  719. data/spaceship/lib/spaceship/connect_api/models/app_price.rb +22 -0
  720. data/spaceship/lib/spaceship/connect_api/models/app_price_point.rb +26 -0
  721. data/spaceship/lib/spaceship/connect_api/models/app_price_tier.rb +12 -0
  722. data/spaceship/lib/spaceship/connect_api/models/app_screenshot.rb +189 -0
  723. data/spaceship/lib/spaceship/connect_api/models/app_screenshot_set.rb +162 -0
  724. data/spaceship/lib/spaceship/connect_api/models/app_store_review_attachment.rb +73 -0
  725. data/spaceship/lib/spaceship/connect_api/models/app_store_review_detail.rb +53 -0
  726. data/spaceship/lib/spaceship/connect_api/models/app_store_version.rb +241 -0
  727. data/spaceship/lib/spaceship/connect_api/models/app_store_version_localization.rb +98 -0
  728. data/spaceship/lib/spaceship/connect_api/models/app_store_version_phased_release.rb +57 -0
  729. data/spaceship/lib/spaceship/connect_api/models/app_store_version_release_request.rb +12 -0
  730. data/spaceship/lib/spaceship/connect_api/models/app_store_version_submission.rb +27 -0
  731. data/spaceship/lib/spaceship/connect_api/models/beta_app_localization.rb +28 -0
  732. data/spaceship/lib/spaceship/connect_api/models/beta_app_review_detail.rb +32 -0
  733. data/spaceship/lib/spaceship/connect_api/models/beta_app_review_submission.rb +27 -0
  734. data/spaceship/lib/spaceship/connect_api/models/beta_build_localization.rb +20 -0
  735. data/spaceship/lib/spaceship/connect_api/models/beta_build_metric.rb +24 -0
  736. data/spaceship/lib/spaceship/connect_api/models/beta_feedback.rb +77 -0
  737. data/spaceship/lib/spaceship/connect_api/models/beta_group.rb +67 -0
  738. data/spaceship/lib/spaceship/connect_api/models/beta_screenshot.rb +18 -0
  739. data/spaceship/lib/spaceship/connect_api/models/beta_tester.rb +63 -0
  740. data/spaceship/lib/spaceship/connect_api/models/beta_tester_metric.rb +44 -0
  741. data/spaceship/lib/spaceship/connect_api/models/build.rb +189 -0
  742. data/spaceship/lib/spaceship/connect_api/models/build_beta_detail.rb +65 -0
  743. data/spaceship/lib/spaceship/connect_api/models/build_delivery.rb +37 -0
  744. data/spaceship/lib/spaceship/connect_api/models/bundle_id.rb +93 -0
  745. data/spaceship/lib/spaceship/connect_api/models/bundle_id_capability.rb +136 -0
  746. data/spaceship/lib/spaceship/connect_api/models/certificate.rb +106 -0
  747. data/spaceship/lib/spaceship/connect_api/models/custom_app_organization.rb +43 -0
  748. data/spaceship/lib/spaceship/connect_api/models/custom_app_user.rb +41 -0
  749. data/spaceship/lib/spaceship/connect_api/models/device.rb +90 -0
  750. data/spaceship/lib/spaceship/connect_api/models/idfa_declaration.rb +43 -0
  751. data/spaceship/lib/spaceship/connect_api/models/pre_release_version.rb +20 -0
  752. data/spaceship/lib/spaceship/connect_api/models/profile.rb +107 -0
  753. data/spaceship/lib/spaceship/connect_api/models/reset_ratings_request.rb +27 -0
  754. data/spaceship/lib/spaceship/connect_api/models/sandbox_tester.rb +67 -0
  755. data/spaceship/lib/spaceship/connect_api/models/territory.rb +28 -0
  756. data/spaceship/lib/spaceship/connect_api/models/user.rb +53 -0
  757. data/spaceship/lib/spaceship/connect_api/models/user_invitation.rb +75 -0
  758. data/spaceship/lib/spaceship/connect_api/provisioning/client.rb +92 -0
  759. data/spaceship/lib/spaceship/connect_api/provisioning/provisioning.rb +240 -0
  760. data/spaceship/lib/spaceship/connect_api/response.rb +69 -0
  761. data/spaceship/lib/spaceship/connect_api/spaceship.rb +102 -0
  762. data/spaceship/lib/spaceship/connect_api/testflight/client.rb +24 -0
  763. data/spaceship/lib/spaceship/connect_api/testflight/testflight.rb +441 -0
  764. data/spaceship/lib/spaceship/connect_api/token.rb +114 -0
  765. data/spaceship/lib/spaceship/connect_api/token_refresh_middleware.rb +24 -0
  766. data/spaceship/lib/spaceship/connect_api/tunes/client.rb +24 -0
  767. data/spaceship/lib/spaceship/connect_api/tunes/tunes.rb +1165 -0
  768. data/spaceship/lib/spaceship/connect_api/users/client.rb +24 -0
  769. data/spaceship/lib/spaceship/connect_api/users/users.rb +80 -0
  770. data/spaceship/lib/spaceship/du/du_client.rb +138 -0
  771. data/spaceship/lib/spaceship/du/upload_file.rb +58 -0
  772. data/spaceship/lib/spaceship/du/utilities.rb +99 -0
  773. data/spaceship/lib/spaceship/errors.rb +101 -0
  774. data/spaceship/lib/spaceship/globals.rb +12 -0
  775. data/spaceship/lib/spaceship/helper/net_http_generic_request.rb +20 -0
  776. data/spaceship/lib/spaceship/helper/plist_middleware.rb +16 -0
  777. data/spaceship/lib/spaceship/helper/rels_middleware.rb +28 -0
  778. data/spaceship/lib/spaceship/launcher.rb +99 -0
  779. data/spaceship/lib/spaceship/module.rb +8 -0
  780. data/spaceship/lib/spaceship/playground.rb +75 -0
  781. data/spaceship/lib/spaceship/portal/app.rb +201 -0
  782. data/spaceship/lib/spaceship/portal/app_group.rb +73 -0
  783. data/spaceship/lib/spaceship/portal/app_service.rb +87 -0
  784. data/spaceship/lib/spaceship/portal/certificate.rb +365 -0
  785. data/spaceship/lib/spaceship/portal/cloud_container.rb +74 -0
  786. data/spaceship/lib/spaceship/portal/device.rb +191 -0
  787. data/spaceship/lib/spaceship/portal/invite.rb +53 -0
  788. data/spaceship/lib/spaceship/portal/key.rb +101 -0
  789. data/spaceship/lib/spaceship/portal/legacy_wrapper.rb +21 -0
  790. data/spaceship/lib/spaceship/portal/merchant.rb +86 -0
  791. data/spaceship/lib/spaceship/portal/passbook.rb +78 -0
  792. data/spaceship/lib/spaceship/portal/person.rb +62 -0
  793. data/spaceship/lib/spaceship/portal/persons.rb +67 -0
  794. data/spaceship/lib/spaceship/portal/portal.rb +17 -0
  795. data/spaceship/lib/spaceship/portal/portal_base.rb +16 -0
  796. data/spaceship/lib/spaceship/portal/portal_client.rb +862 -0
  797. data/spaceship/lib/spaceship/portal/provisioning_profile.rb +559 -0
  798. data/spaceship/lib/spaceship/portal/provisioning_profile_template.rb +52 -0
  799. data/spaceship/lib/spaceship/portal/spaceship.rb +154 -0
  800. data/spaceship/lib/spaceship/portal/ui/select_team.rb +116 -0
  801. data/spaceship/lib/spaceship/portal/website_push.rb +88 -0
  802. data/spaceship/lib/spaceship/provider.rb +13 -0
  803. data/spaceship/lib/spaceship/spaceauth_runner.rb +97 -0
  804. data/spaceship/lib/spaceship/stats_middleware.rb +65 -0
  805. data/spaceship/lib/spaceship/test_flight.rb +10 -0
  806. data/spaceship/lib/spaceship/test_flight/app_test_info.rb +40 -0
  807. data/spaceship/lib/spaceship/test_flight/base.rb +39 -0
  808. data/spaceship/lib/spaceship/test_flight/beta_review_info.rb +19 -0
  809. data/spaceship/lib/spaceship/test_flight/build.rb +242 -0
  810. data/spaceship/lib/spaceship/test_flight/build_trains.rb +50 -0
  811. data/spaceship/lib/spaceship/test_flight/client.rb +361 -0
  812. data/spaceship/lib/spaceship/test_flight/export_compliance.rb +12 -0
  813. data/spaceship/lib/spaceship/test_flight/group.rb +131 -0
  814. data/spaceship/lib/spaceship/test_flight/test_info.rb +56 -0
  815. data/spaceship/lib/spaceship/test_flight/tester.rb +136 -0
  816. data/spaceship/lib/spaceship/tunes/app_analytics.rb +168 -0
  817. data/spaceship/lib/spaceship/tunes/app_details.rb +147 -0
  818. data/spaceship/lib/spaceship/tunes/app_image.rb +51 -0
  819. data/spaceship/lib/spaceship/tunes/app_ratings.rb +58 -0
  820. data/spaceship/lib/spaceship/tunes/app_review.rb +55 -0
  821. data/spaceship/lib/spaceship/tunes/app_review_attachment.rb +49 -0
  822. data/spaceship/lib/spaceship/tunes/app_screenshot.rb +12 -0
  823. data/spaceship/lib/spaceship/tunes/app_status.rb +63 -0
  824. data/spaceship/lib/spaceship/tunes/app_submission.rb +161 -0
  825. data/spaceship/lib/spaceship/tunes/app_trailer.rb +64 -0
  826. data/spaceship/lib/spaceship/tunes/app_version.rb +970 -0
  827. data/spaceship/lib/spaceship/tunes/app_version_common.rb +35 -0
  828. data/spaceship/lib/spaceship/tunes/app_version_generated_promocodes.rb +28 -0
  829. data/spaceship/lib/spaceship/tunes/app_version_history.rb +52 -0
  830. data/spaceship/lib/spaceship/tunes/app_version_promocodes.rb +27 -0
  831. data/spaceship/lib/spaceship/tunes/app_version_ref.rb +15 -0
  832. data/spaceship/lib/spaceship/tunes/app_version_states_history.rb +27 -0
  833. data/spaceship/lib/spaceship/tunes/application.rb +453 -0
  834. data/spaceship/lib/spaceship/tunes/availability.rb +164 -0
  835. data/spaceship/lib/spaceship/tunes/b2b_organization.rb +50 -0
  836. data/spaceship/lib/spaceship/tunes/b2b_user.rb +30 -0
  837. data/spaceship/lib/spaceship/tunes/build.rb +263 -0
  838. data/spaceship/lib/spaceship/tunes/build_details.rb +184 -0
  839. data/spaceship/lib/spaceship/tunes/build_train.rb +181 -0
  840. data/spaceship/lib/spaceship/tunes/developer_response.rb +23 -0
  841. data/spaceship/lib/spaceship/tunes/device_type.rb +17 -0
  842. data/spaceship/lib/spaceship/tunes/display_family.rb +84 -0
  843. data/spaceship/lib/spaceship/tunes/errors.rb +17 -0
  844. data/spaceship/lib/spaceship/tunes/iap.rb +168 -0
  845. data/spaceship/lib/spaceship/tunes/iap_detail.rb +264 -0
  846. data/spaceship/lib/spaceship/tunes/iap_families.rb +68 -0
  847. data/spaceship/lib/spaceship/tunes/iap_family_details.rb +90 -0
  848. data/spaceship/lib/spaceship/tunes/iap_family_list.rb +28 -0
  849. data/spaceship/lib/spaceship/tunes/iap_list.rb +76 -0
  850. data/spaceship/lib/spaceship/tunes/iap_status.rb +56 -0
  851. data/spaceship/lib/spaceship/tunes/iap_subscription_pricing_info.rb +46 -0
  852. data/spaceship/lib/spaceship/tunes/iap_subscription_pricing_tier.rb +25 -0
  853. data/spaceship/lib/spaceship/tunes/iap_type.rb +45 -0
  854. data/spaceship/lib/spaceship/tunes/language_converter.rb +65 -0
  855. data/spaceship/lib/spaceship/tunes/language_item.rb +61 -0
  856. data/spaceship/lib/spaceship/tunes/legacy_wrapper.rb +13 -0
  857. data/spaceship/lib/spaceship/tunes/member.rb +84 -0
  858. data/spaceship/lib/spaceship/tunes/members.rb +35 -0
  859. data/spaceship/lib/spaceship/tunes/pricing_info.rb +42 -0
  860. data/spaceship/lib/spaceship/tunes/pricing_tier.rb +25 -0
  861. data/spaceship/lib/spaceship/tunes/sandbox_tester.rb +74 -0
  862. data/spaceship/lib/spaceship/tunes/spaceship.rb +39 -0
  863. data/spaceship/lib/spaceship/tunes/territory.rb +39 -0
  864. data/spaceship/lib/spaceship/tunes/transit_app_file.rb +23 -0
  865. data/spaceship/lib/spaceship/tunes/tunes.rb +35 -0
  866. data/spaceship/lib/spaceship/tunes/tunes_base.rb +17 -0
  867. data/spaceship/lib/spaceship/tunes/tunes_client.rb +1644 -0
  868. data/spaceship/lib/spaceship/tunes/user_detail.rb +15 -0
  869. data/spaceship/lib/spaceship/tunes/version_set.rb +26 -0
  870. data/spaceship/lib/spaceship/two_step_or_factor_client.rb +372 -0
  871. data/spaceship/lib/spaceship/ui.rb +27 -0
  872. data/spaceship/lib/spaceship/upgrade_2fa_later_client.rb +91 -0
  873. data/supply/README.md +17 -0
  874. data/supply/lib/supply.rb +53 -0
  875. data/supply/lib/supply/apk_listing.rb +14 -0
  876. data/supply/lib/supply/client.rb +553 -0
  877. data/supply/lib/supply/commands_generator.rb +68 -0
  878. data/supply/lib/supply/languages.rb +88 -0
  879. data/supply/lib/supply/listing.rb +32 -0
  880. data/supply/lib/supply/options.rb +324 -0
  881. data/supply/lib/supply/reader.rb +41 -0
  882. data/supply/lib/supply/release_listing.rb +18 -0
  883. data/supply/lib/supply/setup.rb +122 -0
  884. data/supply/lib/supply/uploader.rb +482 -0
  885. metadata +1864 -0
@@ -0,0 +1,24 @@
1
+ require_relative 'module'
2
+
3
+ module Screengrab
4
+ class Setup
5
+ # This method will take care of creating a screengrabfile and other necessary files
6
+ def self.create(path, is_swift_fastfile: false)
7
+ if is_swift_fastfile
8
+ template_location = "#{Screengrab::ROOT}/lib/assets/ScreengrabfileTemplate.swift"
9
+ screengrabfile_path = File.join(path, 'Screengrabfile.swift')
10
+ else
11
+ template_location = "#{Screengrab::ROOT}/lib/assets/ScreengrabfileTemplate"
12
+ screengrabfile_path = File.join(path, 'Screengrabfile')
13
+ end
14
+
15
+ if File.exist?(screengrabfile_path)
16
+ UI.user_error!("Screengrabfile already exists at path '#{screengrabfile_path}'. Run 'screengrab' to use screengrab.")
17
+ end
18
+
19
+ File.write(screengrabfile_path, File.read(template_location))
20
+
21
+ UI.success("Successfully created new Screengrabfile at '#{screengrabfile_path}'")
22
+ end
23
+ end
24
+ end
data/sigh/README.md ADDED
@@ -0,0 +1,17 @@
1
+ <h3 align="center">
2
+ <a href="https://docs.fastlane.tools/actions/sigh/">
3
+ <img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
4
+ <br />
5
+ fastlane
6
+ </a>
7
+ </h3>
8
+
9
+ ------
10
+
11
+ <p align="center">
12
+ <a href="https://docs.fastlane.tools/actions/sigh/">
13
+ <img src="https://raw.githubusercontent.com/fastlane/fastlane/master/sigh/assets/sigh.png" height="110">
14
+ </a>
15
+ </p>
16
+
17
+ <h3 align="center">The <i>sigh</i> docs were moved to <a href='https://docs.fastlane.tools/actions/sigh/'>docs.fastlane.tools</a></h3>
@@ -0,0 +1,929 @@
1
+ #!/bin/bash
2
+ # shellcheck disable=SC2155
3
+
4
+ # Copyright (c) 2011 Float Mobile Learning
5
+ # http://www.floatlearning.com/
6
+ # Extension Copyright (c) 2013 Weptun Gmbh
7
+ # http://www.weptun.de
8
+ #
9
+ # Extended by Ronan O Ciosoig January 2012
10
+ #
11
+ # Extended by Patrick Blitz, April 2013
12
+ #
13
+ # Extended by John Turnipseed and Matthew Nespor, November 2014
14
+ # http://nanonation.net/
15
+ #
16
+ # Extended by Nicolas Bachschmidt, October 2015
17
+ #
18
+ # Permission is hereby granted, free of charge, to any person obtaining
19
+ # a copy of this software and associated documentation files (the "Software"),
20
+ # to deal in the Software without restriction, including without limitation
21
+ # the rights to use, copy, modify, merge, publish, distribute, sublicense,
22
+ # and/or sell copies of the Software, and to permit persons to whom the
23
+ # Software is furnished to do so, subject to the following conditions:
24
+ #
25
+ # The above copyright notice and this permission notice shall be included
26
+ # in all copies or substantial portions of the Software.
27
+ #
28
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
29
+ # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
30
+ # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
31
+ # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
32
+ # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
33
+ # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
34
+ # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
35
+ #
36
+ # Please let us know about any improvements you make to this script!
37
+ # ./floatsign source "iPhone Distribution: Name" -p "path/to/profile" [-d "display name"] [-e entitlements] [-k keychain] [-b "BundleIdentifier"] outputIpa
38
+ #
39
+ #
40
+ # Modifed 26th January 2012
41
+ #
42
+ # new features January 2012:
43
+ # 1. change the app display name
44
+ #
45
+ # new features April 2013
46
+ # 1. specify the target bundleId on the command line
47
+ # 2. correctly handles entitlements for keychain-enabled resigning
48
+ #
49
+ # new features November 2014
50
+ # 1. now re-signs embedded iOS frameworks, if present, prior to re-signing the application itself
51
+ # 2. extracts the team-identifier from provisioning profile and uses it to update previous entitlements
52
+ # 3. fixed bug in packaging if -e flag is used
53
+ # 4. renamed 'temp' directory and made it a variable so it can be easily modified
54
+ # 5. various code formatting and logging adjustments
55
+ #
56
+ # new features October 2015
57
+ # 1. now re-signs nested applications and app extensions, if present, prior to re-signing the application itself
58
+ # 2. enables the -p option to be used more than once
59
+ # 3. ensures the provisioning profile's bundle-identifier matches the app's bundle identifier
60
+ # 4. extracts the entitlements from the provisioning profile
61
+ # 5. copy the entitlements as archived-expanded-entitlements.xcent inside the app bundle (because Xcode does too)
62
+ #
63
+ # new features November 2018
64
+ # 1. only create the archived-expanded-entitlements.xcent file if the version of Xcode < 9.3 as Xcode 10 does not create it.
65
+ #
66
+ # new features January 2019
67
+ # 1. fixed bug where the com.apple.icloud-container-environment entitlement was being assigned an incorrect value
68
+ #
69
+ # new features March 2019
70
+ # 1. two more fixes for only creating the archived-expanded-entitlements.xcent file if the version of Xcode < 9.3 as Xcode 10 does not create it.
71
+ #
72
+ # new features June 2020
73
+ # 1. enable (re)signing of OnDemandResources when ipa has been built for the appstore
74
+ #
75
+ # new features August 2020
76
+ # 1. fixes usage for users with GNU-sed in their $PATH
77
+ #
78
+ # new features May 2021
79
+ # 1. fix entitlements merging when changing team
80
+ #
81
+ # new features June 2021
82
+ # 1. fix the way app entitlements are extracted
83
+
84
+ # Logging functions
85
+
86
+ log() {
87
+ # Make sure it returns 0 code even when verose mode is off (test 1)
88
+ # To use like [[ condition ]] && log "x" && something
89
+ if [[ -n "$VERBOSE" ]]; then echo -e "$@"; else test 1; fi
90
+ }
91
+
92
+ error() {
93
+ echo "$@" >&2
94
+ exit 1
95
+ }
96
+
97
+ warning() {
98
+ echo "$@" >&2
99
+ }
100
+
101
+ function checkStatus {
102
+
103
+ # shellcheck disable=SC2181
104
+ if [ $? -ne 0 ]; then
105
+ error "Encountered an error, aborting!"
106
+ fi
107
+ }
108
+
109
+ usage() {
110
+ echo -e "Usage: $(basename "$0") source identity -p|--provisioning provisioning" >&2
111
+ echo -e "\t\t[-e|--entitlements entitlements]" >&2
112
+ echo -e "\t\t[-k|--keychain keychain]" >&2
113
+ echo -e "\t\t[-d|--display-name displayName]" >&2
114
+ echo -e "\t\t[-n|--version-number version]" >&2
115
+ echo -e "\t\t[--short-version shortVersion]" >&2
116
+ echo -e "\t\t[--bundle-version bundleVersion]" >&2
117
+ echo -e "\t\t[-b|--bundle-id bundleId]" >&2
118
+ echo -e "\t\t[--use-app-entitlements]" >&2
119
+ echo -e "\t\toutputIpa" >&2
120
+ echo "Usage: $(basename "$0") -h|--help" >&2
121
+ echo "Options:" >&2
122
+ echo -e "\t-p, --provisioning provisioning\t\tProvisioning profile option, may be provided multiple times." >&2
123
+ echo -e "\t\t\t\t\t\tYou can specify provisioning profile file name." >&2
124
+ echo -e "\t\t\t\t\t\t\t-p xxx.mobileprovision" >&2
125
+ echo "" >&2
126
+ echo -e "\t\t\t\t\t\tAlternatively you may provide multiple provisioning profiles if the application contains" >&2
127
+ echo -e "\t\t\t\t\t\tnested applications or app extensions, which need their own provisioning" >&2
128
+ echo -e "\t\t\t\t\t\tprofile. You can do so by providing -p option multiple times specifying" >&2
129
+ echo -e "\t\t\t\t\t\told bundle identifier and new provisioning profile for that bundle id joined with '='." >&2
130
+ echo -e "\t\t\t\t\t\t\t-p com.main-app=main-app.mobileprovision" >&2
131
+ echo -e "\t\t\t\t\t\t\t-p com.nested-app=nested-app.mobileprovision" >&2
132
+ echo -e "\t\t\t\t\t\t\t-p com.nested-extension=nested-extension.mobileprovision" >&2
133
+ echo "" >&2
134
+ echo -e "\t-e, --entitlements entitlements\t\tSpecify entitlements file path for code signing." >&2
135
+ echo -e "\t-k, --keychain keychain\t\t\tSpecify keychain for code signing." >&2
136
+ echo -e "\t-d, --display-name displayName\t\tSpecify new display name." >&2
137
+ echo -e "\t\t\t\t\t\t\tWarning: will apply for all nested apps and extensions." >&2
138
+ echo -e "\t-n, --version-number version\t\tSpecify new version number." >&2
139
+ echo -e "\t\t\t\t\t\t\tWill set CFBundleShortVersionString and CFBundleVersion values in Info.plist." >&2
140
+ echo -e "\t\t\t\t\t\t\tWill apply for all nested apps and extensions." >&2
141
+ echo -e "\t --short-version shortVersion\tSpecify new short version string (CFBundleShortVersionString)." >&2
142
+ echo -e "\t\t\t\t\t\t\tWill apply for all nested apps and extensions." >&2
143
+ echo -e "\t\t\t\t\t\t\tCan't use together with '-n, --version-number' option." >&2
144
+ echo -e "\t --bundle-version bundleVersion\tSpecify new bundle version (CFBundleVersion) number." >&2
145
+ echo -e "\t\t\t\t\t\t\tWill apply for all nested apps and extensions." >&2
146
+ echo -e "\t\t\t\t\t\t\tCan't use together with '-n, --version-number' option." >&2
147
+ echo -e "\t-b, --bundle-id bundleId\t\tSpecify new bundle identifier (CFBundleIdentifier)." >&2
148
+ echo -e "\t\t\t\t\t\t\tWarning: will NOT apply for nested apps and extensions." >&2
149
+ echo -e "\t --use-app-entitlements\t\tExtract app bundle codesigning entitlements and combine with entitlements from new provisionin profile." >&2
150
+ echo -e "\t\t\t\t\t\t\tCan't use together with '-e, --entitlements' option." >&2
151
+ echo -e "\t--keychain-path path\t\t\tSpecify the path to a keychain that /usr/bin/codesign should use." >&2
152
+ echo -e "\t-v, --verbose\t\t\t\tVerbose output." >&2
153
+ echo -e "\t-h, --help\t\t\t\tDisplay help message." >&2
154
+ exit 2
155
+ }
156
+
157
+ if [ $# -lt 3 ]; then
158
+ usage
159
+ fi
160
+
161
+ ORIGINAL_FILE="$1"
162
+ CERTIFICATE="$2"
163
+ ENTITLEMENTS=
164
+ BUNDLE_IDENTIFIER=""
165
+ DISPLAY_NAME=""
166
+ KEYCHAIN=""
167
+ VERSION_NUMBER=""
168
+ SHORT_VERSION=
169
+ BUNDLE_VERSION=
170
+ KEYCHAIN_PATH=
171
+ RAW_PROVISIONS=()
172
+ PROVISIONS_BY_ID=()
173
+ DEFAULT_PROVISION=""
174
+ TEMP_DIR="_floatsignTemp"
175
+ USE_APP_ENTITLEMENTS=""
176
+ XCODE_VERSION="$(xcodebuild -version | grep "Xcode" | /usr/bin/cut -f 2 -d ' ')"
177
+
178
+ # List of plist keys used for reference to and from nested apps and extensions
179
+ NESTED_APP_REFERENCE_KEYS=(":WKCompanionAppBundleIdentifier" ":NSExtension:NSExtensionAttributes:WKAppBundleIdentifier")
180
+
181
+ # options start index
182
+ shift 2
183
+
184
+ # Parse args
185
+ while [ "$1" != "" ]; do
186
+ case $1 in
187
+ -p | --provisioning )
188
+ shift
189
+ RAW_PROVISIONS+=("$1")
190
+ ;;
191
+ -e | --entitlements )
192
+ shift
193
+ ENTITLEMENTS="$1"
194
+ ;;
195
+ -d | --display-name )
196
+ shift
197
+ DISPLAY_NAME="$1"
198
+ ;;
199
+ -b | --bundle-id )
200
+ shift
201
+ BUNDLE_IDENTIFIER="$1"
202
+ ;;
203
+ -k | --keychain )
204
+ shift
205
+ KEYCHAIN="$1"
206
+ ;;
207
+ -n | --version-number )
208
+ shift
209
+ VERSION_NUMBER="$1"
210
+ ;;
211
+ --short-version )
212
+ shift
213
+ SHORT_VERSION="$1"
214
+ ;;
215
+ --bundle-version )
216
+ shift
217
+ BUNDLE_VERSION="$1"
218
+ ;;
219
+ --use-app-entitlements )
220
+ USE_APP_ENTITLEMENTS="YES"
221
+ ;;
222
+ --keychain-path )
223
+ shift
224
+ KEYCHAIN_PATH="$1"
225
+ ;;
226
+ -v | --verbose )
227
+ VERBOSE="--verbose"
228
+ ;;
229
+ -h | --help )
230
+ usage
231
+ ;;
232
+ * )
233
+ [[ -n "$NEW_FILE" ]] && error "Multiple output file names specified!"
234
+ [[ -z "$NEW_FILE" ]] && NEW_FILE="$1"
235
+ ;;
236
+ esac
237
+
238
+ # Next arg
239
+ shift
240
+ done
241
+
242
+ KEYCHAIN_FLAG=
243
+ if [ -n "$KEYCHAIN_PATH" ]; then
244
+ KEYCHAIN_FLAG="--keychain $KEYCHAIN_PATH"
245
+ fi
246
+
247
+ # Log the options
248
+ for provision in "${RAW_PROVISIONS[@]}"; do
249
+ if [[ "$provision" =~ .+=.+ ]]; then
250
+ log "Specified provisioning profile: '${provision#*=}' for bundle identifier: '${provision%%=*}'"
251
+ else
252
+ log "Specified provisioning profile: '$provision'"
253
+ fi
254
+ done
255
+
256
+ log "Original file: '$ORIGINAL_FILE'"
257
+ log "Certificate: '$CERTIFICATE'"
258
+ [[ -n "${DISPLAY_NAME}" ]] && log "Specified display name: '$DISPLAY_NAME'"
259
+ [[ -n "${ENTITLEMENTS}" ]] && log "Specified signing entitlements: '$ENTITLEMENTS'"
260
+ [[ -n "${BUNDLE_IDENTIFIER}" ]] && log "Specified bundle identifier: '$BUNDLE_IDENTIFIER'"
261
+ [[ -n "${KEYCHAIN}" ]] && log "Specified keychain to use: '$KEYCHAIN'"
262
+ [[ -n "${VERSION_NUMBER}" ]] && log "Specified version number to use: '$VERSION_NUMBER'"
263
+ [[ -n "${SHORT_VERSION}" ]] && log "Specified short version to use: '$SHORT_VERSION'"
264
+ [[ -n "${BUNDLE_VERSION}" ]] && log "Specified bundle version to use: '$BUNDLE_VERSION'"
265
+ [[ -n "${KEYCHAIN_FLAG}" ]] && log "Specified keychain to use: '$KEYCHAIN_PATH'"
266
+ [[ -n "${NEW_FILE}" ]] && log "Output file name: '$NEW_FILE'"
267
+ [[ -n "${USE_APP_ENTITLEMENTS}" ]] && log "Extract app entitlements: YES"
268
+
269
+ # Check that version number option is not clashing with short or bundle version options
270
+ [[ -n "$VERSION_NUMBER" && (-n "$SHORT_VERSION" || -n "$BUNDLE_VERSION") ]] && error "versionNumber option cannot be used in combination with shortVersion or bundleVersion options"
271
+
272
+ # Check that --use-app-entitlements and -e, --entitlements are not used at the same time
273
+ [[ -n "${USE_APP_ENTITLEMENTS}" && -n ${ENTITLEMENTS} ]] && error "--use-app-entitlements option cannot be used in combination with -e, --entitlements option."
274
+
275
+ # Check output file name
276
+ if [ -z "$NEW_FILE" ]; then
277
+ error "Output file name required"
278
+ fi
279
+
280
+ if [[ "${#RAW_PROVISIONS[*]}" == "0" ]]; then
281
+ error "-p 'xxxx.mobileprovision' argument is required"
282
+ fi
283
+
284
+ # Check for and remove the temporary directory if it already exists
285
+ if [ -d "$TEMP_DIR" ]; then
286
+ log "Removing previous temporary directory: '$TEMP_DIR'"
287
+ rm -Rf "$TEMP_DIR"
288
+ fi
289
+
290
+ filename=$(basename "$ORIGINAL_FILE")
291
+ extension="${filename##*.}"
292
+ filename="${filename%.*}"
293
+
294
+ # Check if the supplied file is an ipa or an app file
295
+ if [ "${extension}" = "ipa" ]; then
296
+ # Unzip the old ipa quietly
297
+ unzip -q "$ORIGINAL_FILE" -d $TEMP_DIR
298
+ checkStatus
299
+ elif [ "${extension}" = "app" ]; then
300
+ # Copy the app file into an ipa-like structure
301
+ mkdir -p "$TEMP_DIR/Payload"
302
+ cp -Rf "${ORIGINAL_FILE}" "$TEMP_DIR/Payload/${filename}.app"
303
+ checkStatus
304
+ else
305
+ error "Error: Only can resign .app files and .ipa files."
306
+ fi
307
+
308
+ # check the keychain
309
+ if [ "${KEYCHAIN}" != "" ]; then
310
+ security list-keychains -s "$KEYCHAIN"
311
+ security unlock "$KEYCHAIN"
312
+ security default-keychain -s "$KEYCHAIN"
313
+ fi
314
+
315
+ # Set the app name
316
+ # In Payload directory may be another file except .app file, such as StoreKit folder.
317
+ # Search the first .app file within the Payload directory
318
+ # shellcheck disable=SC2010
319
+ APP_NAME=$(ls "$TEMP_DIR/Payload/" | grep ".app$" | head -1)
320
+
321
+ # Make sure that PATH includes the location of the PlistBuddy helper tool as its location is not standard
322
+ export PATH=$PATH:/usr/libexec
323
+
324
+ # Test whether two bundle identifiers match
325
+ # The first one may contain the wildcard character '*', in which case pattern matching will be used unless the third parameter is "STRICT"
326
+ function does_bundle_id_match {
327
+
328
+ # shellcheck disable=SC2049
329
+ if [[ "$1" == "$2" ]]; then
330
+ return 0
331
+ elif [[ "$3" != STRICT && "$1" =~ \* ]]; then
332
+ local PATTERN0="${1//\./\\.}" # com.example.* -> com\.example\.*
333
+ local PATTERN1="${PATTERN0//\*/.*}" # com\.example\.* -> com\.example\..*
334
+ if [[ "$2" =~ ^$PATTERN1$ ]]; then
335
+ return 0
336
+ fi
337
+ fi
338
+
339
+ return 1
340
+ }
341
+
342
+ # Find the provisioning profile for a given bundle identifier
343
+ function provision_for_bundle_id {
344
+
345
+ for ARG in "${PROVISIONS_BY_ID[@]}"; do
346
+ if does_bundle_id_match "${ARG%%=*}" "$1" "$2"; then
347
+ echo "${ARG#*=}"
348
+ break
349
+ fi
350
+ done
351
+ }
352
+
353
+ # Find the bundle identifier contained inside a provisioning profile
354
+ function bundle_id_for_provision {
355
+
356
+ local FULL_BUNDLE_ID=$(PlistBuddy -c 'Print :Entitlements:application-identifier' /dev/stdin <<< "$(security cms -D -i "$1")")
357
+ checkStatus
358
+ echo "${FULL_BUNDLE_ID#*.}"
359
+ }
360
+
361
+ # Add given provisioning profile and bundle identifier to the search list
362
+ function add_provision_for_bundle_id {
363
+
364
+ local PROVISION="$1"
365
+ local BUNDLE_ID="$2"
366
+
367
+ local CURRENT_PROVISION=$(provision_for_bundle_id "$BUNDLE_ID" STRICT)
368
+
369
+ if [[ "$CURRENT_PROVISION" != "" && "$CURRENT_PROVISION" != "$PROVISION" ]]; then
370
+ error "Conflicting provisioning profiles '$PROVISION' and '$CURRENT_PROVISION' for bundle identifier '$BUNDLE_ID'."
371
+ fi
372
+
373
+ PROVISIONS_BY_ID+=("$BUNDLE_ID=$PROVISION")
374
+ }
375
+
376
+ # Add given provisioning profile to the search list
377
+ function add_provision {
378
+
379
+ local PROVISION="$1"
380
+
381
+ if [[ "$1" =~ .+=.+ ]]; then
382
+ PROVISION="${1#*=}"
383
+ add_provision_for_bundle_id "$PROVISION" "${1%%=*}"
384
+ elif [[ "$DEFAULT_PROVISION" == "" ]]; then
385
+ DEFAULT_PROVISION="$PROVISION"
386
+ fi
387
+
388
+ if [[ ! -e "$PROVISION" ]]; then
389
+ error "Provisioning profile '$PROVISION' file does not exist"
390
+ fi
391
+
392
+ local BUNDLE_ID=$(bundle_id_for_provision "$PROVISION")
393
+ add_provision_for_bundle_id "$PROVISION" "$BUNDLE_ID"
394
+ }
395
+
396
+ # Load bundle identifiers from provisioning profiles
397
+ for ARG in "${RAW_PROVISIONS[@]}"; do
398
+ add_provision "$ARG"
399
+ done
400
+
401
+ # Resign the given application
402
+ function resign {
403
+
404
+ local APP_PATH="$1"
405
+ local NESTED="$2"
406
+ local BUNDLE_IDENTIFIER="$BUNDLE_IDENTIFIER"
407
+ local NEW_PROVISION="$NEW_PROVISION"
408
+ local APP_IDENTIFIER_PREFIX=""
409
+ local TEAM_IDENTIFIER=""
410
+
411
+ if [[ "$NESTED" == NESTED ]]; then
412
+ # Ignore bundle identifier for nested applications
413
+ BUNDLE_IDENTIFIER=""
414
+ fi
415
+
416
+ # Make sure that the Info.plist file is where we expect it
417
+ if [ ! -e "$APP_PATH/Info.plist" ]; then
418
+ error "Expected file does not exist: '$APP_PATH/Info.plist'"
419
+ fi
420
+
421
+ # Make a copy of old Info.plist, it will come handy later to extract some old values
422
+ cp -f "$APP_PATH/Info.plist" "$TEMP_DIR/oldInfo.plist"
423
+
424
+ # Read in current values from the app
425
+ local CURRENT_NAME=$(PlistBuddy -c "Print :CFBundleDisplayName" "$APP_PATH/Info.plist")
426
+ local CURRENT_BUNDLE_IDENTIFIER=$(PlistBuddy -c "Print :CFBundleIdentifier" "$APP_PATH/Info.plist")
427
+ local NEW_PROVISION=$(provision_for_bundle_id "${BUNDLE_IDENTIFIER:-$CURRENT_BUNDLE_IDENTIFIER}")
428
+
429
+ if [[ "$NEW_PROVISION" == "" && "$NESTED" != NESTED ]]; then
430
+ NEW_PROVISION="$DEFAULT_PROVISION"
431
+ fi
432
+
433
+ if [[ "$NEW_PROVISION" == "" ]]; then
434
+ if [[ "$NESTED" == NESTED ]]; then
435
+ warning "No provisioning profile for nested application: '$APP_PATH' with bundle identifier '${BUNDLE_IDENTIFIER:-$CURRENT_BUNDLE_IDENTIFIER}'"
436
+ else
437
+ warning "No provisioning profile for application: '$APP_PATH' with bundle identifier '${BUNDLE_IDENTIFIER:-$CURRENT_BUNDLE_IDENTIFIER}'"
438
+ fi
439
+ error "Use the -p option (example: -p com.example.app=xxxx.mobileprovision)"
440
+ fi
441
+
442
+ local PROVISION_BUNDLE_IDENTIFIER=$(bundle_id_for_provision "$NEW_PROVISION")
443
+
444
+ # Use provisioning profile's bundle identifier
445
+ if [ "$BUNDLE_IDENTIFIER" == "" ]; then
446
+ # shellcheck disable=SC2049
447
+ if [[ "$PROVISION_BUNDLE_IDENTIFIER" =~ \* ]]; then
448
+ log "Bundle Identifier contains a *, using the current bundle identifier"
449
+ BUNDLE_IDENTIFIER="$CURRENT_BUNDLE_IDENTIFIER"
450
+ else
451
+ BUNDLE_IDENTIFIER="$PROVISION_BUNDLE_IDENTIFIER"
452
+ fi
453
+ fi
454
+
455
+ if ! does_bundle_id_match "$PROVISION_BUNDLE_IDENTIFIER" "$BUNDLE_IDENTIFIER"; then
456
+ error "Bundle Identifier '$PROVISION_BUNDLE_IDENTIFIER' in provisioning profile '$NEW_PROVISION' does not match the Bundle Identifier '$BUNDLE_IDENTIFIER' for application '$APP_PATH'."
457
+ fi
458
+
459
+ log "Current bundle identifier is: '$CURRENT_BUNDLE_IDENTIFIER'"
460
+ log "New bundle identifier will be: '$BUNDLE_IDENTIFIER'"
461
+
462
+ # Update the CFBundleDisplayName property in the Info.plist if a new name has been provided
463
+ if [ "${DISPLAY_NAME}" != "" ]; then
464
+ if [ "${DISPLAY_NAME}" != "${CURRENT_NAME}" ]; then
465
+ log "Changing display name from '$CURRENT_NAME' to '$DISPLAY_NAME'"
466
+ PlistBuddy -c "Set :CFBundleDisplayName $DISPLAY_NAME" "$APP_PATH/Info.plist"
467
+ fi
468
+ fi
469
+
470
+ # Replace the embedded mobile provisioning profile
471
+ log "Validating the new provisioning profile: $NEW_PROVISION"
472
+ security cms -D -i "$NEW_PROVISION" > "$TEMP_DIR/profile.plist"
473
+ checkStatus
474
+
475
+ APP_IDENTIFIER_PREFIX=$(PlistBuddy -c "Print :Entitlements:application-identifier" "$TEMP_DIR/profile.plist" | grep -E '^[A-Z0-9]*' -o | tr -d '\n')
476
+ if [ "$APP_IDENTIFIER_PREFIX" == "" ];
477
+ then
478
+ APP_IDENTIFIER_PREFIX=$(PlistBuddy -c "Print :ApplicationIdentifierPrefix:0" "$TEMP_DIR/profile.plist")
479
+ if [ "$APP_IDENTIFIER_PREFIX" == "" ]; then
480
+ error "Failed to extract any app identifier prefix from '$NEW_PROVISION'"
481
+ else
482
+ warning "WARNING: extracted an app identifier prefix '$APP_IDENTIFIER_PREFIX' from '$NEW_PROVISION', but it was not found in the profile's entitlements"
483
+ fi
484
+ else
485
+ log "Profile app identifier prefix is '$APP_IDENTIFIER_PREFIX'"
486
+ fi
487
+
488
+ # Set new app identifier prefix if such entry exists in plist file
489
+ PlistBuddy -c "Set :AppIdentifierPrefix $APP_IDENTIFIER_PREFIX." "$APP_PATH/Info.plist" 2>/dev/null
490
+
491
+ TEAM_IDENTIFIER=$(PlistBuddy -c "Print :Entitlements:com.apple.developer.team-identifier" "$TEMP_DIR/profile.plist" | tr -d '\n')
492
+ if [ "$TEAM_IDENTIFIER" == "" ]; then
493
+ TEAM_IDENTIFIER=$(PlistBuddy -c "Print :TeamIdentifier:0" "$TEMP_DIR/profile.plist")
494
+ if [ "$TEAM_IDENTIFIER" == "" ]; then
495
+ warning "Failed to extract team identifier from '$NEW_PROVISION', resigned ipa may fail on iOS 8 and higher"
496
+ else
497
+ warning "WARNING: extracted a team identifier '$TEAM_IDENTIFIER' from '$NEW_PROVISION', but it was not found in the profile's entitlements, resigned ipa may fail on iOS 8 and higher"
498
+ fi
499
+ else
500
+ log "Profile team identifier is '$TEAM_IDENTIFIER'"
501
+ fi
502
+
503
+ # Make a copy of old embedded provisioning profile for further use
504
+ cp -f "$APP_PATH/embedded.mobileprovision" "$TEMP_DIR/old-embedded.mobileprovision"
505
+
506
+ # Replace embedded provisioning profile with new file
507
+ cp -f "$NEW_PROVISION" "$APP_PATH/embedded.mobileprovision"
508
+
509
+ #if the current bundle identifier is different from the new one in the provisioning profile, then change it.
510
+ if [ "$CURRENT_BUNDLE_IDENTIFIER" != "$BUNDLE_IDENTIFIER" ]; then
511
+ log "Updating the bundle identifier from '$CURRENT_BUNDLE_IDENTIFIER' to '$BUNDLE_IDENTIFIER'"
512
+ PlistBuddy -c "Set :CFBundleIdentifier $BUNDLE_IDENTIFIER" "$APP_PATH/Info.plist"
513
+ checkStatus
514
+ fi
515
+
516
+ # Update the version number properties in the Info.plist if a version number has been provided
517
+ if [ "$VERSION_NUMBER" != "" ]; then
518
+ CURRENT_VERSION_NUMBER=$(PlistBuddy -c "Print :CFBundleVersion" "$APP_PATH/Info.plist")
519
+ if [ "$VERSION_NUMBER" != "$CURRENT_VERSION_NUMBER" ]; then
520
+ log "Updating the version from '$CURRENT_VERSION_NUMBER' to '$VERSION_NUMBER'"
521
+ PlistBuddy -c "Set :CFBundleVersion $VERSION_NUMBER" "$APP_PATH/Info.plist"
522
+ PlistBuddy -c "Set :CFBundleShortVersionString $VERSION_NUMBER" "$APP_PATH/Info.plist"
523
+ fi
524
+ fi
525
+
526
+ # Update short version string in the Info.plist if provided
527
+ if [[ -n "$SHORT_VERSION" ]]; then
528
+ CURRENT_VALUE="$(PlistBuddy -c "Print :CFBundleShortVersionString" "$APP_PATH/Info.plist")"
529
+ # Even if the old value is same - just update, less code, less debugging
530
+ log "Updating the short version string (CFBundleShortVersionString) from '$CURRENT_VALUE' to '$SHORT_VERSION'"
531
+ PlistBuddy -c "Set :CFBundleShortVersionString $SHORT_VERSION" "$APP_PATH/Info.plist"
532
+ fi
533
+
534
+ # Update bundle version in the Info.plist if provided
535
+ if [[ -n "$BUNDLE_VERSION" ]]; then
536
+ CURRENT_VALUE="$(PlistBuddy -c "Print :CFBundleVersion" "$APP_PATH/Info.plist")"
537
+ # Even if the old value is same - just update, less code, less debugging
538
+ log "Updating the bundle version (CFBundleVersion) from '$CURRENT_VALUE' to '$BUNDLE_VERSION'"
539
+ PlistBuddy -c "Set :CFBundleVersion $BUNDLE_VERSION" "$APP_PATH/Info.plist"
540
+ fi
541
+
542
+ # Check for and resign OnDemandResource folders
543
+ ODR_DIR="$(dirname "$APP_PATH")/OnDemandResources"
544
+ if [ -d "$ODR_DIR" ]; then
545
+ for assetpack in "$ODR_DIR"/*
546
+ do
547
+ if [[ "$assetpack" == *.assetpack ]]; then
548
+ rm -rf $assetpack/_CodeSignature
549
+ /usr/bin/codesign ${VERBOSE} ${KEYCHAIN_FLAG} -f -s "$CERTIFICATE" "$assetpack"
550
+ checkStatus
551
+ else
552
+ log "Ignoring non-assetpack: $assetpack"
553
+ fi
554
+ done
555
+ fi
556
+
557
+ # Check for and resign any embedded frameworks (new feature for iOS 8 and above apps)
558
+ FRAMEWORKS_DIR="$APP_PATH/Frameworks"
559
+ if [ -d "$FRAMEWORKS_DIR" ]; then
560
+ if [ "$TEAM_IDENTIFIER" == "" ]; then
561
+ error "ERROR: embedded frameworks detected, re-signing iOS 8 (or higher) applications wihout a team identifier in the certificate/profile does not work"
562
+ fi
563
+
564
+ log "Resigning embedded frameworks using certificate: '$CERTIFICATE'"
565
+ for framework in "$FRAMEWORKS_DIR"/*
566
+ do
567
+ if [[ "$framework" == *.framework || "$framework" == *.dylib ]]; then
568
+ log "Resigning '$framework'"
569
+ # Must not qote KEYCHAIN_FLAG because it needs to be unwrapped and passed to codesign with spaces
570
+ # shellcheck disable=SC2086
571
+ /usr/bin/codesign ${VERBOSE} ${KEYCHAIN_FLAG} -f -s "$CERTIFICATE" "$framework"
572
+ checkStatus
573
+ else
574
+ log "Ignoring non-framework: $framework"
575
+ fi
576
+ done
577
+ fi
578
+
579
+ # Check for and update bundle identifiers for extensions and associated nested apps
580
+ log "Fixing nested app and extension references"
581
+ for key in "${NESTED_APP_REFERENCE_KEYS[@]}"; do
582
+ # Check if Info.plist has a reference to another app or extension
583
+ REF_BUNDLE_ID=$(PlistBuddy -c "Print ${key}" "$APP_PATH/Info.plist" 2>/dev/null)
584
+ if [ -n "$REF_BUNDLE_ID" ]; then
585
+ # Found a reference bundle id, now get the corresponding provisioning profile for this bundle id
586
+ REF_PROVISION=$(provision_for_bundle_id "$REF_BUNDLE_ID")
587
+ # Map to the new bundle id
588
+ NEW_REF_BUNDLE_ID=$(bundle_id_for_provision "$REF_PROVISION")
589
+ # Change if not the same and if doesn't contain wildcard
590
+ # shellcheck disable=SC2049
591
+ if [[ "$REF_BUNDLE_ID" != "$NEW_REF_BUNDLE_ID" ]] && ! [[ "$NEW_REF_BUNDLE_ID" =~ \* ]]; then
592
+ log "Updating nested app or extension reference for ${key} key from ${REF_BUNDLE_ID} to ${NEW_REF_BUNDLE_ID}"
593
+ PlistBuddy -c "Set ${key} $NEW_REF_BUNDLE_ID" "$APP_PATH/Info.plist"
594
+ fi
595
+ fi
596
+ done
597
+
598
+ if [ "$ENTITLEMENTS" != "" ]; then
599
+ if [ -n "$APP_IDENTIFIER_PREFIX" ]; then
600
+ # sanity check the 'application-identifier' is present in the provided entitlements and matches the provisioning profile value
601
+ ENTITLEMENTS_APP_ID_PREFIX=$(PlistBuddy -c "Print :application-identifier" "$ENTITLEMENTS" | grep -E '^[A-Z0-9]*' -o | tr -d '\n')
602
+ if [ "$ENTITLEMENTS_APP_ID_PREFIX" == "" ]; then
603
+ error "Provided entitlements file is missing a value for the required 'application-identifier' key"
604
+ elif [ "$ENTITLEMENTS_APP_ID_PREFIX" != "$APP_IDENTIFIER_PREFIX" ]; then
605
+ error "Provided entitlements file's app identifier prefix value '$ENTITLEMENTS_APP_ID_PREFIX' does not match the provided provisioning profile's value '$APP_IDENTIFIER_PREFIX'"
606
+ fi
607
+ fi
608
+
609
+ if [ -n "$TEAM_IDENTIFIER" ]; then
610
+ # sanity check the 'com.apple.developer.team-identifier' is present in the provided entitlements and matches the provisioning profile value
611
+ ENTITLEMENTS_TEAM_IDENTIFIER=$(PlistBuddy -c "Print :com.apple.developer.team-identifier" "$ENTITLEMENTS" | tr -d '\n')
612
+ if [ "$ENTITLEMENTS_TEAM_IDENTIFIER" == "" ]; then
613
+ error "Provided entitlements file is missing a value for the required 'com.apple.developer.team-identifier' key"
614
+ elif [ "$ENTITLEMENTS_TEAM_IDENTIFIER" != "$TEAM_IDENTIFIER" ]; then
615
+ error "Provided entitlements file's 'com.apple.developer.team-identifier' '$ENTITLEMENTS_TEAM_IDENTIFIER' does not match the provided provisioning profile's value '$TEAM_IDENTIFIER'"
616
+ fi
617
+ fi
618
+
619
+ log "Resigning application using certificate: '$CERTIFICATE'"
620
+ log "and entitlements: $ENTITLEMENTS"
621
+ if [[ "${XCODE_VERSION/.*/}" -lt 10 ]]; then
622
+ log "Creating an archived-expanded-entitlements.xcent file for Xcode 9 builds or earlier"
623
+ cp -f "$ENTITLEMENTS" "$APP_PATH/archived-expanded-entitlements.xcent"
624
+ fi
625
+ /usr/bin/codesign ${VERBOSE} -f -s "$CERTIFICATE" --entitlements "$ENTITLEMENTS" "$APP_PATH"
626
+ checkStatus
627
+ elif [[ -n "${USE_APP_ENTITLEMENTS}" ]]; then
628
+ # Extract entitlements from provisioning profile and from the app binary
629
+ # then combine them together
630
+
631
+ log "Extracting entitlements from provisioning profile"
632
+ PROFILE_ENTITLEMENTS="$TEMP_DIR/profileEntitlements"
633
+ PlistBuddy -x -c "Print Entitlements" "$TEMP_DIR/profile.plist" > "$PROFILE_ENTITLEMENTS"
634
+ checkStatus
635
+
636
+ log "Extracting entitlements from the app"
637
+ APP_ENTITLEMENTS="$TEMP_DIR/appEntitlements"
638
+ /usr/bin/codesign -d --entitlements :"$APP_ENTITLEMENTS" "$APP_PATH"
639
+ checkStatus
640
+
641
+ log "\nApp entitlements for ${APP_PATH}:"
642
+ log "$(cat "$APP_ENTITLEMENTS")"
643
+
644
+ # Get the old and new app identifier (prefix)
645
+ APP_ID_KEY="application-identifier"
646
+ # Extract just the identifier from the value
647
+ # Use the fact that we are after some identifer, which is always at the start of the string
648
+ OLD_APP_ID=$(PlistBuddy -c "Print $APP_ID_KEY" "$APP_ENTITLEMENTS" | grep -E '^[A-Z0-9]*' -o | tr -d '\n')
649
+ NEW_APP_ID=$(PlistBuddy -c "Print $APP_ID_KEY" "$PROFILE_ENTITLEMENTS" | grep -E '^[A-Z0-9]*' -o | tr -d '\n')
650
+
651
+ # Get the old and the new team ID
652
+ # Old team ID is not part of app entitlements, have to get it from old embedded provisioning profile
653
+ security cms -D -i "$TEMP_DIR/old-embedded.mobileprovision" > "$TEMP_DIR/old-embedded-profile.plist"
654
+ OLD_TEAM_ID=$(PlistBuddy -c "Print :TeamIdentifier:0" "$TEMP_DIR/old-embedded-profile.plist")
655
+ # New team ID is part of profile entitlements
656
+ NEW_TEAM_ID=$(PlistBuddy -c "Print com.apple.developer.team-identifier" "$PROFILE_ENTITLEMENTS" | grep -E '^[A-Z0-9]*' -o | tr -d '\n')
657
+
658
+ log "Patching profile entitlements with values from app entitlements"
659
+ PATCHED_ENTITLEMENTS="$TEMP_DIR/patchedEntitlements"
660
+ # Start with using what comes in provisioning profile entitlements before patching
661
+ cp -f "$PROFILE_ENTITLEMENTS" "$PATCHED_ENTITLEMENTS"
662
+
663
+ log "Removing denylisted keys from patched profile"
664
+ # See https://github.com/facebook/buck/issues/798 and https://github.com/facebook/buck/pull/802/files
665
+
666
+ # Update in https://github.com/facebook/buck/commit/99c0fbc3ab5ecf04d186913374f660683deccdef
667
+ # Update in https://github.com/facebook/buck/commit/36db188da9f6acbb9df419dc1904315ab00c4e19
668
+
669
+ # Buck changes referenced above are not self-explanatory and do not seem exhaustive or up-to-date
670
+ # Comments below explain the rules applied to each key in order to make realignment with future Xcode export logic easier
671
+ DENYLISTED_KEYS=(\
672
+ # PP list identifiers inconsistent with app-defined ones and this key does not seem to appear in IPA entitlements, so ignore it
673
+ "com.apple.developer.icloud-container-development-container-identifiers" \
674
+ # This key has an invalid generic value in PP (actual value is set by Xcode during export), see dedicated processing a few blocks below
675
+ "com.apple.developer.icloud-container-environment" \
676
+ # PP enable all available services and not app-defined ones, must use App entitlements value
677
+ "com.apple.developer.icloud-services" \
678
+ # Was already denylisted in previous version, but has someone ever seen this key in a PP?
679
+ "com.apple.developer.restricted-resource-mode" \
680
+ # If actually used by the App, this value will be set in its entitlements
681
+ "com.apple.developer.nfc.readersession.formats" \
682
+ # If actually used by the App, this value will be set in its entitlements
683
+ "com.apple.developer.siri" \
684
+ # PP define a generic TeamID.* identifier and not the app-defined one, must use App entitlements value
685
+ "com.apple.developer.ubiquity-kvstore-identifier" \
686
+ # If actually used by the App, this value will be set in its entitlements
687
+ "inter-app-audio" \
688
+ # PP define a generic TeamID.* identifier and not the app-defined one, must use App entitlements value
689
+ "keychain-access-groups" \
690
+ # If actually used by the App, this value will be set in its entitlements
691
+ "com.apple.developer.homekit" \
692
+ # If actually used by the App, this value will be set in its entitlements
693
+ "com.apple.developer.healthkit" \
694
+ # If actually used by the App, this value will be set in its entitlements
695
+ "com.apple.developer.healthkit.access" \
696
+ # If actually used by the App, this value will be set in its entitlements
697
+ "com.apple.developer.networking.vpn.api" \
698
+ # If actually used by the App, this value will be set in its entitlements
699
+ "com.apple.developer.networking.HotspotConfiguration" \
700
+ # PP list all available extensions and not app-defined ones, must use App entitlements value
701
+ "com.apple.developer.networking.networkextension" \
702
+ # If actually used by the App, this value will be set in its entitlements
703
+ "com.apple.developer.networking.multipath" \
704
+ # PP enable all domains via a non-AppStore-compliant '*' value, must use App entitlements value
705
+ "com.apple.developer.associated-domains" \
706
+ # If actually used by the App, this value will be set in its entitlements
707
+ "com.apple.developer.default-data-protection" \
708
+ # Was already denylisted in previous version, seems to be an artifact from an old Xcode release
709
+ "com.apple.developer.maps" \
710
+ # If actually used by the App, this value will be set in its entitlements
711
+ "com.apple.external-accessory.wireless-configuration"
712
+ )
713
+
714
+ # If we change team while resigning, we have no other choice than to use the following entitlements from the PP instead of the App
715
+ # because they are based on unique identifiers (defined in the developer portal) that can't be shared between teams
716
+ if [[ "$OLD_TEAM_ID" != "$NEW_TEAM_ID" ]]; then
717
+ warning "WARNING: Changing team while resigning"
718
+ warning "WARNING: Using these entitlements from the provisioning profile instead of the existing app:"
719
+ warning "WARNING: App Groups, Merchant IDs (Apple Pay In-App Payments), iCloud Containers, Pass Type IDs (Wallet)"
720
+ warning "WARNING: If these capabilities are enabled, make sure AppID and provisioning profile are properly configured"
721
+ # For Pass Types, PP only list a single TeamID.* identifier and not the potential restricted list defined in the existing App
722
+ # but we can't guess the new identifiers to be used, so this generic value is better than nothing and should be fine for most apps
723
+ warning "WARNING: Resigned app will allow all pass types from the new team, even if old app only allowed a restricted list"
724
+ else
725
+ DENYLISTED_KEYS+=(\
726
+ "com.apple.security.application-groups" \
727
+ "com.apple.developer.in-app-payments" \
728
+ "com.apple.developer.ubiquity-container-identifiers" \
729
+ "com.apple.developer.icloud-container-identifiers" \
730
+ "com.apple.developer.pass-type-identifiers" \
731
+ )
732
+ fi
733
+
734
+ # Denylisted keys must not be included into new profile, so remove them from patched profile
735
+ for KEY in "${DENYLISTED_KEYS[@]}"; do
736
+ log "Removing denylisted key: $KEY"
737
+ PlistBuddy -c "Delete $KEY" "$PATCHED_ENTITLEMENTS" 2>/dev/null
738
+ done
739
+
740
+ # List of rules for transferring entitlements from app to profile plist
741
+ # The format for each enty is "KEY[|ID_TYPE]"
742
+ # Where KEY is the plist key, e.g. "keychain-access-groups"
743
+ # and ID_TYPE is optional part separated by '|' that specifies what value to patch:
744
+ # TEAM_ID - patch the TeamIdentifierPrefix
745
+ # APP_ID - patch the AppIdentifierPrefix
746
+ # ICLOUD_ENV - patch the target iCloud Environment
747
+ # Patching means replacing old value from app entitlements with new value from provisioning profile
748
+ # For example, for KEY=keychain-access-groups the ID_TYPE=APP_ID
749
+ # Which means that old app ID prefix in keychain-access-groups will be replaced with new app ID prefix
750
+ # There can be only one ID_TYPE specified
751
+ # If entitlements use more than one ID type for single entitlement, then this way of resigning will not work
752
+ # instead an entitlements file must be provided explicitly
753
+ ENTITLEMENTS_TRANSFER_RULES=(\
754
+ "com.apple.developer.associated-domains" \
755
+ "com.apple.developer.default-data-protection" \
756
+ "com.apple.developer.healthkit" \
757
+ "com.apple.developer.healthkit.access" \
758
+ "com.apple.developer.homekit" \
759
+ "com.apple.developer.icloud-container-environment|ICLOUD_ENV" \
760
+ "com.apple.developer.icloud-services" \
761
+ "com.apple.developer.networking.HotspotConfiguration" \
762
+ "com.apple.developer.networking.multipath" \
763
+ "com.apple.developer.networking.networkextension" \
764
+ "com.apple.developer.networking.vpn.api" \
765
+ "com.apple.developer.nfc.readersession.formats" \
766
+ "com.apple.developer.siri" \
767
+ "com.apple.developer.ubiquity-kvstore-identifier|TEAM_ID" \
768
+ "com.apple.external-accessory.wireless-configuration" \
769
+ "inter-app-audio" \
770
+ "keychain-access-groups|APP_ID" \
771
+ )
772
+
773
+ # If we change team while resigning, we have no other choice than to use the following entitlements from the PP instead of the App
774
+ # because they are based on unique identifiers (defined in the developer portal) that can't be shared between teams
775
+ # If we don't change team while resigning, we should use the following entitlements from the existing App and not from the PP
776
+ if [[ "$OLD_TEAM_ID" == "$NEW_TEAM_ID" ]]; then
777
+ ENTITLEMENTS_TRANSFER_RULES+=(\
778
+ "com.apple.security.application-groups" \
779
+ "com.apple.developer.in-app-payments" \
780
+ "com.apple.developer.ubiquity-container-identifiers" \
781
+ "com.apple.developer.icloud-container-identifiers" \
782
+ "com.apple.developer.pass-type-identifiers|TEAM_ID" \
783
+ )
784
+ fi
785
+
786
+ # Loop over all the entitlement keys that need to be transferred from app entitlements
787
+ for RULE in "${ENTITLEMENTS_TRANSFER_RULES[@]}"; do
788
+ KEY=$(echo "$RULE" | cut -d'|' -f1)
789
+ ID_TYPE=$(echo "$RULE" | cut -d'|' -f2)
790
+
791
+ # Get the entry from app's entitlements
792
+ # Read it with PlistBuddy as XML, then strip the header and <plist></plist> part
793
+ ENTITLEMENTS_VALUE="$(PlistBuddy -x -c "Print $KEY" "$APP_ENTITLEMENTS" 2>/dev/null | tr -d '\n' | /usr/bin/sed -e 's,.*<plist[^>]*>\(.*\)</plist>,\1,g')"
794
+ if [[ -z "$ENTITLEMENTS_VALUE" ]]; then
795
+ log "No value for '$KEY'"
796
+ continue
797
+ fi
798
+
799
+ log "App entitlements value for key '$KEY':"
800
+ log "$ENTITLEMENTS_VALUE"
801
+
802
+ # Patch the ID value if specified
803
+ if [[ "$ID_TYPE" == "APP_ID" ]]; then
804
+ # Replace old value with new value in patched entitlements
805
+ log "Replacing old app ID '$OLD_APP_ID' with new app ID '$NEW_APP_ID'"
806
+ ENTITLEMENTS_VALUE=$(echo "$ENTITLEMENTS_VALUE" | /usr/bin/sed -e "s/$OLD_APP_ID/$NEW_APP_ID/g")
807
+ elif [[ "$ID_TYPE" == "TEAM_ID" ]]; then
808
+ # Replace old team identifier with new value
809
+ log "Replacing old team ID '$OLD_TEAM_ID' with new team ID '$NEW_TEAM_ID'"
810
+ ENTITLEMENTS_VALUE=$(echo "$ENTITLEMENTS_VALUE" | /usr/bin/sed -e "s/$OLD_TEAM_ID/$NEW_TEAM_ID/g")
811
+ elif [[ "$ID_TYPE" == "ICLOUD_ENV" ]]; then
812
+ # Add specific iCloud Environment key to patched entitlements
813
+ # This value is set by Xcode during export (manually selected for Development and AdHoc, automatically set to Production for Store)
814
+ # Would need an additional dedicated option to specify the iCloud environment to be used (Development or Production)
815
+ # For now, we assume Production is to be used when signing with a Distribution certificate, Development if not
816
+ local certificate_name=$CERTIFICATE
817
+ local sha1_pattern='[0-9A-F]{40}'
818
+
819
+ if [[ "$CERTIFICATE" =~ $sha1_pattern ]]; then
820
+ log "Certificate $CERTIFICATE matches a SHA1 pattern"
821
+ local certificate_matches="$( security find-identity -v -p codesigning | grep -m 1 "$CERTIFICATE" )"
822
+ if [ -n "$certificate_matches" ]; then
823
+ certificate_name="$(/usr/bin/sed -E s/[^\"]+\"\([^\"]+\)\".*/\\1/ <<< $certificate_matches )"
824
+ log "Certificate name: $certificate_name"
825
+ fi
826
+ fi
827
+
828
+ OLD_ICLOUD_ENV=$(echo "$ENTITLEMENTS_VALUE" | /usr/bin/sed -e 's,<string>\(.*\)</string>,\1,g')
829
+ if [[ "$certificate_name" =~ "Distribution:" ]]; then
830
+ NEW_ICLOUD_ENV="Production"
831
+ else
832
+ NEW_ICLOUD_ENV="Development"
833
+ fi
834
+ log "Replacing iCloud environment '$OLD_ICLOUD_ENV' with '$NEW_ICLOUD_ENV'"
835
+ ENTITLEMENTS_VALUE=$(echo "$ENTITLEMENTS_VALUE" | /usr/bin/sed -e "s/$OLD_ICLOUD_ENV/$NEW_ICLOUD_ENV/g")
836
+ fi
837
+
838
+ # Remove the entry for current key from profisioning profile entitlements (if exists)
839
+ PlistBuddy -c "Delete $KEY" "$PATCHED_ENTITLEMENTS" 2>/dev/null
840
+
841
+ # Add new entry to patched entitlements
842
+ # plutil needs dots in the key path to be escaped (e.g. com\.apple\.security\.application-groups)
843
+ # otherwise it interprets they key path as nested keys
844
+ # TODO: Should be able to replace with echo ${KEY//\./\\\\.} and remove shellcheck disable directive
845
+ # shellcheck disable=SC2001
846
+ PLUTIL_KEY=$(echo "$KEY" | /usr/bin/sed -e 's/\./\\\./g')
847
+ plutil -insert "$PLUTIL_KEY" -xml "$ENTITLEMENTS_VALUE" "$PATCHED_ENTITLEMENTS"
848
+ done
849
+
850
+ # Replace old bundle ID with new bundle ID in patched entitlements
851
+ # Read old bundle ID from the old Info.plist which was saved for this purpose
852
+ OLD_BUNDLE_ID="$(PlistBuddy -c "Print :CFBundleIdentifier" "$TEMP_DIR/oldInfo.plist")"
853
+ NEW_BUNDLE_ID="$(bundle_id_for_provision "$NEW_PROVISION")"
854
+ log "Replacing old bundle ID '$OLD_BUNDLE_ID' with new bundle ID '$NEW_BUNDLE_ID' in patched entitlements"
855
+ # Note: ideally we'd match against the opening <string> tag too, but this isn't possible
856
+ # because $OLD_BUNDLE_ID and $NEW_BUNDLE_ID do not include the team ID prefix which is
857
+ # present in the entitlements file.
858
+ # e.g. <string>AB1GP98Q19.com.example.foo</string>
859
+ # vs
860
+ # com.example.foo
861
+ /usr/bin/sed -i .bak "s!${OLD_BUNDLE_ID}</string>!${NEW_BUNDLE_ID}</string>!g" "$PATCHED_ENTITLEMENTS"
862
+
863
+ log "Resigning application using certificate: '$CERTIFICATE'"
864
+ log "and patched entitlements:"
865
+ log "$(cat "$PATCHED_ENTITLEMENTS")"
866
+ if [[ "${XCODE_VERSION/.*/}" -lt 10 ]]; then
867
+ log "Creating an archived-expanded-entitlements.xcent file for Xcode 9 builds or earlier"
868
+ cp -f "$PATCHED_ENTITLEMENTS" "$APP_PATH/archived-expanded-entitlements.xcent"
869
+ fi
870
+ /usr/bin/codesign ${VERBOSE} -f -s "$CERTIFICATE" --entitlements "$PATCHED_ENTITLEMENTS" "$APP_PATH"
871
+ checkStatus
872
+ else
873
+ log "Extracting entitlements from provisioning profile"
874
+ PlistBuddy -x -c "Print Entitlements" "$TEMP_DIR/profile.plist" > "$TEMP_DIR/newEntitlements"
875
+ checkStatus
876
+ log "Resigning application using certificate: '$CERTIFICATE'"
877
+ log "and entitlements from provisioning profile: $NEW_PROVISION"
878
+ if [[ "${XCODE_VERSION/.*/}" -lt 10 ]]; then
879
+ log "Creating an archived-expanded-entitlements.xcent file for Xcode 9 builds or earlier"
880
+ cp -- "$TEMP_DIR/newEntitlements" "$APP_PATH/archived-expanded-entitlements.xcent"
881
+ fi
882
+ # Must not qote KEYCHAIN_FLAG because it needs to be unwrapped and passed to codesign with spaces
883
+ # shellcheck disable=SC2086
884
+ /usr/bin/codesign ${VERBOSE} ${KEYCHAIN_FLAG} -f -s "$CERTIFICATE" --entitlements "$TEMP_DIR/newEntitlements" "$APP_PATH"
885
+ checkStatus
886
+ fi
887
+
888
+ # Remove the temporary files if they were created before generating ipa
889
+ rm -f "$TEMP_DIR/newEntitlements"
890
+ rm -f "$PROFILE_ENTITLEMENTS"
891
+ rm -f "$APP_ENTITLEMENTS"
892
+ rm -f "$PATCHED_ENTITLEMENTS"
893
+ rm -f "$PATCHED_ENTITLEMENTS.bak"
894
+ rm -f "$TEMP_DIR/old-embedded-profile.plist"
895
+ rm -f "$TEMP_DIR/profile.plist"
896
+ rm -f "$TEMP_DIR/old-embedded.mobileprovision"
897
+ rm -f "$TEMP_DIR/oldInfo.plist"
898
+ }
899
+
900
+ # Sign nested applications and app extensions
901
+ while IFS= read -d '' -r app;
902
+ do
903
+ log "Resigning nested application: '$app'"
904
+ resign "$app" NESTED
905
+ done < <(find "$TEMP_DIR/Payload/$APP_NAME" -d -mindepth 1 \( -name "*.app" -or -name "*.appex" \) -print0)
906
+
907
+ # Resign the application
908
+ resign "$TEMP_DIR/Payload/$APP_NAME"
909
+
910
+ # Repackage quietly
911
+ log "Repackaging as $NEW_FILE"
912
+
913
+ # Zip up the contents of the "$TEMP_DIR" folder
914
+ # Navigate to the temporary directory (sending the output to null)
915
+ # Zip all the contents, saving the zip file in the above directory
916
+ # Navigate back to the orignating directory (sending the output to null)
917
+ pushd "$TEMP_DIR" > /dev/null
918
+ # TODO: Fix shellcheck warning and remove directive
919
+ # shellcheck disable=SC2035
920
+ zip -qry "../$TEMP_DIR.ipa" *
921
+ popd > /dev/null
922
+
923
+ # Move the resulting ipa to the target destination
924
+ mv "$TEMP_DIR.ipa" "$NEW_FILE"
925
+
926
+ # Remove the temp directory
927
+ rm -rf "$TEMP_DIR"
928
+
929
+ log "Process complete"