Nativescript - iOS app name?
Asked 07 September, 2021
Viewed 1.5K times
  • 52
Votes

How is the app name set in iOS version of the build?

Looking at app/App_Resources/iOS/Info.plist - I see

<key>CFBundleDisplayName</key> <string>${PRODUCT_NAME}</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string>

How are these 2 set and when are they set (during prepare?)?

1 Answer