Created
March 3, 2013 07:59
-
-
Save Lewuathe/5075255 to your computer and use it in GitHub Desktop.
[Vuforia AR] Adding self made target ref: http://qiita.com/items/b4aaea9b9df0c78f0533
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Provide a list of targets we're expecting - the first in the list is the default | |
| [qUtils addTargetName:@"MyTarget" atPath:@"MyTarget.xml"]; | |
| // [qUtils addTargetName:@"Stones & Chips" atPath:@"StonesAndChips.xml"]; | |
| // [qUtils addTargetName:@"Tarmac" atPath:@"Tarmac.xml"]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Provide a list of targets we're expecting - the first in the list is the default | |
| [qUtils addTargetName:@"Stones & Chips" atPath:@"StonesAndChips.xml"]; | |
| [qUtils addTargetName:@"Tarmac" atPath:@"Tarmac.xml"]; | |
| [qUtils addTargetName:@"MyTarget" atPath:@"MyTarget.xml"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment