Skip to content

libFramework-Template-for-iOS is a template project for building framework files on iOS.

Notifications You must be signed in to change notification settings

billnjoyce/libFramework-Template-for-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

How to work

  1. Clone or download 'libFramework-Template-for-iOS' project.

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

     $ cd scripts
    
     $ ./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

About

libFramework-Template-for-iOS is a template project for building framework files on iOS.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published