Skip to content

Commit

Permalink
[Release] #main - 앱 카테고리 지정 및 빌드 버전 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
Guryss committed Oct 16, 2024
1 parent 590f5d6 commit b81e9c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions BOOKBBANG/BOOKBBANG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = BOOKBBANG/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "책빵";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
INFOPLIST_KEY_NSCameraUsageDescription = "LiveText 기능을 통해 책의 구절을 저장하기 위한 카메라 접근이 필요합니다. ";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand All @@ -1084,7 +1085,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.ApplePuffGirls.BOOKBBANG;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1114,6 +1115,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = BOOKBBANG/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "책빵";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
INFOPLIST_KEY_NSCameraUsageDescription = "LiveText 기능을 통해 책의 구절을 저장하기 위한 카메라 접근이 필요합니다. ";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand All @@ -1126,7 +1128,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.ApplePuffGirls.BOOKBBANG;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit b81e9c3

Please sign in to comment.