diff --git a/GitStreak.xcodeproj/project.pbxproj b/GitStreak.xcodeproj/project.pbxproj index c45a8b4..549dfec 100644 --- a/GitStreak.xcodeproj/project.pbxproj +++ b/GitStreak.xcodeproj/project.pbxproj @@ -400,7 +400,6 @@ INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -411,7 +410,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Debug; }; @@ -429,7 +428,6 @@ INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -440,7 +438,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; }; name = Release; }; @@ -458,7 +456,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GitStreak.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/GitStreak"; }; name = Debug; @@ -477,7 +475,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; + TARGETED_DEVICE_FAMILY = 1; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GitStreak.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/GitStreak"; }; name = Release; diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/Contents.json b/GitStreak/Assets.xcassets/AppIcon.appiconset/Contents.json index 001f2d6..af5cab6 100644 --- a/GitStreak/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/GitStreak/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -53,60 +53,6 @@ "idiom": "iphone", "size": "60x60", "scale": "3x" - }, - { - "filename": "ipad-notification-20@1x.png", - "idiom": "ipad", - "size": "20x20", - "scale": "1x" - }, - { - "filename": "ipad-notification-40@2x.png", - "idiom": "ipad", - "size": "20x20", - "scale": "2x" - }, - { - "filename": "ipad-settings-29@1x.png", - "idiom": "ipad", - "size": "29x29", - "scale": "1x" - }, - { - "filename": "ipad-settings-58@2x.png", - "idiom": "ipad", - "size": "29x29", - "scale": "2x" - }, - { - "filename": "ipad-spotlight-40@1x.png", - "idiom": "ipad", - "size": "40x40", - "scale": "1x" - }, - { - "filename": "ipad-spotlight-80@2x.png", - "idiom": "ipad", - "size": "40x40", - "scale": "2x" - }, - { - "filename": "ipad-app-76@1x.png", - "idiom": "ipad", - "size": "76x76", - "scale": "1x" - }, - { - "filename": "ipad-app-152@2x.png", - "idiom": "ipad", - "size": "76x76", - "scale": "2x" - }, - { - "filename": "ipad-pro-app-167@2x.png", - "idiom": "ipad", - "size": "83.5x83.5", - "scale": "2x" } ], "info": { diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-app-152@2x.png b/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-app-152@2x.png deleted file mode 100644 index 5687eef..0000000 Binary files a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-app-152@2x.png and /dev/null differ diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-app-76@1x.png b/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-app-76@1x.png deleted file mode 100644 index 79ff10d..0000000 Binary files a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-app-76@1x.png and /dev/null differ diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-notification-20@1x.png b/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-notification-20@1x.png deleted file mode 100644 index 0a02a4c..0000000 Binary files a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-notification-20@1x.png and /dev/null differ diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-notification-40@2x.png b/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-notification-40@2x.png deleted file mode 100644 index 12e1554..0000000 Binary files a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-notification-40@2x.png and /dev/null differ diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-pro-app-167@2x.png b/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-pro-app-167@2x.png deleted file mode 100644 index eeb7289..0000000 Binary files a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-pro-app-167@2x.png and /dev/null differ diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-settings-29@1x.png b/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-settings-29@1x.png deleted file mode 100644 index 6811bc7..0000000 Binary files a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-settings-29@1x.png and /dev/null differ diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-settings-58@2x.png b/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-settings-58@2x.png deleted file mode 100644 index d779424..0000000 Binary files a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-settings-58@2x.png and /dev/null differ diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-spotlight-40@1x.png b/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-spotlight-40@1x.png deleted file mode 100644 index 12e1554..0000000 Binary files a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-spotlight-40@1x.png and /dev/null differ diff --git a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-spotlight-80@2x.png b/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-spotlight-80@2x.png deleted file mode 100644 index 3192b38..0000000 Binary files a/GitStreak/Assets.xcassets/AppIcon.appiconset/ipad-spotlight-80@2x.png and /dev/null differ