Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.22 KB

File metadata and controls

48 lines (32 loc) · 1.22 KB

Scaffolding for Skygear iOS App

Your Skygear iOS App is one command away! This scaffolding app set up the basic of Skygear iOS app for you, including:

  • Choose between Objective-C and Swift
  • Configure API endpoint
  • Basic features like login / signup.

Prerequisite

How to use

sudo gem install cocoapods

pod repo update

pod lib create --silent --template-url=https://github.com/SkygearIO/skygear-Scaffolding-iOS.git "YourProjectName"

And it will walk you through the following:

What is your skygear endpoint (You can find it in https://portal.skygear.io/)?
Example: https://myapp.skygeario.com
> https://myapp.skygeario.com

What is your skygear API key (You can find it in https://portal.skygear.io/)?
Example: dc0903fa85924776baa77df813901efc
> <your-api-key>

What language do you want to use? [ Swift / ObjC  ]
> ObjC

What is your class prefix?
> YPN

You can learn more about the Skygear iOS SDK by going to https://docs.skygear.io

Credits

Inspired from https://github.com/CocoaPods/pod-template