diff --git a/icons_launcher-production.yaml b/icons_launcher-production.yaml index bcabbbe..a06463f 100644 --- a/icons_launcher-production.yaml +++ b/icons_launcher-production.yaml @@ -6,7 +6,6 @@ icons_launcher: adaptive_background_color: "#3a2101" adaptive_monochrome_image: "icons/production/fladder_adaptive_icon.png" notification_image: icons/fladder_notification_icon.png - enable: true ios: image_path: "icons/production/fladder_store_icon.png" diff --git a/macos/Runner.xcodeproj/project.pbxproj b/macos/Runner.xcodeproj/project.pbxproj index 364bdb5..2d87b01 100644 --- a/macos/Runner.xcodeproj/project.pbxproj +++ b/macos/Runner.xcodeproj/project.pbxproj @@ -588,7 +588,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = productionIcons; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; CODE_SIGN_STYLE = Automatic; @@ -714,7 +714,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = productionIcons; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; CODE_SIGN_STYLE = Automatic; @@ -734,7 +734,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = productionIcons; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements; CODE_SIGN_STYLE = Automatic; @@ -822,7 +822,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = developmentIcons; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; CODE_SIGN_STYLE = Automatic; @@ -912,7 +912,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = developmentIcons; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements; CODE_SIGN_STYLE = Automatic; @@ -1001,7 +1001,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 33E5194F232828860026EE4D /* AppInfo.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = developmentIcons; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements; CODE_SIGN_STYLE = Automatic; diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-1024.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-1024.png deleted file mode 100644 index ad021b8..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-1024.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-128.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-128.png deleted file mode 100644 index 1a1af77..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-128.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-16.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-16.png deleted file mode 100644 index 68098ef..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-16.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-256.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-256.png deleted file mode 100644 index 4f0337c..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-256.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-32.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-32.png deleted file mode 100644 index 6485db6..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-32.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-512.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-512.png deleted file mode 100644 index 3ebf261..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-512.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-64.png b/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-64.png deleted file mode 100644 index d34c2d1..0000000 Binary files a/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon-64.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/Contents.json b/macos/Runner/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/macos/Runner/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/Contents.json b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/Contents.json deleted file mode 100644 index 7b4d860..0000000 --- a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/Contents.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "images": [ - { - "filename": "app_icon_16.png", - "idiom": "mac", - "scale": "1x", - "size": "16x16" - }, - { - "filename": "app_icon_32.png", - "idiom": "mac", - "scale": "2x", - "size": "16x16" - }, - { - "filename": "app_icon_32.png", - "idiom": "mac", - "scale": "1x", - "size": "32x32" - }, - { - "filename": "app_icon_64.png", - "idiom": "mac", - "scale": "2x", - "size": "32x32" - }, - { - "filename": "app_icon_128.png", - "idiom": "mac", - "scale": "1x", - "size": "128x128" - }, - { - "filename": "app_icon_256.png", - "idiom": "mac", - "scale": "2x", - "size": "128x128" - }, - { - "filename": "app_icon_256.png", - "idiom": "mac", - "scale": "1x", - "size": "256x256" - }, - { - "filename": "app_icon_512.png", - "idiom": "mac", - "scale": "2x", - "size": "256x256" - }, - { - "filename": "app_icon_512.png", - "idiom": "mac", - "scale": "1x", - "size": "512x512" - }, - { - "filename": "app_icon_1024.png", - "idiom": "mac", - "scale": "2x", - "size": "512x512" - } - ], - "info": { - "author": "icons_launcher", - "version": 1 - } -} \ No newline at end of file diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-1024.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-1024.png deleted file mode 100644 index ad021b8..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-1024.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-128.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-128.png deleted file mode 100644 index 1a1af77..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-128.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-16.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-16.png deleted file mode 100644 index 68098ef..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-16.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-256.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-256.png deleted file mode 100644 index 4f0337c..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-256.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-32.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-32.png deleted file mode 100644 index 6485db6..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-32.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-512.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-512.png deleted file mode 100644 index 3ebf261..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-512.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-64.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-64.png deleted file mode 100644 index d34c2d1..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon-64.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_1024.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_1024.png deleted file mode 100644 index 8435427..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_1024.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_128.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_128.png deleted file mode 100644 index 84919a6..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_128.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_16.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_16.png deleted file mode 100644 index 1dba50d..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_16.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_256.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_256.png deleted file mode 100644 index 3f5fe7a..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_256.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_32.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_32.png deleted file mode 100644 index 2e78bf4..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_32.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_512.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_512.png deleted file mode 100644 index da51fa9..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_512.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_64.png b/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_64.png deleted file mode 100644 index 1e7c197..0000000 Binary files a/macos/Runner/Assets.xcassets/developmentIcons.appiconset/app_icon_64.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/Contents.json b/macos/Runner/Assets.xcassets/productionIcons.appiconset/Contents.json deleted file mode 100644 index 7b4d860..0000000 --- a/macos/Runner/Assets.xcassets/productionIcons.appiconset/Contents.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "images": [ - { - "filename": "app_icon_16.png", - "idiom": "mac", - "scale": "1x", - "size": "16x16" - }, - { - "filename": "app_icon_32.png", - "idiom": "mac", - "scale": "2x", - "size": "16x16" - }, - { - "filename": "app_icon_32.png", - "idiom": "mac", - "scale": "1x", - "size": "32x32" - }, - { - "filename": "app_icon_64.png", - "idiom": "mac", - "scale": "2x", - "size": "32x32" - }, - { - "filename": "app_icon_128.png", - "idiom": "mac", - "scale": "1x", - "size": "128x128" - }, - { - "filename": "app_icon_256.png", - "idiom": "mac", - "scale": "2x", - "size": "128x128" - }, - { - "filename": "app_icon_256.png", - "idiom": "mac", - "scale": "1x", - "size": "256x256" - }, - { - "filename": "app_icon_512.png", - "idiom": "mac", - "scale": "2x", - "size": "256x256" - }, - { - "filename": "app_icon_512.png", - "idiom": "mac", - "scale": "1x", - "size": "512x512" - }, - { - "filename": "app_icon_1024.png", - "idiom": "mac", - "scale": "2x", - "size": "512x512" - } - ], - "info": { - "author": "icons_launcher", - "version": 1 - } -} \ No newline at end of file diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-1024.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-1024.png deleted file mode 100644 index ad021b8..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-1024.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-128.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-128.png deleted file mode 100644 index 1a1af77..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-128.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-16.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-16.png deleted file mode 100644 index 68098ef..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-16.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-256.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-256.png deleted file mode 100644 index 4f0337c..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-256.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-32.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-32.png deleted file mode 100644 index 6485db6..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-32.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-512.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-512.png deleted file mode 100644 index 3ebf261..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-512.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-64.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-64.png deleted file mode 100644 index d34c2d1..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon-64.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_1024.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_1024.png deleted file mode 100644 index 2695f92..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_1024.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_128.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_128.png deleted file mode 100644 index 9fee12d..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_128.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_16.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_16.png deleted file mode 100644 index c204dd4..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_16.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_256.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_256.png deleted file mode 100644 index 0dfd254..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_256.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_32.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_32.png deleted file mode 100644 index b62e8e9..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_32.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_512.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_512.png deleted file mode 100644 index 398f7e5..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_512.png and /dev/null differ diff --git a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_64.png b/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_64.png deleted file mode 100644 index ad35216..0000000 Binary files a/macos/Runner/Assets.xcassets/productionIcons.appiconset/app_icon_64.png and /dev/null differ