Skip to content

lgozalvez/Test-ObjC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObjC App

iOS app generated by IBM Mobile App Builder

Table of Contents

Summary

This app has been automatically generated using IBM Mobile App Builder.

Requirements

  • iOS 8.0+
  • Xcode 7.3

Configuration

This app uses the Bluemix Mobile services SDKs in order to use the functionality of Mobile Analytics and Push Notifications.

It also uses Cloudant Sync to store, index and query local JSON data on a device and to synchronise data between many devices.

Optionally, you may have selected "Deploy to MFP" setting in Bluemix UI Builder, in which case IBM MobileFirstPlatform Foundation iOS SDK will be used for analytics.

All app dependencies are managed and configured by CocoaPods.

You can install CocoaPods using the following command:

$ sudo gem install cocoapods

If the CocoaPods repository is not configured, run the following command:

$ pod setup

For this app, a pre-configured Podfile has been included in the project folder. To download and install the required dependencies, run the following command in the project directory:

$ pod install

Now Open the Xcode workspace: {APP_Name}.xcworkspace. From now on, open the .xcworkspace file because it contains all the dependencies and configurations.

If you run into any issues during the pod install, it is recommended to run a pod update by using the following commands:

$ pod update
$ pod install

Third-party libraries

Your application has been created using Open Source software. Please double-check the source code of the application to determine if it complies with your licensing needs.

For more information about third-party libraries licenses used by IBM Mobile App Builder, review the following:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published