Skip to content

Instantly share code, notes, and snippets.

@Seasons7
Created March 16, 2013 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Seasons7/5177449 to your computer and use it in GitHub Desktop.
Save Seasons7/5177449 to your computer and use it in GitHub Desktop.
add resources in xcodeproj
def add_resources(proj):
test01 = proj.get_or_create_group("test01")
resources = proj.get_or_create_group("Resources", parent=test01)
# res = proj.get_or_create_group("res", parent=resources)
proj.add_folder("test01/Resources/res", parent=resources)
@Seasons7
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment