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

Commit d143aba

Browse files
author
Vitaly Baev
committed
changed deployment target and device family in SocialApp example
1 parent 318bb03 commit d143aba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/SocialAppLayout/Sample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,11 @@
433433
buildSettings = {
434434
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
435435
INFOPLIST_FILE = Sample/Info.plist;
436+
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
436437
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
437438
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.AsyncDisplayKit.Sample;
438439
PRODUCT_NAME = "$(TARGET_NAME)";
440+
TARGETED_DEVICE_FAMILY = "1,2";
439441
};
440442
name = Debug;
441443
};
@@ -445,9 +447,11 @@
445447
buildSettings = {
446448
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
447449
INFOPLIST_FILE = Sample/Info.plist;
450+
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
448451
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
449452
PRODUCT_BUNDLE_IDENTIFIER = com.facebook.AsyncDisplayKit.Sample;
450453
PRODUCT_NAME = "$(TARGET_NAME)";
454+
TARGETED_DEVICE_FAMILY = "1,2";
451455
};
452456
name = Release;
453457
};

examples/SocialAppLayout/Sample.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<plist version="1.0">
44
<dict>
55
<key>IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key>
6-
<false/>
6+
<true/>
77
</dict>
88
</plist>

0 commit comments

Comments
 (0)