Skip to content

Commit e690400

Browse files
committed
[iOS] Change Display Name
1 parent 2fc5159 commit e690400

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

iosApp/KmpShowcase.xcodeproj/project.pbxproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 53;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -332,7 +332,7 @@
332332
};
333333
};
334334
buildConfigurationList = 7555FF76242A565900829871 /* Build configuration list for PBXProject "KmpShowcase" */;
335-
compatibilityVersion = "Xcode 9.3";
335+
compatibilityVersion = "Xcode 11.4";
336336
developmentRegion = en;
337337
hasScannedForEncodings = 0;
338338
knownRegions = (
@@ -584,13 +584,15 @@
584584
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
585585
CODE_SIGN_STYLE = Automatic;
586586
DEVELOPMENT_ASSET_PATHS = "\"KmpShowcase/Preview Content\"";
587+
DEVELOPMENT_TEAM = "";
587588
ENABLE_PREVIEWS = YES;
588589
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../shared/build/xcode-frameworks";
589590
INFOPLIST_FILE = "KmpShowcase/Supporting Files/Info.plist";
590591
LD_RUNPATH_SEARCH_PATHS = (
591592
"$(inherited)",
592593
"@executable_path/Frameworks",
593594
);
595+
MARKETING_VERSION = 1.0.0;
594596
PRODUCT_BUNDLE_IDENTIFIER = me.moallemi.kmpshowcase;
595597
PRODUCT_NAME = "$(TARGET_NAME)";
596598
SWIFT_VERSION = 5.0;
@@ -604,13 +606,15 @@
604606
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
605607
CODE_SIGN_STYLE = Automatic;
606608
DEVELOPMENT_ASSET_PATHS = "\"KmpShowcase/Preview Content\"";
609+
DEVELOPMENT_TEAM = "";
607610
ENABLE_PREVIEWS = YES;
608611
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/../shared/build/xcode-frameworks";
609612
INFOPLIST_FILE = "KmpShowcase/Supporting Files/Info.plist";
610613
LD_RUNPATH_SEARCH_PATHS = (
611614
"$(inherited)",
612615
"@executable_path/Frameworks",
613616
);
617+
MARKETING_VERSION = 1.0.0;
614618
PRODUCT_BUNDLE_IDENTIFIER = me.moallemi.kmpshowcase;
615619
PRODUCT_NAME = "$(TARGET_NAME)";
616620
SWIFT_VERSION = 5.0;

iosApp/KmpShowcase/Supporting Files/Info.plist

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NSAppTransportSecurity</key>
6-
<dict>
7-
<key>NSAllowsLocalNetworking</key>
8-
<true/>
9-
</dict>
105
<key>CFBundleDevelopmentRegion</key>
116
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>KMP Showcase</string>
129
<key>CFBundleExecutable</key>
1310
<string>$(EXECUTABLE_NAME)</string>
1411
<key>CFBundleIdentifier</key>
@@ -20,11 +17,16 @@
2017
<key>CFBundlePackageType</key>
2118
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2219
<key>CFBundleShortVersionString</key>
23-
<string>1.0</string>
20+
<string>$(MARKETING_VERSION)</string>
2421
<key>CFBundleVersion</key>
2522
<string>1</string>
2623
<key>LSRequiresIPhoneOS</key>
2724
<true/>
25+
<key>NSAppTransportSecurity</key>
26+
<dict>
27+
<key>NSAllowsLocalNetworking</key>
28+
<true/>
29+
</dict>
2830
<key>UIApplicationSceneManifest</key>
2931
<dict>
3032
<key>UIApplicationSupportsMultipleScenes</key>

0 commit comments

Comments
 (0)