Skip to content

Commit bc1289f

Browse files
committed
Update the bundle display name of the example app
1 parent b32d889 commit bc1289f

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

Example/Example.xcodeproj/project.pbxproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
B548C5A71C8D55A8009D5AEE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B548C5A51C8D55A8009D5AEE /* InfoPlist.strings */; };
1011
B5E9F8FF1C8D3B6E00443DC7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E9F8FE1C8D3B6E00443DC7 /* AppDelegate.swift */; };
1112
B5E9F9011C8D3B6E00443DC7 /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E9F9001C8D3B6E00443DC7 /* ExampleViewController.swift */; };
1213
B5E9F9061C8D3B6E00443DC7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B5E9F9051C8D3B6E00443DC7 /* Assets.xcassets */; };
1314
B5E9F9091C8D3B6E00443DC7 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B5E9F9071C8D3B6E00443DC7 /* LaunchScreen.storyboard */; };
1415
/* End PBXBuildFile section */
1516

1617
/* Begin PBXFileReference section */
18+
B548C5A61C8D55A8009D5AEE /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1719
B5E9F8FB1C8D3B6E00443DC7 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
1820
B5E9F8FE1C8D3B6E00443DC7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
1921
B5E9F9001C8D3B6E00443DC7 /* ExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; };
@@ -56,6 +58,7 @@
5658
B5E9F9051C8D3B6E00443DC7 /* Assets.xcassets */,
5759
B5E9F9001C8D3B6E00443DC7 /* ExampleViewController.swift */,
5860
B5E9F90A1C8D3B6E00443DC7 /* Info.plist */,
61+
B548C5A51C8D55A8009D5AEE /* InfoPlist.strings */,
5962
B5E9F9071C8D3B6E00443DC7 /* LaunchScreen.storyboard */,
6063
);
6164
path = Example;
@@ -120,6 +123,7 @@
120123
buildActionMask = 2147483647;
121124
files = (
122125
B5E9F9061C8D3B6E00443DC7 /* Assets.xcassets in Resources */,
126+
B548C5A71C8D55A8009D5AEE /* InfoPlist.strings in Resources */,
123127
B5E9F9091C8D3B6E00443DC7 /* LaunchScreen.storyboard in Resources */,
124128
);
125129
runOnlyForDeploymentPostprocessing = 0;
@@ -139,6 +143,14 @@
139143
/* End PBXSourcesBuildPhase section */
140144

141145
/* Begin PBXVariantGroup section */
146+
B548C5A51C8D55A8009D5AEE /* InfoPlist.strings */ = {
147+
isa = PBXVariantGroup;
148+
children = (
149+
B548C5A61C8D55A8009D5AEE /* Base */,
150+
);
151+
name = InfoPlist.strings;
152+
sourceTree = "<group>";
153+
};
142154
B5E9F9071C8D3B6E00443DC7 /* LaunchScreen.storyboard */ = {
143155
isa = PBXVariantGroup;
144156
children = (
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
InfoPlist.strings
3+
Example
4+
5+
Created by Ben on 07/03/2016.
6+
Copyright © 2016 Polydice, Inc. All rights reserved.
7+
*/
8+
9+
"CFBundleDisplayName" = "ICInputAccessory";

0 commit comments

Comments
 (0)