summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-09-04 13:20:47 -0400
committerGitHub <noreply@github.com>2020-09-04 13:20:47 -0400
commite4e153f5be8c75211b50468a9dd6e1ca2df38bf9 (patch)
tree6a2312c401bb4a63117529fea8fdac335180f9cd
parentd322c60d0f0b4757cd72669b4087553c07341bc9 (diff)
parentb6e6c226ae11e5f779d6997af2cb6add276217a2 (diff)
downloadsdl_ios-e4e153f5be8c75211b50468a9dd6e1ca2df38bf9.tar.gz
Merge pull request #1774 from smartdevicelink/bugfix/issue_1772_fix_warnings_in_obj_c_ex_app
Fixed warnings in the Obj-C example app
-rw-r--r--Example Apps/Example ObjC/ConnectionTransitionContext.m2
-rw-r--r--Example Apps/Shared/Images.xcassets/AppIcon.appiconset/Contents.json55
-rw-r--r--Example Apps/Shared/Images.xcassets/AppIcon.appiconset/iTunesArtwork.pngbin0 -> 317272 bytes
3 files changed, 30 insertions, 27 deletions
diff --git a/Example Apps/Example ObjC/ConnectionTransitionContext.m b/Example Apps/Example ObjC/ConnectionTransitionContext.m
index e46e19a10..7275952c3 100644
--- a/Example Apps/Example ObjC/ConnectionTransitionContext.m
+++ b/Example Apps/Example ObjC/ConnectionTransitionContext.m
@@ -105,6 +105,8 @@
- (void)updateInteractiveTransition:(CGFloat)percentComplete {}
- (void)finishInteractiveTransition {}
- (void)cancelInteractiveTransition {}
+- (void)pauseInteractiveTransition {}
+
@end
diff --git a/Example Apps/Shared/Images.xcassets/AppIcon.appiconset/Contents.json b/Example Apps/Shared/Images.xcassets/AppIcon.appiconset/Contents.json
index 997a0f138..5e692a4d1 100644
--- a/Example Apps/Shared/Images.xcassets/AppIcon.appiconset/Contents.json
+++ b/Example Apps/Shared/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -2,58 +2,59 @@
"images" : [
{
"idiom" : "iphone",
- "size" : "20x20",
- "scale" : "2x"
+ "scale" : "2x",
+ "size" : "20x20"
},
{
"idiom" : "iphone",
- "size" : "20x20",
- "scale" : "3x"
+ "scale" : "3x",
+ "size" : "20x20"
},
{
- "size" : "29x29",
- "idiom" : "iphone",
"filename" : "Icon-Small@2x.png",
- "scale" : "2x"
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "29x29"
},
{
- "size" : "29x29",
- "idiom" : "iphone",
"filename" : "Icon-Small@3x.png",
- "scale" : "3x"
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "29x29"
},
{
- "size" : "40x40",
- "idiom" : "iphone",
"filename" : "Icon-Small-40@2x.png",
- "scale" : "2x"
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "40x40"
},
{
- "size" : "40x40",
- "idiom" : "iphone",
"filename" : "Icon-60@2x-1.png",
- "scale" : "3x"
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "40x40"
},
{
- "size" : "60x60",
- "idiom" : "iphone",
"filename" : "Icon-60@2x.png",
- "scale" : "2x"
+ "idiom" : "iphone",
+ "scale" : "2x",
+ "size" : "60x60"
},
{
- "size" : "60x60",
- "idiom" : "iphone",
"filename" : "Icon-60@3x.png",
- "scale" : "3x"
+ "idiom" : "iphone",
+ "scale" : "3x",
+ "size" : "60x60"
},
{
+ "filename" : "iTunesArtwork.png",
"idiom" : "ios-marketing",
- "size" : "1024x1024",
- "scale" : "1x"
+ "scale" : "1x",
+ "size" : "1024x1024"
}
],
"info" : {
- "version" : 1,
- "author" : "xcode"
+ "author" : "xcode",
+ "version" : 1
}
-} \ No newline at end of file
+}
diff --git a/Example Apps/Shared/Images.xcassets/AppIcon.appiconset/iTunesArtwork.png b/Example Apps/Shared/Images.xcassets/AppIcon.appiconset/iTunesArtwork.png
new file mode 100644
index 000000000..0d8007ea2
--- /dev/null
+++ b/Example Apps/Shared/Images.xcassets/AppIcon.appiconset/iTunesArtwork.png
Binary files differ