项目作者: billnjoyce

项目描述 :
libFramework-Template-for-iOS is a template project for building framework files on iOS.
高级语言: Shell
项目地址: git://github.com/billnjoyce/libFramework-Template-for-iOS.git


Introduction

  1. libFramework-Template-for-iOS is a template project for building framework files on iOS.
  2. And you can make xcode project file with the name you want.

How to work

  1. Clone or download ‘libFramework-Template-for-iOS’ project.

    1. $ git clone https://github.com/billnjoyce/libFramework-Template-for-iOS.git
  2. On the terminal, run script like below.

    1. $ cd scripts
    2. $ ./make_project.sh MyFramework
  3. Just made own your framework project for iOS.

  4. Run the created project(Xcode) and compile it(Simulator & Device).

  5. After compile successed, it was made a framework file(.framework) in created project(Xcode) folder.

  6. Do your any work now.

Contact Us