Skip to content

Commit 9e524a7

Browse files
author
Diogo Autilio
committed
Xcode upgrade check
1 parent 63ab6b0 commit 9e524a7

4 files changed

Lines changed: 14 additions & 22 deletions

File tree

SCLAlertView.xcodeproj/project.pbxproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
DDB15F9519D5B7C600173158 /* Project object */ = {
216216
isa = PBXProject;
217217
attributes = {
218-
LastUpgradeCheck = 0600;
218+
LastUpgradeCheck = 0700;
219219
ORGANIZATIONNAME = "AnyKey Entertainment";
220220
TargetAttributes = {
221221
DDB15F9C19D5B7C600173158 = {
@@ -333,6 +333,7 @@
333333
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
334334
COPY_PHASE_STRIP = NO;
335335
ENABLE_STRICT_OBJC_MSGSEND = YES;
336+
ENABLE_TESTABILITY = YES;
336337
GCC_C_LANGUAGE_STANDARD = gnu99;
337338
GCC_DYNAMIC_NO_PIC = NO;
338339
GCC_OPTIMIZATION_LEVEL = 0;
@@ -399,6 +400,7 @@
399400
INFOPLIST_FILE = "$(SRCROOT)/SCLAlertViewExample/Info.plist";
400401
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
401402
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
403+
PRODUCT_BUNDLE_IDENTIFIER = "br.com.anykey.$(PRODUCT_NAME:rfc1034identifier)";
402404
PRODUCT_NAME = "$(TARGET_NAME)";
403405
};
404406
name = Debug;
@@ -411,6 +413,7 @@
411413
INFOPLIST_FILE = "$(SRCROOT)/SCLAlertViewExample/Info.plist";
412414
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
413415
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
416+
PRODUCT_BUNDLE_IDENTIFIER = "br.com.anykey.$(PRODUCT_NAME:rfc1034identifier)";
414417
PRODUCT_NAME = "$(TARGET_NAME)";
415418
};
416419
name = Release;
@@ -429,6 +432,7 @@
429432
);
430433
INFOPLIST_FILE = SCLAlertViewTests/Info.plist;
431434
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
435+
PRODUCT_BUNDLE_IDENTIFIER = "br.com.anykey.$(PRODUCT_NAME:rfc1034identifier)";
432436
PRODUCT_NAME = "$(TARGET_NAME)";
433437
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SCLAlertView.app/SCLAlertView";
434438
};
@@ -444,6 +448,7 @@
444448
);
445449
INFOPLIST_FILE = SCLAlertViewTests/Info.plist;
446450
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
451+
PRODUCT_BUNDLE_IDENTIFIER = "br.com.anykey.$(PRODUCT_NAME:rfc1034identifier)";
447452
PRODUCT_NAME = "$(TARGET_NAME)";
448453
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SCLAlertView.app/SCLAlertView";
449454
};

SCLAlertViewExample/Images.xcassets/LaunchImage.launchimage/Contents.json

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,30 @@
33
{
44
"orientation" : "portrait",
55
"idiom" : "ipad",
6-
"minimum-system-version" : "7.0",
76
"extent" : "full-screen",
8-
"scale" : "2x"
9-
},
10-
{
11-
"orientation" : "landscape",
12-
"idiom" : "ipad",
137
"minimum-system-version" : "7.0",
14-
"extent" : "full-screen",
158
"scale" : "1x"
169
},
1710
{
1811
"orientation" : "landscape",
1912
"idiom" : "ipad",
20-
"minimum-system-version" : "7.0",
2113
"extent" : "full-screen",
22-
"scale" : "2x"
23-
},
24-
{
25-
"orientation" : "portrait",
26-
"idiom" : "iphone",
2714
"minimum-system-version" : "7.0",
28-
"scale" : "2x"
15+
"scale" : "1x"
2916
},
3017
{
3118
"orientation" : "portrait",
32-
"idiom" : "iphone",
19+
"idiom" : "ipad",
20+
"extent" : "full-screen",
3321
"minimum-system-version" : "7.0",
34-
"subtype" : "retina4",
3522
"scale" : "2x"
3623
},
3724
{
38-
"orientation" : "portrait",
25+
"orientation" : "landscape",
3926
"idiom" : "ipad",
40-
"minimum-system-version" : "7.0",
4127
"extent" : "full-screen",
42-
"scale" : "1x"
28+
"minimum-system-version" : "7.0",
29+
"scale" : "2x"
4330
}
4431
],
4532
"info" : {

SCLAlertViewExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>br.com.anykey.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

SCLAlertViewTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>br.com.anykey.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

0 commit comments

Comments
 (0)