.gclient file is changed from:
solutions = [
{ "name" : "trunk",
"url" : "
http://webrtc.googlecode.com/svn/trunk",
"deps_file" : "DEPS",
"managed" : True,
"custom_deps" : {
},
"custom_vars" : {
"root_dir" : "trunk",
},
"safesync_url": "",
},
]
cache_dir = None
target_os = ['mac', 'ios']
to
solutions = [
{ "name" : "trunk",
"url" : "
http://webrtc.googlecode.com/svn/trunk",
"deps_file" : "DEPS",
"managed" : True,
"custom_deps" : {
},
"custom_vars" : {
"root_dir" : "trunk",
},
"safesync_url": "",
},
]
cache_dir = None
target_os = ['android', 'unix']
When we run the gclient sync all the xcode project files that have been there after the ios pull show as deleted in git status
On Friday, August 22, 2014 7:49:59 PM UTC-4, Reinhard Karbas wrote: