Fixed templates' compatibility issue with Xcode 4.3.3 (Close #233)
This commit is contained in:
parent
3d02d4c795
commit
a39d36e0db
@ -663,6 +663,9 @@ while (window.isOpen())
|
||||
|
||||
<key>GCC_ENABLE_OBJC_GC</key>
|
||||
<string>unsupported</string>
|
||||
|
||||
<key>FRAMEWORK_SEARCH_PATHS</key>
|
||||
<string>$(FRAMEWORK_SEARCH_PATHS) /Library/Frameworks/**</string>
|
||||
</dict>
|
||||
|
||||
<key>Configurations</key>
|
||||
|
@ -660,6 +660,9 @@ while (window.isOpen())
|
||||
|
||||
<key>GCC_ENABLE_OBJC_GC</key>
|
||||
<string>unsupported</string>
|
||||
|
||||
<key>FRAMEWORK_SEARCH_PATHS</key>
|
||||
<string>$(FRAMEWORK_SEARCH_PATHS) /Library/Frameworks/**</string>
|
||||
</dict>
|
||||
|
||||
<key>Configurations</key>
|
||||
|
Loading…
Reference in New Issue
Block a user