diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-04-25 22:47:15 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-04-25 22:47:15 +0200 |
commit | 2faccec1876317e10caf4954cf92f61dea68f940 (patch) | |
tree | 78e0293b134958a01127e0f9a239d29f88ba7c61 | |
parent | 66c00000092fc99660edaa4d221212dfd6e5e921 (diff) |
xcode:ios: get back to the default compiler
the missing __clear_cache symbol in liborc is now fixed
in orc itself and we can use the default compiler again
-rw-r--r-- | data/xcode/templates/ios/GStreamer Base.xctemplate/TemplateInfo.plist | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/data/xcode/templates/ios/GStreamer Base.xctemplate/TemplateInfo.plist b/data/xcode/templates/ios/GStreamer Base.xctemplate/TemplateInfo.plist index 5527388..5d249c4 100644 --- a/data/xcode/templates/ios/GStreamer Base.xctemplate/TemplateInfo.plist +++ b/data/xcode/templates/ios/GStreamer Base.xctemplate/TemplateInfo.plist @@ -71,10 +71,6 @@ <string>"~/Library/Developer/GStreamer/iPhone.sdk"</string> <key>HEADER_SEARCH_PATHS</key> <string>"~/Library/Developer/GStreamer/iPhone.sdk/GStreamer.framework/Headers"</string> - <key>GCC_VERSION</key> - <string>com.apple.compilers.llvmgcc42</string> - <key>IPHONEOS_DEPLOYMENT_TARGET</key> - <string>5.2</string> <key>OTHER_LDFLAGS</key> <string>-lresolv -lstdc++ -framework CoreFoundation -framework Foundation -framework AVFoundation -framework CoreMedia -framework CoreVideo -framework CoreAudio -framework AudioToolbox -framework OpenGLES -framework AssetsLibrary -framework QuartzCore -framework AssetsLibrary</string> </dict> |