Skip to content

Instantly share code, notes, and snippets.

@Seasons7
Created March 16, 2013 17:42
Show Gist options
  • Select an option

  • Save Seasons7/5177449 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

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