Sophrinix / fixAppJS

fixed the app.js not found on appcelerator/titanium sdk
MIT License
19 stars 4 forks source link

Need Unit Tests #8

Open Sophrinix opened 8 years ago

Sophrinix commented 8 years ago

This project is getting stable enough that I must have unit tests.

Sophrinix commented 8 years ago

Note to self: make sure your tests account for all of the iphone build steps:

// xcode related tasks
'createXcodeProject',
'writeEntitlementsPlist',
'writeInfoPlist',
'writeMain',
'writeXcodeConfigFiles',
'copyTitaniumLibraries',
'copyTitaniumiOSFiles',
'copyExtensionFiles',
'cleanXcodeDerivedData',

// titanium related tasks
'writeDebugProfilePlists',
'copyResources',
'encryptJSFiles',
'writeI18NFiles',
'processTiSymbols',

// cleanup and optimization
'removeFiles',
'optimizeFiles',

see:

https://github.com/appcelerator/titanium_mobile/blob/5b2e45ebe5eee2dccd20ac13a763e760bc9d97c4/iphone/cli/commands/_build.js#L2092