Browse Source

Added missing icon for iPad Pro.

Updated App Store certificate (public) UUID.
QGC4.4
dogmaphobic 9 years ago
parent
commit
3cef9ab2c4
  1. BIN
      ios/AppIcon83.5x83.5@2x~ipad.png
  2. 1
      ios/iOS-Info.plist
  3. 1
      ios/iOSForAppStore-Info-Source.plist
  4. 2
      ios/qgroundcontrol_appstore.xcconfig

BIN
ios/AppIcon83.5x83.5@2x~ipad.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

1
ios/iOS-Info.plist

@ -78,6 +78,7 @@ @@ -78,6 +78,7 @@
<string>AppIcon72x72@2x~ipad.png</string>
<string>AppIcon76x76~ipad.png</string>
<string>AppIcon76x76@2x~ipad.png</string>
<string>AppIcon83.5x83.5@2x~ipad.png</string>
</array>
</dict>
</dict>

1
ios/iOSForAppStore-Info-Source.plist

@ -47,6 +47,7 @@ @@ -47,6 +47,7 @@
<string>AppIcon72x72@2x~ipad.png</string>
<string>AppIcon76x76~ipad.png</string>
<string>AppIcon76x76@2x~ipad.png</string>
<string>AppIcon83.5x83.5@2x~ipad.png</string>
</array>
</dict>
</dict>

2
ios/qgroundcontrol_appstore.xcconfig

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
PROVISIONING_PROFILE = 11a5f941-2284-40f1-95ad-50005b648377;
PROVISIONING_PROFILE = f22bae36-10c2-4fd8-b6f1-c83e47765614;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;

Loading…
Cancel
Save