diff --git a/Mixonomer.xcodeproj/project.pbxproj b/Mixonomer.xcodeproj/project.pbxproj index ea2fa0a..b3adbfb 100644 --- a/Mixonomer.xcodeproj/project.pbxproj +++ b/Mixonomer.xcodeproj/project.pbxproj @@ -623,6 +623,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Mixonomer/Mixonomer.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "Mixonomer/Preview\\ Content"; @@ -635,6 +636,8 @@ ); PRODUCT_BUNDLE_IDENTIFIER = xyz.sarsoo.Mixonomer; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_VERSION = 5.0; @@ -647,6 +650,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Mixonomer/Mixonomer.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_ASSET_PATHS = "Mixonomer/Preview\\ Content"; @@ -659,6 +663,8 @@ ); PRODUCT_BUNDLE_IDENTIFIER = xyz.sarsoo.Mixonomer; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = ""; SUPPORTS_MACCATALYST = YES; SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; SWIFT_VERSION = 5.0; diff --git a/Mixonomer/Application/Base.lproj/LaunchScreen.storyboard b/Mixonomer/Application/Base.lproj/LaunchScreen.storyboard index fd60564..63e34fa 100644 --- a/Mixonomer/Application/Base.lproj/LaunchScreen.storyboard +++ b/Mixonomer/Application/Base.lproj/LaunchScreen.storyboard @@ -1,9 +1,10 @@ - + - + + @@ -15,13 +16,13 @@ - + - + @@ -30,6 +31,9 @@ - + + + + diff --git a/Mixonomer/Assets.xcassets/Splash.imageset/Contents.json b/Mixonomer/Assets.xcassets/Splash.imageset/Contents.json new file mode 100644 index 0000000..91a6568 --- /dev/null +++ b/Mixonomer/Assets.xcassets/Splash.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Splashscreen.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Mixonomer/Assets.xcassets/Splash.imageset/Splashscreen.png b/Mixonomer/Assets.xcassets/Splash.imageset/Splashscreen.png new file mode 100644 index 0000000..d0d1379 Binary files /dev/null and b/Mixonomer/Assets.xcassets/Splash.imageset/Splashscreen.png differ diff --git a/Mixonomer/Info.plist b/Mixonomer/Info.plist index d53f3f0..4dd0877 100644 --- a/Mixonomer/Info.plist +++ b/Mixonomer/Info.plist @@ -20,6 +20,8 @@ 1.0 CFBundleVersion 1 + LSApplicationCategoryType + public.app-category.music LSRequiresIPhoneOS UIApplicationSceneManifest diff --git a/res/Splashscreen.xcf b/res/Splashscreen.xcf new file mode 100644 index 0000000..cf0f99b Binary files /dev/null and b/res/Splashscreen.xcf differ