diff --git a/Carol.xcodeproj/project.pbxproj b/Carol.xcodeproj/project.pbxproj index b9f5dfa..2c5e4a3 100644 --- a/Carol.xcodeproj/project.pbxproj +++ b/Carol.xcodeproj/project.pbxproj @@ -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\""; @@ -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; }; @@ -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\""; @@ -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; }; diff --git a/Carol/Info.plist b/Carol/Info.plist index e6ae422..bc10e59 100644 --- a/Carol/Info.plist +++ b/Carol/Info.plist @@ -2,11 +2,6 @@ - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleExecutable @@ -29,6 +24,15 @@ public.app-category.music LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) + LSUIElement + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + NSAppleEventsUsageDescription + Carol needs permission to access this app in order to identify the currently playing song and show its lyrics. NSHumanReadableCopyright Copyright © 2019 Golden Chopper. All rights reserved. NSMainStoryboardFile @@ -39,9 +43,5 @@ NSSupportsSuddenTermination - NSAppleEventsUsageDescription - Carol needs permission to access this app in order to identify the currently playing song and show its lyrics. - LSUIElement -