Skip to content

Commit e732b7c

Browse files
committed
Set display name and category
1 parent 93f730a commit e732b7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RubyEvents.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@
305305
DEVELOPMENT_TEAM = NAQKG42NC3;
306306
GENERATE_INFOPLIST_FILE = YES;
307307
INFOPLIST_FILE = RubyEvents/Info.plist;
308+
INFOPLIST_KEY_CFBundleDisplayName = RubyEvents;
309+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
308310
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
309311
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
310312
INFOPLIST_KEY_UIMainStoryboardFile = Main;
@@ -333,6 +335,8 @@
333335
DEVELOPMENT_TEAM = NAQKG42NC3;
334336
GENERATE_INFOPLIST_FILE = YES;
335337
INFOPLIST_FILE = RubyEvents/Info.plist;
338+
INFOPLIST_KEY_CFBundleDisplayName = RubyEvents;
339+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.education";
336340
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
337341
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
338342
INFOPLIST_KEY_UIMainStoryboardFile = Main;

0 commit comments

Comments
 (0)