Method: Xcodeproj::Project::Object::PBXTargetDependency#native_target_uuid
- Defined in:
- lib/xcodeproj/project/object/target_dependency.rb
#native_target_uuid ⇒ String
63 64 65 66 67 68 |
# File 'lib/xcodeproj/project/object/target_dependency.rb', line 63 def native_target_uuid return target.uuid if target return target_proxy.remote_global_id_string if target_proxy raise "Expected target or target_proxy, from which to fetch a uuid for target '#{display_name}'." \ "Find and clear the PBXTargetDependency entry with uuid '#{@uuid}' in your .xcodeproj." end |