Skip to content

Commit 4a53ffb

Browse files
committed
Update build and app name
1 parent 29054de commit 4a53ffb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/nativescript-screenshot-share/App_Resources/iOS/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>${PRODUCT_NAME}</string>
8+
<string>screenshotshare</string>
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleInfoDictionaryVersion</key>

apps/nativescript-screenshot-share/App_Resources/iOS/build.xcconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
// To build for device with XCode you need to specify your development team.
55
// DEVELOPMENT_TEAM = YOUR_TEAM_ID;
66
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
7+
8+
DEVELOPMENT_TEAM = 4A98HVA57P

0 commit comments

Comments
 (0)