forked from emenegro/bitrise-step-product-bundle-identifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstep.yml
executable file
·32 lines (31 loc) · 1.48 KB
/
step.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
title: Replaces Xcode's project PRODUCT_BUNDLE_IDENTIFIER
summary: Replaces Xcode's project PRODUCT_BUNDLE_IDENTIFIER setting.
description: |-
Replaces Xcode's project `PRODUCT_BUNDLE_IDENTIFIER` setting by passing in a new value.
This is the recommended way to substitute the bundle identifier
instead of modifiying the `CFBundleIdentifier` setting in the `Info.plist` file.
From [Xcode 7 Release Notes](https://developer.apple.com/library/content/documentation/Xcode/Conceptual/RN-Xcode-Archive/Chapters/xc7_release_notes.html):
«The new build setting Product Bundle Identifier (PRODUCT_BUNDLE_IDENTIFIER) is the recommended place to set the Bundle Identifier for a target. The target’s Info.plist should be configured to use this build setting by referencing it as $(PRODUCT_BUNDLE_IDENTIFIER) in the value for the CFBundleIdentifier key.»
website: https://github.com/emenegro/bitrise-step-product-bundle-identifier
source_code_url: https://github.com/emenegro/bitrise-step-product-bundle-identifier
support_url: https://github.com/emenegro/bitrise-step-product-bundle-identifier/issues
host_os_tags:
- osx-10.10
project_type_tags:
- ios
- react-native
- cordova
- ionic
type_tags:
- utility
is_requires_admin_user: false
is_always_run: false
is_skippable: false
inputs:
- project_path:
opts:
title: "Xcode project path"
summary: "Path to the iOS project `.xcodeproj` file."
description: |
Path to the iOS project `.xcodeproj` file.
is_required: true