├── AIR Native Extension ├── AIR Native Extension for iOS.xctemplate │ ├── TemplateIcon.icns │ ├── TemplateInfo.plist │ ├── ___PACKAGENAMEASIDENTIFIER___.h │ ├── ___PACKAGENAMEASIDENTIFIER___.m │ ├── debugIPA.sh │ ├── extension.xml │ ├── generateANE.sh │ └── platformoptions.xml ├── Basic.xctemplate │ └── TemplateInfo.plist ├── iOSBasic.xctemplate │ └── TemplateInfo.plist ├── install_templates.sh └── screenshots │ ├── created_project.png │ ├── new_project.png │ └── options.png ├── README.md └── license.txt /AIR Native Extension/AIR Native Extension for iOS.xctemplate/TemplateIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/AIR Native Extension for iOS.xctemplate/TemplateIcon.icns -------------------------------------------------------------------------------- /AIR Native Extension/AIR Native Extension for iOS.xctemplate/TemplateInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/AIR Native Extension for iOS.xctemplate/TemplateInfo.plist -------------------------------------------------------------------------------- /AIR Native Extension/AIR Native Extension for iOS.xctemplate/___PACKAGENAMEASIDENTIFIER___.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/AIR Native Extension for iOS.xctemplate/___PACKAGENAMEASIDENTIFIER___.h -------------------------------------------------------------------------------- /AIR Native Extension/AIR Native Extension for iOS.xctemplate/___PACKAGENAMEASIDENTIFIER___.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/AIR Native Extension for iOS.xctemplate/___PACKAGENAMEASIDENTIFIER___.m -------------------------------------------------------------------------------- /AIR Native Extension/AIR Native Extension for iOS.xctemplate/debugIPA.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/AIR Native Extension for iOS.xctemplate/debugIPA.sh -------------------------------------------------------------------------------- /AIR Native Extension/AIR Native Extension for iOS.xctemplate/extension.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/AIR Native Extension for iOS.xctemplate/extension.xml -------------------------------------------------------------------------------- /AIR Native Extension/AIR Native Extension for iOS.xctemplate/generateANE.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/AIR Native Extension for iOS.xctemplate/generateANE.sh -------------------------------------------------------------------------------- /AIR Native Extension/AIR Native Extension for iOS.xctemplate/platformoptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/AIR Native Extension for iOS.xctemplate/platformoptions.xml -------------------------------------------------------------------------------- /AIR Native Extension/Basic.xctemplate/TemplateInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/Basic.xctemplate/TemplateInfo.plist -------------------------------------------------------------------------------- /AIR Native Extension/iOSBasic.xctemplate/TemplateInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/iOSBasic.xctemplate/TemplateInfo.plist -------------------------------------------------------------------------------- /AIR Native Extension/install_templates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/install_templates.sh -------------------------------------------------------------------------------- /AIR Native Extension/screenshots/created_project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/screenshots/created_project.png -------------------------------------------------------------------------------- /AIR Native Extension/screenshots/new_project.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/screenshots/new_project.png -------------------------------------------------------------------------------- /AIR Native Extension/screenshots/options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/AIR Native Extension/screenshots/options.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/README.md -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/divijkumar/xcode-template-ane/HEAD/license.txt --------------------------------------------------------------------------------