This repository was archived by the owner on Feb 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Sample.xcworkspace/xcshareddata Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 };
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 };
Original file line number Diff line number Diff line change 33<plist version =" 1.0" >
44<dict >
55 <key >IDEWorkspaceSharedSettings_AutocreateContextsIfNeeded</key >
6- <false />
6+ <true />
77</dict >
88</plist >
You can’t perform that action at this time.
0 commit comments