Skip to content

Commit

Permalink
Updated info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaghSharma committed Nov 22, 2019
1 parent f6b4962 commit 35d310d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
10 changes: 6 additions & 4 deletions Carol.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Carol/Carol.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_ASSET_PATHS = "\"Carol/Preview Content\"";
Expand All @@ -462,8 +463,8 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.goldenchopper.Carol;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.anaghsharma.carol;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
Expand All @@ -474,6 +475,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Carol/Carol.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_ASSET_PATHS = "\"Carol/Preview Content\"";
Expand All @@ -486,8 +488,8 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.goldenchopper.Carol;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.anaghsharma.carol;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
};
Expand Down
18 changes: 9 additions & 9 deletions Carol/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,6 +24,15 @@
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSAppleEventsUsageDescription</key>
<string>Carol needs permission to access this app in order to identify the currently playing song and show its lyrics.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Golden Chopper. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
Expand All @@ -39,9 +43,5 @@
<true/>
<key>NSSupportsSuddenTermination</key>
<true/>
<key>NSAppleEventsUsageDescription</key>
<string>Carol needs permission to access this app in order to identify the currently playing song and show its lyrics.</string>
<key>LSUIElement</key>
<true/>
</dict>
</plist>

0 comments on commit 35d310d

Please sign in to comment.