Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 93f44e8

Browse files
author
Rad Azzouz
committed
Merge pull request #279 from AgileBits/improved/improved-compatibility-with-xcode-7.2
[IMPROVED] Improved compatibility with Xcode 7.2.
2 parents be76ca5 + 4ccaffa commit 93f44e8

File tree

17 files changed

+76
-2
lines changed

17 files changed

+76
-2
lines changed

Demos/App Demo for iOS Swift/App Demo for iOS Swift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
PRODUCT_NAME = "App Demo for iOS Swift";
277277
SWIFT_OBJC_BRIDGING_HEADER = "App Demo for iOS Swift/App Demo for iOS Swift-Bridging-Header.h";
278278
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
279+
TARGETED_DEVICE_FAMILY = 1;
279280
};
280281
name = Debug;
281282
};
@@ -289,6 +290,7 @@
289290
PRODUCT_BUNDLE_IDENTIFIER = "com.agilebits.$(PRODUCT_NAME:rfc1034identifier)";
290291
PRODUCT_NAME = "App Demo for iOS Swift";
291292
SWIFT_OBJC_BRIDGING_HEADER = "App Demo for iOS Swift/App Demo for iOS Swift-Bridging-Header.h";
293+
TARGETED_DEVICE_FAMILY = 1;
292294
};
293295
name = Release;
294296
};

Demos/App Demo for iOS Swift/App Demo for iOS Swift/Images.xcassets/acme-anvil-corp.appiconset/Contents.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,24 @@
66
"filename" : "icon_29x29@2x.png",
77
"scale" : "2x"
88
},
9+
{
10+
"size" : "29x29",
11+
"idiom" : "iphone",
12+
"filename" : "icon_29x29@3x.png",
13+
"scale" : "3x"
14+
},
915
{
1016
"size" : "40x40",
1117
"idiom" : "iphone",
1218
"filename" : "icon_40x40@2x.png",
1319
"scale" : "2x"
1420
},
21+
{
22+
"size" : "40x40",
23+
"idiom" : "iphone",
24+
"filename" : "icon_40x40@3x.png",
25+
"scale" : "3x"
26+
},
1527
{
1628
"size" : "60x60",
1729
"idiom" : "iphone",
@@ -59,6 +71,12 @@
5971
"idiom" : "ipad",
6072
"filename" : "icon_76x76@2x.png",
6173
"scale" : "2x"
74+
},
75+
{
76+
"size" : "83.5x83.5",
77+
"idiom" : "ipad",
78+
"filename" : "icon_83.5x83.5@2x.png",
79+
"scale" : "2x"
6280
}
6381
],
6482
"info" : {
8.56 KB
Loading
13.4 KB
Loading
22.3 KB
Loading

Demos/App Demo for iOS/App Demo for iOS/Images.xcassets/acme-anvil-corp.appiconset/Contents.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,24 @@
66
"filename" : "icon_29x29@2x.png",
77
"scale" : "2x"
88
},
9+
{
10+
"size" : "29x29",
11+
"idiom" : "iphone",
12+
"filename" : "icon_29x29@3x.png",
13+
"scale" : "3x"
14+
},
915
{
1016
"size" : "40x40",
1117
"idiom" : "iphone",
1218
"filename" : "icon_40x40@2x.png",
1319
"scale" : "2x"
1420
},
21+
{
22+
"size" : "40x40",
23+
"idiom" : "iphone",
24+
"filename" : "icon_40x40@3x.png",
25+
"scale" : "3x"
26+
},
1527
{
1628
"size" : "60x60",
1729
"idiom" : "iphone",
@@ -59,6 +71,12 @@
5971
"idiom" : "ipad",
6072
"filename" : "icon_76x76@2x.png",
6173
"scale" : "2x"
74+
},
75+
{
76+
"size" : "83.5x83.5",
77+
"idiom" : "ipad",
78+
"filename" : "icon_83.5x83.5@2x.png",
79+
"scale" : "2x"
6280
}
6381
],
6482
"info" : {
8.56 KB
Loading
13.4 KB
Loading
22.3 KB
Loading

Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/Images.xcassets/acme-browser-corp.appiconset/Contents.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,33 @@
66
"filename" : "icon_29x29@2x.png",
77
"scale" : "2x"
88
},
9+
{
10+
"size" : "29x29",
11+
"idiom" : "iphone",
12+
"filename" : "icon_29x29@3x.png",
13+
"scale" : "3x"
14+
},
915
{
1016
"size" : "40x40",
1117
"idiom" : "iphone",
1218
"filename" : "icon_40x40@2x.png",
1319
"scale" : "2x"
1420
},
21+
{
22+
"size" : "40x40",
23+
"idiom" : "iphone",
24+
"filename" : "icon_40x40@3x.png",
25+
"scale" : "3x"
26+
},
1527
{
1628
"size" : "60x60",
1729
"idiom" : "iphone",
1830
"filename" : "icon_60x60@2x.png",
1931
"scale" : "2x"
2032
},
2133
{
22-
"idiom" : "iphone",
2334
"size" : "60x60",
35+
"idiom" : "iphone",
2436
"filename" : "icon_60x60@3x.png",
2537
"scale" : "3x"
2638
},
@@ -59,6 +71,12 @@
5971
"idiom" : "ipad",
6072
"filename" : "icon_76x76@2x.png",
6173
"scale" : "2x"
74+
},
75+
{
76+
"size" : "83.5x83.5",
77+
"idiom" : "ipad",
78+
"filename" : "icon_83.5x83.5@2x.png",
79+
"scale" : "2x"
6280
}
6381
],
6482
"info" : {

0 commit comments

Comments
 (0)