Skip to content

Commit

Permalink
KYLoggerDemo: Set App Category as "Developer Tools"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed Dec 8, 2023
1 parent af1b072 commit 9cfc42e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KYLogger.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@
"$(inherited)",
);
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
Expand Down Expand Up @@ -795,6 +796,7 @@
ENABLE_PREVIEWS = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.developer-tools";
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES;
"INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES;
"INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES;
Expand Down

0 comments on commit 9cfc42e

Please sign in to comment.