Giter Site home page Giter Site logo

xcode_template's Introduction

Xcode template

It's used for importing your own template to Xcode

REQUIREMENTS

  1. python (https://www.python.org/downloads/).
  2. Xcode

USAGE

  1. Open and ios_template.py and change your own password at line 12: __sudo_pwd = "YOUR_PASSWORD_HERE"
  2. Open terminal and run: python ios_template.py -d {PATH_TO_YOUR_TEMPLATE}

HOW TO USE MY TEMPLATE

  1. Create your own project with MroomSoftware template.
  2. Move Podfile to the same current path of .xcodeproj (http://imgur.com/mOLiVj8)
  3. Run pod install.
  4. Add prefix header in build settings: "$(PRODUCT_NAME)/MroomSoftware-Prefix.pch" (http://imgur.com/COZwGSv)
  5. Add flag "-fno-objc-arc" for EGORefreshTableHeaderView.m (http://imgur.com/JnOOXnX)

Author

Trong Dinh, [email protected]

xcode_template's People

Contributors

trongdth avatar

Watchers

 avatar James Cloos avatar  avatar

xcode_template's Issues

Error with ios_template.py

xcode_template git:(master) โœ— python ios_template.py -d /Users/quanhua92/workspace/xcode_template/Sample/Base.xctemplate/
Traceback (most recent call last):
File "ios_template.py", line 57, in
main(sys.argv[1:])
File "ios_template.py", line 53, in main
copy_template(path_to_template)
File "ios_template.py", line 32, in copy_template
go_to_template_folder(xcode6_project_template_path)
File "ios_template.py", line 22, in go_to_template_folder
print __ERR2
+ " " + e
TypeError: cannot concatenate 'str' and 'exceptions.OSError' objects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.