Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scl
boilerplate
mobile-moko-boilerplate
Commits
c2904f36
Commit
c2904f36
authored
Sep 21, 2021
by
Aleksey Mikhailov
🗻
Browse files
add provisioning profile setting
parent
b4a23d66
Changes
3
Hide whitespace changes
Inline
Side-by-side
ios-app/BuildConfigurations/ios-app.dev.xcconfig
View file @
c2904f36
// add "dev" params
PRODUCT_BUNDLE_IDENTIFIER = dev.icerock.boilerplate.dev
PROVISIONING_PROFILE_SPECIFIER = "$(sigh_dev.icerock.boilerplate.dev_development_profile-name)";
SERVER_ENDPOINT = "https://dev.localhost/";
ios-app/BuildConfigurations/ios-app.prod.xcconfig
View file @
c2904f36
// add "prod" params
PRODUCT_BUNDLE_IDENTIFIER = dev.icerock.boilerplate
PROVISIONING_PROFILE_SPECIFIER = "$(sigh_dev.icerock.boilerplate_development_profile-name)";
SERVER_ENDPOINT = "https://localhost/";
ios-app/BuildConfigurations/ios-app.stage.xcconfig
View file @
c2904f36
// add "stage" params
PRODUCT_BUNDLE_IDENTIFIER = dev.icerock.boilerplate.stage
\ No newline at end of file
PRODUCT_BUNDLE_IDENTIFIER = dev.icerock.boilerplate.stage
PROVISIONING_PROFILE_SPECIFIER = "$(sigh_dev.icerock.boilerplate.stage_development_profile-name)";
SERVER_ENDPOINT = "https://stage.localhost/";
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment