Skip to content

kthcorp/Appspresso-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisite

  • Java 1.6+
  • Apache Ant 1.8+
  • Android SDK
  • Android SDK Tools 20+
  • Android SDK Platform-tools 12+
  • SDK Platform
  • Xcode 4.x+ (only OSX)

Building

Setting Environment Variables

MAC :

$ export ANDROID_HOME=<Android SDK Path>
$ export IOS_HOME=<Xcode Path>

e.g.

$ export ANDROID_HOME=/devel/android-sdk-mac_x86/
$ export IOS_HOME=/Developer/                                  #Xcode 4.2-
$ export IOS_HOME=/Applications/Xcode.app/Contents/Developer/  #Xcode 4.3+

Windows :

$ set ANDROID_HOME=<Android SDK Path>

e.g.

$ set PATH=%PATH%;<Ant Path>/bin;    # If you need
$ set ANDROID_HOME="C:\Program Files\Android\android-sdk"

Build

$ cd build
$ ant

Using Appspresso SDK with Studio

  1. Run Appspresso Studio
  2. [Preferences] - [Appspresso]
  3. Check 'Use custom Appspresso SDK Home'
  4. Set Appspresso SDK directory (e.g. <Appspresso SDK Project>/build/output/sdk)

Directory Layout

/
    /build                      ... Build script for Appspresso SDK
    /common
        /keel                   ... Javascript API
        /anchor                 ... Ant script for Appspresso app and plugin
        /reship                 ... Migration tool
    /android
        /chronometer-android    ... Public API/SPI(Service Provider Interface) for Android
        /sail-android           ... Appspresso Runtime for Android
        /merry                  ... Appspresso Application for Android
        /paddle                 ... WAC API Android Module Project. Peer of motor
            /...
        /screw                  ... Appspresso Extension API Android Module Project. Peer of rower
            /...
    /ios
        /chronometer-ios        ... Public API/SPI(Service Provider Interface) for iOS
        /sail-ios               ... Appspresso Runtime for iOS
        /sunny                  ... Appspresso Application for iOS
        /paddle                 ... WAC API iOS Module. Peer of motor
            /...
        /screw                  ... Appspresso Extension API iOS Module Project. Peer of rower
            /...
    /plugins
        /motor                  ... WAC API(deviceapis) Plugin Project. Peer of paddle
        /rower                  ... Appspresso Extension API(ax.ext) Plugin Project. Peer of screw

Site

License

The MIT License

Copyright (c) 2011 KT Hitel Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Appspresso-SDK includes runtimes,build tools for Hybrid Mobile Framework - Appspresso

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published