Nativescript - iOS app name?
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?)?