-
Notifications
You must be signed in to change notification settings - Fork 12
Fix iOS Archiving / Dynamic App Display Name from .env #371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix iOS Archiving / Dynamic App Display Name from .env #371
Conversation
05d9b3e to
42a95b8
Compare
| "turbo": "turbo", | ||
| "test": "jest" | ||
| "test": "jest", | ||
| "env-to-xcconfig": "./scripts/env_to_xcconfig" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need a .sh suffix here
I get command not found: ./scripts/env_to_xcconfig without it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dang it - im going to rename the script
I forgot to retest this part as teccccchnically the xcode build will always run this, so i feel like its maybe superfluous to even have an imperative way to call it
kiftio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to fix up the suffix
aa1a443 to
b097053
Compare
1868898
into
prototype/development
What changes are you making?
.envas aJSEnvironment.xcconfig- which the iOS app now uses to configure the CFBundleDisplayName (name of the app in app launcher on iOS)I've added pre-build commands which will ensure that the JSEnvironment is created before continuing with xcode compilation
Given a display_name like this:

iOS:

Android:

PR Checklist
Important
Releasing a new version of the kit?
package.jsonfile.Tip
See the Contributing documentation for instructions on how to publish a new version of the library.