mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
[cocos2d-objc] Fixed project configuration for latest Xcode.
This commit is contained in:
parent
d64decbe3d
commit
d907ad1610
@ -716,6 +716,7 @@
|
|||||||
"\"cocos2d/external/ObjectAL\"/**",
|
"\"cocos2d/external/ObjectAL\"/**",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = "Resources-ios/Info.plist";
|
INFOPLIST_FILE = "Resources-ios/Info.plist";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||||
OTHER_CFLAGS = "";
|
OTHER_CFLAGS = "";
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
@ -744,6 +745,7 @@
|
|||||||
"\"cocos2d/external/ObjectAL\"/**",
|
"\"cocos2d/external/ObjectAL\"/**",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = "Resources-ios/Info.plist";
|
INFOPLIST_FILE = "Resources-ios/Info.plist";
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||||
OTHER_CFLAGS = "";
|
OTHER_CFLAGS = "";
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user