Update app display name to "Payfrit Works"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
3d057b481d
commit
75c0698ec4
2 changed files with 4 additions and 2 deletions
|
|
@ -402,7 +402,7 @@
|
|||
DEVELOPMENT_TEAM = U83YL8VRF3;
|
||||
GENERATE_INFOPLIST_FILE = NO;
|
||||
INFOPLIST_FILE = PayfritWorks/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "Payfrit Works IOS";
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "Payfrit Works";
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.business";
|
||||
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
|
|
@ -434,7 +434,7 @@
|
|||
DEVELOPMENT_TEAM = U83YL8VRF3;
|
||||
GENERATE_INFOPLIST_FILE = NO;
|
||||
INFOPLIST_FILE = PayfritWorks/Info.plist;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "Payfrit Works IOS";
|
||||
INFOPLIST_KEY_CFBundleDisplayName = "Payfrit Works";
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.business";
|
||||
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
|
||||
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Payfrit Works</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue