From 090eb1ee34b28cc0332b92ea8c8dc173e52fc0c4 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sat, 19 May 2018 21:07:35 +0200 Subject: iOS, remove linker warnings (version mismatch). The Qt libraries are compiled as iOS 10.0, we link as iOS 8.0, this is a problem waiting to happen. First time we use a Qt function that uses a iOS 10.0 specific function the app will crash. Bumping iOS minimum version from 8.0 to 10.0 Removing the 76x icon, which are not valid from 10.0 and forward Signed-off-by: Jan Iversen --- .../AppIcon.appiconset/AppIcon-76.png | Bin 16692 -> 0 bytes .../storeIcon.xcassets/AppIcon.appiconset/Contents.json | 8 +------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 packaging/ios/storeIcon.xcassets/AppIcon.appiconset/AppIcon-76.png (limited to 'packaging/ios/storeIcon.xcassets') diff --git a/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/AppIcon-76.png b/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/AppIcon-76.png deleted file mode 100644 index 370d85a11..000000000 Binary files a/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/AppIcon-76.png and /dev/null differ diff --git a/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/Contents.json b/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/Contents.json index 1962012ed..3f0c82063 100644 --- a/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/Contents.json +++ b/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/Contents.json @@ -84,12 +84,6 @@ "filename" : "AppIcon40x40@2x.png", "scale" : "2x" }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "AppIcon-76.png", - "scale" : "1x" - }, { "size" : "76x76", "idiom" : "ipad", @@ -113,4 +107,4 @@ "version" : 1, "author" : "xcode" } -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2