Skip to content

Commit

Permalink
chore: testflight declined icon lol
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed Jun 23, 2024
1 parent 3ce0414 commit 76364f4
Show file tree
Hide file tree
Showing 19 changed files with 52 additions and 54 deletions.
18 changes: 8 additions & 10 deletions CoreDex.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
3AB6ED602B8A5B41009B24B4 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AB6ED5F2B8A5B41009B24B4 /* ContentView.swift */; };
3AB6ED622B8A5B42009B24B4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3AB6ED612B8A5B42009B24B4 /* Assets.xcassets */; };
3AB6ED652B8A5B42009B24B4 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3AB6ED642B8A5B42009B24B4 /* Preview Assets.xcassets */; };
3AB6ED7C2B8A7D41009B24B4 /* Config.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3AB6ED7B2B8A7D41009B24B4 /* Config.xcconfig */; };
3AB6ED812B8A8BCF009B24B4 /* getPokemonByDexNumber.graphql in Resources */ = {isa = PBXBuildFile; fileRef = 3AB6ED802B8A8BCF009B24B4 /* getPokemonByDexNumber.graphql */; };
3AB6ED832B8A8C91009B24B4 /* schema.graphqls in Resources */ = {isa = PBXBuildFile; fileRef = 3AB6ED822B8A8C91009B24B4 /* schema.graphqls */; };
3AB6ED8D2B8A924E009B24B4 /* ImagePredictor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AB6ED8C2B8A924E009B24B4 /* ImagePredictor.swift */; };
Expand All @@ -41,7 +40,6 @@
3AB6ED5F2B8A5B41009B24B4 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
3AB6ED612B8A5B42009B24B4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
3AB6ED642B8A5B42009B24B4 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
3AB6ED7B2B8A7D41009B24B4 /* Config.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; };
3AB6ED802B8A8BCF009B24B4 /* getPokemonByDexNumber.graphql */ = {isa = PBXFileReference; lastKnownFileType = text; path = getPokemonByDexNumber.graphql; sourceTree = "<group>"; };
3AB6ED822B8A8C91009B24B4 /* schema.graphqls */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = schema.graphqls; sourceTree = "<group>"; };
3AB6ED8C2B8A924E009B24B4 /* ImagePredictor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePredictor.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -92,7 +90,6 @@
3AB6ED5D2B8A5B41009B24B4 /* CoreDexApp.swift */,
3AB6ED612B8A5B42009B24B4 /* Assets.xcassets */,
3AB6ED632B8A5B42009B24B4 /* Preview Content */,
3AB6ED7B2B8A7D41009B24B4 /* Config.xcconfig */,
);
path = CoreDex;
sourceTree = "<group>";
Expand Down Expand Up @@ -217,7 +214,6 @@
3AB6ED652B8A5B42009B24B4 /* Preview Assets.xcassets in Resources */,
3AB6ED832B8A8C91009B24B4 /* schema.graphqls in Resources */,
3AB6ED812B8A8BCF009B24B4 /* getPokemonByDexNumber.graphql in Resources */,
3AB6ED7C2B8A7D41009B24B4 /* Config.xcconfig in Resources */,
3AB6ED622B8A5B42009B24B4 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -368,17 +364,18 @@
};
3AB6ED692B8A5B42009B24B4 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3AB6ED7B2B8A7D41009B24B4 /* Config.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "${BUILD_NUMBER}";
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"CoreDex/Preview Content\"";
DEVELOPMENT_TEAM = L988J7YMK5;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = CoreDex/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = CoreDex;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSCameraUsageDescription = "Camera is used to identify PokéMon";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand All @@ -390,7 +387,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = "${VERSION}";
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.adrian.CoreDex;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -401,17 +398,18 @@
};
3AB6ED6A2B8A5B42009B24B4 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3AB6ED7B2B8A7D41009B24B4 /* Config.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "${BUILD_NUMBER}";
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"CoreDex/Preview Content\"";
DEVELOPMENT_TEAM = L988J7YMK5;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = CoreDex/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = CoreDex;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSCameraUsageDescription = "Camera is used to identify PokéMon";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
Expand All @@ -423,7 +421,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = "${VERSION}";
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.adrian.CoreDex;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/AppIcon-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/AppIcon-ipad-76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified CoreDex/Assets.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 44 additions & 44 deletions CoreDex/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,112 +1,112 @@
{
"images" : [
{
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "2x",
"size" : "20x20"
"size" : "20x20",
"idiom" : "iphone",
"scale" : "2x"
},
{
"size" : "20x20",
"scale" : "3x",
"filename" : "[email protected]",
"size" : "20x20",
"idiom" : "iphone"
},
{
"scale" : "1x",
"filename" : "AppIcon-ipad-20.png",
"size" : "20x20",
"idiom" : "ipad",
"filename" : "AppIcon-ipad-20.png"
"scale" : "1x",
"idiom" : "ipad"
},
{
"filename" : "[email protected]",
"scale" : "2x",
"size" : "20x20",
"idiom" : "ipad"
"idiom" : "ipad",
"filename" : "[email protected]",
"size" : "20x20"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x",
"size" : "29x29"
"idiom" : "iphone"
},
{
"scale" : "3x",
"filename" : "[email protected]",
"idiom" : "iphone",
"size" : "29x29",
"filename" : "[email protected]"
"scale" : "3x",
"size" : "29x29"
},
{
"size" : "40x40",
"filename" : "[email protected]",
"scale" : "2x",
"idiom" : "iphone",
"scale" : "2x"
"size" : "40x40"
},
{
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40",
"scale" : "3x"
"filename" : "[email protected]",
"idiom" : "iphone"
},
{
"size" : "60x60",
"scale" : "2x",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "2x"
"size" : "60x60",
"filename" : "[email protected]"
},
{
"size" : "60x60",
"filename" : "[email protected]",
"idiom" : "iphone",
"scale" : "3x",
"idiom" : "iphone"
"filename" : "[email protected]"
},
{
"scale" : "1x",
"size" : "29x29",
"idiom" : "ipad",
"filename" : "AppIcon-ipad-29.png",
"scale" : "1x"
"idiom" : "ipad"
},
{
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x",
"size" : "29x29",
"idiom" : "ipad"
"scale" : "2x"
},
{
"scale" : "1x",
"filename" : "AppIcon-ipad-40.png",
"size" : "40x40",
"idiom" : "ipad"
"idiom" : "ipad",
"scale" : "1x",
"filename" : "AppIcon-ipad-40.png"
},
{
"size" : "40x40",
"idiom" : "ipad",
"scale" : "2x",
"size" : "40x40",
"filename" : "[email protected]"
},
{
"size" : "76x76",
"filename" : "AppIcon-ipad-76.png",
"idiom" : "ipad",
"scale" : "1x"
"size" : "76x76",
"scale" : "1x",
"idiom" : "ipad"
},
{
"scale" : "2x",
"filename" : "[email protected]",
"size" : "76x76",
"idiom" : "ipad"
"idiom" : "ipad",
"scale" : "2x",
"filename" : "[email protected]"
},
{
"filename" : "[email protected]",
"size" : "83.5x83.5",
"idiom" : "ipad",
"scale" : "2x",
"idiom" : "ipad"
"size" : "83.5x83.5",
"filename" : "[email protected]"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x",
"filename" : "AppIcon-1024.png"
"filename" : "AppIcon-1024.png",
"scale" : "1x"
}
],
"info" : {
Expand Down

0 comments on commit 76364f4

Please sign in to comment.