[TIMOB-27646] iOS: Ti.Filesystem.File.getDirectoryListing() doesn't return encrypted JS files
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 8.3.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | engSchedule, parity |
Reporter | Christopher Williams |
Assignee | Vijay Singh |
Created | 2019-12-09T19:07:27.000+0000 |
Updated | 2020-04-23T14:15:43.000+0000 |
Description
When encrypting JS code, you can no longer get the original file listing of the source JS files on iOS (but can do so on Android/Windows).
This is showing up in our own test suite we run on the SDK. We try to recursively search for *.addontest.js files to load up at app run time into our suite. Those are correctly getting loaded and executed by Android, but for iOS they are not.
No comments