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
5feeb4f1
Commit
5feeb4f1
authored
Sep 21, 2021
by
Aleksey Mikhailov
🗻
Browse files
fix invalid settings value on ios
parent
e5df404f
Pipeline
#38841
passed with stages
in 8 minutes and 54 seconds
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
ios-app/BuildConfigurations/ios-app.dev.xcconfig
View file @
5feeb4f1
// 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/
";
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 @
5feeb4f1
// add "prod" params
PRODUCT_BUNDLE_IDENTIFIER = dev.icerock.boilerplate
PROVISIONING_PROFILE_SPECIFIER =
"
$(sigh_dev.icerock.boilerplate_development_profile-name)
";
SERVER_ENDPOINT =
"
https://localhost/
";
PROVISIONING_PROFILE_SPECIFIER = $(sigh_dev.icerock.boilerplate_development_profile-name)
SERVER_ENDPOINT = https://localhost/
ios-app/BuildConfigurations/ios-app.stage.xcconfig
View file @
5feeb4f1
// add "stage" params
PRODUCT_BUNDLE_IDENTIFIER = dev.icerock.boilerplate.stage
PROVISIONING_PROFILE_SPECIFIER =
"
$(sigh_dev.icerock.boilerplate.stage_development_profile-name)
";
SERVER_ENDPOINT =
"
https://stage.localhost/
";
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