.asf.yaml .eslintignore .eslintrc.yml .github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/BUG_REPORT.md .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md .github/PULL_REQUEST_TEMPLATE.md .gitignore .ratignore .travis.yml CONTRIBUTING.md CordovaLib/.gitignore CordovaLib/CordovaLib-Info.plist CordovaLib/CordovaLib.xcodeproj/project.pbxproj CordovaLib/CordovaLib/Classes/CDVBridge.h CordovaLib/CordovaLib/Classes/CDVBridge.m CordovaLib/CordovaLib/Classes/CDVMainWindow.h CordovaLib/CordovaLib/Classes/CDVMainWindow.m CordovaLib/CordovaLib/Classes/CDVViewController.h CordovaLib/CordovaLib/Classes/CDVViewController.m CordovaLib/CordovaLib/Classes/CDVWebViewDelegate.h CordovaLib/CordovaLib/Classes/CDVWebViewDelegate.m CordovaLib/CordovaLib/Classes/Commands/CDV.h CordovaLib/CordovaLib/Classes/Commands/CDVAvailability.h CordovaLib/CordovaLib/Classes/Commands/CDVCommandDelegate.h CordovaLib/CordovaLib/Classes/Commands/CDVCommandDelegateImpl.h CordovaLib/CordovaLib/Classes/Commands/CDVCommandDelegateImpl.m CordovaLib/CordovaLib/Classes/Commands/CDVCommandQueue.h CordovaLib/CordovaLib/Classes/Commands/CDVCommandQueue.m CordovaLib/CordovaLib/Classes/Commands/CDVConfigParser.h CordovaLib/CordovaLib/Classes/Commands/CDVConfigParser.m CordovaLib/CordovaLib/Classes/Commands/CDVConsole.h CordovaLib/CordovaLib/Classes/Commands/CDVConsole.m CordovaLib/CordovaLib/Classes/Commands/CDVCursorMonitorService.h CordovaLib/CordovaLib/Classes/Commands/CDVCursorMonitorService.m CordovaLib/CordovaLib/Classes/Commands/CDVDebug.h CordovaLib/CordovaLib/Classes/Commands/CDVInvokedUrlCommand.h CordovaLib/CordovaLib/Classes/Commands/CDVInvokedUrlCommand.m CordovaLib/CordovaLib/Classes/Commands/CDVJSON.h CordovaLib/CordovaLib/Classes/Commands/CDVJSON.m CordovaLib/CordovaLib/Classes/Commands/CDVPlugin.h CordovaLib/CordovaLib/Classes/Commands/CDVPlugin.m CordovaLib/CordovaLib/Classes/Commands/CDVPluginResult.h CordovaLib/CordovaLib/Classes/Commands/CDVPluginResult.m CordovaLib/CordovaLib/Classes/Commands/CDVWindowSizeCommand.h CordovaLib/CordovaLib/Classes/Commands/CDVWindowSizeCommand.m CordovaLib/CordovaLib/Classes/CookieJar.h CordovaLib/CordovaLib/Classes/CookieJar.m CordovaLib/CordovaLib/Classes/Localizable.strings CordovaLib/CordovaLib/Classes/Utils/NSData+Base64.h CordovaLib/CordovaLib/Classes/Utils/NSData+Base64.m CordovaLib/CordovaLib/Classes/Utils/NSScreen+Utils.h CordovaLib/CordovaLib/Classes/Utils/NSScreen+Utils.m CordovaLib/CordovaLib/Classes/Utils/NSWindow+Utils.h CordovaLib/CordovaLib/Classes/Utils/NSWindow+Utils.m CordovaLib/CordovaLib/CordovaLib-Prefix.pch CordovaLib/VERSION CordovaLib/cordova.js LICENSE NOTICE README.md RELEASENOTES.md bin/apple_osx_version bin/apple_xcode_version bin/check_reqs bin/create bin/lib/check_reqs.js bin/lib/create.js bin/lib/versions.js bin/templates/project/__PROJECT_NAME__.xcodeproj/project.pbxproj bin/templates/project/__PROJECT_NAME__/Classes/AppDelegate.h bin/templates/project/__PROJECT_NAME__/Classes/AppDelegate.m bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.h bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.m bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/Contents.json bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/icon-128x128.png bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/icon-16x16.png bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/icon-256x256.png bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/icon-32x32.png bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/icon-512x512.png bin/templates/project/__PROJECT_NAME__/Images.xcassets/AppIcon.appiconset/icon-64x64.png bin/templates/project/__PROJECT_NAME__/MainViewController.xib bin/templates/project/__PROJECT_NAME__/Plugins/README bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch bin/templates/project/__PROJECT_NAME__/config.xml bin/templates/project/__PROJECT_NAME__/en.lproj/InfoPlist.strings bin/templates/project/__PROJECT_NAME__/en.lproj/MainViewController.strings bin/templates/project/__PROJECT_NAME__/gitignore bin/templates/project/__PROJECT_NAME__/main.m bin/templates/project/gitignore bin/templates/project/www/css/index.css bin/templates/project/www/img/logo.png bin/templates/project/www/index.html bin/templates/project/www/js/index.js bin/templates/project/www/spec.html bin/templates/project/www/spec/helper.js bin/templates/project/www/spec/index.js bin/templates/scripts/cordova/Api.js bin/templates/scripts/cordova/build bin/templates/scripts/cordova/build-debug.xcconfig bin/templates/scripts/cordova/build-extras.xcconfig bin/templates/scripts/cordova/build-release.xcconfig bin/templates/scripts/cordova/build.xcconfig bin/templates/scripts/cordova/clean bin/templates/scripts/cordova/defaults.xml bin/templates/scripts/cordova/lib/ConsoleLogger.js bin/templates/scripts/cordova/lib/build.js bin/templates/scripts/cordova/lib/clean.js bin/templates/scripts/cordova/lib/configMunger.js bin/templates/scripts/cordova/lib/copy-www-build-step.js bin/templates/scripts/cordova/lib/plugman/Plugman.js bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js bin/templates/scripts/cordova/lib/prepare.js bin/templates/scripts/cordova/lib/projectFile.js bin/templates/scripts/cordova/lib/run.js bin/templates/scripts/cordova/lib/spawn.js bin/templates/scripts/cordova/lib/start-emulator bin/templates/scripts/cordova/run bin/templates/scripts/cordova/version bin/test bin/update bin/update_cordova_subproject component.json cordova-js-src/exec.js cordova-js-src/platform.js cordova-js-src/plugin/osx/.gitignore package-lock.json package.json tests/CordovaLibTests/CDVBase64Tests.m tests/CordovaLibTests/CDVInvokedUrlCommandTests.m tests/CordovaLibTests/CDVPluginsTests.m tests/CordovaLibTests/CDVStartPageTests.m tests/CordovaLibTests/CDVWebViewTest.h tests/CordovaLibTests/CDVWebViewTest.m tests/CordovaLibTests/CordovaLibApp/AppDelegate.h tests/CordovaLibTests/CordovaLibApp/AppDelegate.m tests/CordovaLibTests/CordovaLibApp/CordovaLibApp-Info.plist tests/CordovaLibTests/CordovaLibApp/CordovaLibApp-Prefix.pch tests/CordovaLibTests/CordovaLibApp/MainViewController.h tests/CordovaLibTests/CordovaLibApp/MainViewController.m tests/CordovaLibTests/CordovaLibApp/MainViewController.xib tests/CordovaLibTests/CordovaLibApp/config.xml tests/CordovaLibTests/CordovaLibApp/en.lproj/InfoPlist.strings tests/CordovaLibTests/CordovaLibApp/en.lproj/MainViewController.strings tests/CordovaLibTests/CordovaLibApp/main.m tests/CordovaLibTests/CordovaLibApp/www/cordova_plugins.js tests/CordovaLibTests/CordovaLibApp/www/index.html tests/CordovaLibTests/CordovaLibApp/www/plugins/test-plugin.js tests/CordovaLibTests/CordovaLibApp/www/tests.js tests/CordovaLibTests/CordovaLibTests-Info.plist tests/CordovaLibTests/CordovaLibTests-Prefix.pch tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj tests/CordovaLibTests/TestPlugin.h tests/CordovaLibTests/TestPlugin.m tests/CordovaLibTests/en.lproj/InfoPlist.strings tests/cdv-test-project/.gitignore tests/cdv-test-project/config.xml tests/cdv-test-project/hooks/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/CONTRIBUTING.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/LICENSE tests/cdv-test-project/plugins/cordova-plugin-whitelist/NOTICE tests/cdv-test-project/plugins/cordova-plugin-whitelist/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/RELEASENOTES.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/doc/de/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/doc/es/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/doc/fr/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/doc/it/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/doc/ja/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/doc/ko/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/doc/pl/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/doc/zh/README.md tests/cdv-test-project/plugins/cordova-plugin-whitelist/package.json tests/cdv-test-project/plugins/cordova-plugin-whitelist/plugin.xml tests/cdv-test-project/plugins/cordova-plugin-whitelist/src/android/WhitelistPlugin.java tests/cdv-test-project/plugins/cordova-plugin-whitelist/whitelist.js tests/cdv-test-project/plugins/fetch.json tests/cdv-test-project/plugins/osx.json tests/cdv-test-project/res/test-64x64.png tests/cdv-test-project/www/css/index.css tests/cdv-test-project/www/img/logo.png tests/cdv-test-project/www/index.html tests/cdv-test-project/www/js/index.js tests/spec/component.json tests/spec/component/create.spec.js tests/spec/component/platform.spec.js tests/spec/coverage.json tests/spec/helper.js tests/spec/objc.json tests/spec/objc/cordovalib.spec.js <<<<<< network # path=/Users/travis/build/apache/cordova-osx/coverage/lcov.info TN: SF:/Users/travis/build/apache/cordova-osx/bin/lib/create.js FN:28,updateSubprojectHelp FN:33,setShellFatal FN:40,copyJsAndCordovaLib FN:45,(anonymous_3) FN:76,copyScripts FN:100,(anonymous_5) FN:105,detectProjectName FN:116,AbsParentPath FN:120,AbsProjectPath FN:130,relpath FN:146,(anonymous_10) FN:199,(anonymous_11) FN:201,(anonymous_12) FN:209,generateDoneMessage FN:218,update_cordova_subproject FNF:15 FNH:10 FNDA:0,updateSubprojectHelp FNDA:0,setShellFatal FNDA:3,copyJsAndCordovaLib FNDA:3,(anonymous_3) FNDA:3,copyScripts FNDA:31899,(anonymous_5) FNDA:0,detectProjectName FNDA:9,AbsParentPath FNDA:6,AbsProjectPath FNDA:3,relpath FNDA:3,(anonymous_10) FNDA:0,(anonymous_11) FNDA:0,(anonymous_12) FNDA:3,generateDoneMessage FNDA:3,update_cordova_subproject DA:22,3 DA:23,3 DA:24,3 DA:25,3 DA:26,3 DA:29,0 DA:30,0 DA:34,0 DA:35,0 DA:36,0 DA:37,0 DA:41,3 DA:42,3 DA:43,3 DA:45,3 DA:46,3 DA:47,0 DA:48,0 DA:50,0 DA:54,3 DA:55,0 DA:59,0 DA:61,3 DA:62,3 DA:63,3 DA:64,3 DA:65,3 DA:66,3 DA:67,3 DA:68,3 DA:69,3 DA:70,3 DA:71,3 DA:77,3 DA:78,3 DA:81,3 DA:84,3 DA:85,3 DA:87,3 DA:88,3 DA:91,3 DA:92,3 DA:95,3 DA:96,3 DA:97,3 DA:100,3 DA:101,31899 DA:106,0 DA:107,0 DA:108,0 DA:109,0 DA:110,0 DA:113,0 DA:117,9 DA:121,6 DA:122,6 DA:123,6 DA:124,0 DA:125,0 DA:127,6 DA:131,3 DA:132,3 DA:146,3 DA:147,3 DA:148,3 DA:149,3 DA:150,3 DA:151,3 DA:152,3 DA:155,3 DA:156,0 DA:160,3 DA:161,0 DA:165,3 DA:166,3 DA:167,3 DA:168,3 DA:169,3 DA:170,3 DA:172,3 DA:173,3 DA:174,3 DA:175,3 DA:177,3 DA:178,3 DA:179,3 DA:180,3 DA:181,3 DA:182,3 DA:183,3 DA:184,3 DA:185,3 DA:186,3 DA:187,3 DA:188,3 DA:189,3 DA:192,3 DA:193,3 DA:195,3 DA:196,3 DA:199,3 DA:200,0 DA:201,0 DA:202,0 DA:203,0 DA:204,0 DA:206,0 DA:210,3 DA:211,3 DA:212,3 DA:213,0 DA:215,3 DA:219,3 DA:220,0 DA:221,0 DA:224,3 DA:226,3 DA:227,0 DA:229,3 DA:232,3 DA:233,3 DA:234,3 DA:236,3 DA:237,3 DA:239,3 DA:240,3 DA:241,3 DA:242,21 DA:243,3 DA:245,3 DA:246,3 DA:247,3 DA:248,0 DA:250,3 DA:256,3 DA:257,3 DA:258,3 DA:262,3 DA:263,0 DA:267,3 DA:268,3 LF:141 LH:108 BRDA:46,0,0,0 BRDA:46,0,1,3 BRDA:47,1,0,0 BRDA:47,1,1,0 BRDA:54,2,0,0 BRDA:54,2,1,3 BRDA:88,3,0,3 BRDA:88,3,1,0 BRDA:109,4,0,0 BRDA:109,4,1,0 BRDA:122,5,0,6 BRDA:122,5,1,0 BRDA:124,6,0,0 BRDA:124,6,1,0 BRDA:131,7,0,3 BRDA:131,7,1,0 BRDA:147,8,0,3 BRDA:147,8,1,0 BRDA:148,9,0,3 BRDA:148,9,1,0 BRDA:152,10,0,3 BRDA:152,10,1,3 BRDA:155,11,0,0 BRDA:155,11,1,3 BRDA:160,12,0,0 BRDA:160,12,1,3 BRDA:211,13,0,0 BRDA:211,13,1,3 BRDA:212,14,0,0 BRDA:212,14,1,3 BRDA:219,15,0,0 BRDA:219,15,1,3 BRDA:219,16,0,3 BRDA:219,16,1,3 BRDA:226,17,0,0 BRDA:226,17,1,3 BRDA:242,18,0,3 BRDA:242,18,1,18 BRDA:247,19,0,0 BRDA:247,19,1,3 BRDA:262,20,0,0 BRDA:262,20,1,3 BRF:42 BRH:21 end_of_record TN: SF:/Users/travis/build/apache/cordova-osx/bin/templates/scripts/cordova/Api.js FN:39,Api FN:52,(anonymous_1) FN:97,(anonymous_2) FN:100,(anonymous_3) FN:124,(anonymous_4) FN:127,(anonymous_5) FN:139,(anonymous_6) FN:164,(anonymous_7) FN:185,(anonymous_8) FN:203,(anonymous_9) FN:240,(anonymous_10) FN:243,(anonymous_11) FN:260,(anonymous_12) FN:263,(anonymous_13) FN:274,(anonymous_14) FN:277,(anonymous_15) FN:290,(anonymous_16) FNF:17 FNH:2 FNDA:0,Api FNDA:0,(anonymous_1) FNDA:3,(anonymous_2) FNDA:3,(anonymous_3) FNDA:0,(anonymous_4) FNDA:0,(anonymous_5) FNDA:0,(anonymous_6) FNDA:0,(anonymous_7) FNDA:0,(anonymous_8) FNDA:0,(anonymous_9) FNDA:0,(anonymous_10) FNDA:0,(anonymous_11) FNDA:0,(anonymous_12) FNDA:0,(anonymous_13) FNDA:0,(anonymous_14) FNDA:0,(anonymous_15) FNDA:0,(anonymous_16) DA:20,3 DA:21,3 DA:23,3 DA:24,3 DA:25,3 DA:26,3 DA:41,0 DA:43,0 DA:44,0 DA:46,0 DA:51,0 DA:52,0 DA:53,0 DA:54,0 DA:57,0 DA:58,0 DA:60,0 DA:63,0 DA:97,3 DA:98,3 DA:103,3 DA:104,3 DA:124,3 DA:125,0 DA:128,0 DA:129,0 DA:139,3 DA:140,0 DA:141,0 DA:142,0 DA:143,0 DA:144,0 DA:145,0 DA:147,0 DA:164,3 DA:165,0 DA:185,3 DA:186,0 DA:187,0 DA:203,3 DA:204,0 DA:205,0 DA:240,3 DA:241,0 DA:242,0 DA:244,0 DA:260,3 DA:261,0 DA:262,0 DA:264,0 DA:274,3 DA:275,0 DA:276,0 DA:278,0 DA:290,3 DA:291,0 DA:294,3 LF:57 LH:20 BRDA:41,0,0,0 BRDA:41,0,1,0 BRDA:43,1,0,0 BRDA:43,1,1,0 BRDA:44,2,0,0 BRDA:44,2,1,0 BRDA:53,3,0,0 BRDA:53,3,1,0 BRDA:99,4,0,3 BRDA:99,4,1,1 BRDA:126,5,0,0 BRDA:126,5,1,0 BRF:12 BRH:2 end_of_record TN: SF:/Users/travis/build/apache/cordova-osx/bin/templates/scripts/cordova/lib/ConsoleLogger.js FN:36,ConsoleLogger FN:42,(anonymous_1) FN:52,(anonymous_2) FN:69,(anonymous_3) FNF:4 FNH:2 FNDA:1,ConsoleLogger FNDA:0,(anonymous_1) FNDA:0,(anonymous_2) FNDA:1,(anonymous_3) DA:21,3 DA:22,3 DA:23,3 DA:37,1 DA:39,1 DA:42,1 DA:43,0 DA:44,0 DA:46,0 DA:48,0 DA:51,1 DA:52,1 DA:53,0 DA:55,1 DA:56,1 DA:57,1 DA:59,3 DA:69,3 DA:70,1 DA:71,1 DA:74,3 LF:21 LH:16 BRDA:39,0,0,1 BRDA:39,0,1,1 BRDA:43,1,0,0 BRDA:43,1,1,0 BRDA:43,2,0,0 BRDA:43,2,1,0 BRDA:53,3,0,0 BRDA:53,3,1,0 BRDA:70,4,0,1 BRDA:70,4,1,1 BRF:10 BRH:4 end_of_record TN: SF:/Users/travis/build/apache/cordova-osx/bin/templates/scripts/cordova/lib/projectFile.js FN:34,parseProjectFile FN:46,(anonymous_1) FN:73,(anonymous_2) FN:82,(anonymous_3) FN:85,(anonymous_4) FN:88,(anonymous_5) FN:96,purgeProjectFileCache FN:105,(anonymous_7) FN:109,(anonymous_8) FN:115,(anonymous_9) FN:118,(anonymous_10) FN:127,pbxBuildPhaseObj FN:134,longComment FNF:13 FNH:0 FNDA:0,parseProjectFile FNDA:0,(anonymous_1) FNDA:0,(anonymous_2) FNDA:0,(anonymous_3) FNDA:0,(anonymous_4) FNDA:0,(anonymous_5) FNDA:0,purgeProjectFileCache FNDA:0,(anonymous_7) FNDA:0,(anonymous_8) FNDA:0,(anonymous_9) FNDA:0,(anonymous_10) FNDA:0,pbxBuildPhaseObj FNDA:0,longComment DA:22,3 DA:23,3 DA:24,3 DA:25,3 DA:26,3 DA:27,3 DA:29,3 DA:30,3 DA:32,3 DA:35,0 DA:36,0 DA:38,0 DA:39,0 DA:42,0 DA:43,0 DA:45,0 DA:46,0 DA:47,0 DA:48,0 DA:50,0 DA:51,0 DA:54,0 DA:55,0 DA:56,0 DA:57,0 DA:60,0 DA:61,0 DA:62,0 DA:64,0 DA:74,0 DA:75,0 DA:77,0 DA:78,0 DA:80,0 DA:83,0 DA:86,0 DA:89,0 DA:93,0 DA:97,0 DA:100,3 DA:105,3 DA:106,0 DA:109,3 DA:110,0 DA:111,0 DA:112,0 DA:115,3 DA:116,0 DA:117,0 DA:118,0 DA:119,0 DA:126,3 DA:128,0 DA:129,0 DA:130,0 DA:131,0 DA:135,0 LF:57 LH:14 BRDA:38,0,0,0 BRDA:38,0,1,0 BRDA:46,1,0,0 BRDA:46,1,1,0 BRDA:50,2,0,0 BRDA:50,2,1,0 BRDA:50,3,0,0 BRDA:50,3,1,0 BRDA:75,4,0,0 BRDA:75,4,1,0 BRDA:111,5,0,0 BRDA:111,5,1,0 BRDA:117,6,0,0 BRDA:117,6,1,0 BRF:14 BRH:0 end_of_record TN: SF:/Users/travis/build/apache/cordova-osx/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js FN:33,(anonymous_0) FN:36,(anonymous_1) FN:41,(anonymous_2) FN:44,(anonymous_3) FN:49,(anonymous_4) FN:58,(anonymous_5) FN:66,(anonymous_6) FN:90,(anonymous_7) FN:115,(anonymous_8) FN:118,(anonymous_9) FN:123,(anonymous_10) FN:135,(anonymous_11) FN:149,(anonymous_12) FN:166,(anonymous_13) FN:174,(anonymous_14) FN:182,(anonymous_15) FN:190,installHelper FN:224,uninstallHelper FN:251,fixPathSep FN:255,copyFile FN:282,copyNewFile FN:290,removeFile FN:296,removeFileF FN:300,removeFileAndParents FNF:24 FNH:0 FNDA:0,(anonymous_0) FNDA:0,(anonymous_1) FNDA:0,(anonymous_2) FNDA:0,(anonymous_3) FNDA:0,(anonymous_4) FNDA:0,(anonymous_5) FNDA:0,(anonymous_6) FNDA:0,(anonymous_7) FNDA:0,(anonymous_8) FNDA:0,(anonymous_9) FNDA:0,(anonymous_10) FNDA:0,(anonymous_11) FNDA:0,(anonymous_12) FNDA:0,(anonymous_13) FNDA:0,(anonymous_14) FNDA:0,(anonymous_15) FNDA:0,installHelper FNDA:0,uninstallHelper FNDA:0,fixPathSep FNDA:0,copyFile FNDA:0,copyNewFile FNDA:0,removeFile FNDA:0,removeFileF FNDA:0,removeFileAndParents DA:18,3 DA:19,3 DA:20,3 DA:21,3 DA:22,3 DA:25,3 DA:31,3 DA:34,0 DA:37,0 DA:42,0 DA:45,0 DA:50,0 DA:51,0 DA:52,0 DA:53,0 DA:54,0 DA:55,0 DA:56,0 DA:59,0 DA:60,0 DA:61,0 DA:62,0 DA:67,0 DA:68,0 DA:70,0 DA:71,0 DA:72,0 DA:73,0 DA:75,0 DA:78,0 DA:79,0 DA:80,0 DA:81,0 DA:82,0 DA:83,0 DA:84,0 DA:85,0 DA:86,0 DA:87,0 DA:91,0 DA:93,0 DA:94,0 DA:95,0 DA:96,0 DA:99,0 DA:100,0 DA:103,0 DA:106,0 DA:107,0 DA:108,0 DA:109,0 DA:111,0 DA:116,0 DA:119,0 DA:124,0 DA:125,0 DA:127,0 DA:128,0 DA:131,0 DA:133,0 DA:136,0 DA:138,0 DA:139,0 DA:142,0 DA:144,0 DA:145,0 DA:151,0 DA:152,0 DA:155,0 DA:156,0 DA:157,0 DA:159,0 DA:161,0 DA:162,0 DA:163,0 DA:164,0 DA:167,0 DA:168,0 DA:169,0 DA:174,3 DA:175,0 DA:176,0 DA:179,0 DA:182,3 DA:183,0 DA:184,0 DA:187,0 DA:191,0 DA:192,0 DA:193,0 DA:196,0 DA:197,0 DA:198,0 DA:200,0 DA:206,0 DA:208,0 DA:209,0 DA:212,0 DA:213,0 DA:214,0 DA:215,0 DA:216,0 DA:217,0 DA:218,0 DA:220,0 DA:225,0 DA:226,0 DA:229,0 DA:230,0 DA:231,0 DA:232,0 DA:234,0 DA:237,0 DA:239,0 DA:240,0 DA:241,0 DA:242,0 DA:243,0 DA:244,0 DA:246,0 DA:250,3 DA:252,0 DA:256,0 DA:257,0 DA:260,0 DA:261,0 DA:262,0 DA:264,0 DA:267,0 DA:269,0 DA:271,0 DA:272,0 DA:273,0 DA:275,0 DA:277,0 DA:283,0 DA:284,0 DA:286,0 DA:291,0 DA:292,0 DA:297,0 DA:301,0 DA:302,0 DA:303,0 DA:305,0 DA:308,0 DA:310,0 DA:311,0 DA:312,0 DA:313,0 DA:316,0 LF:151 LH:10 BRDA:53,0,0,0 BRDA:53,0,1,0 BRDA:54,1,0,0 BRDA:54,1,1,0 BRDA:70,2,0,0 BRDA:70,2,1,0 BRDA:71,3,0,0 BRDA:71,3,1,0 BRDA:73,4,0,0 BRDA:73,4,1,0 BRDA:80,5,0,0 BRDA:80,5,1,0 BRDA:81,6,0,0 BRDA:81,6,1,0 BRDA:86,7,0,0 BRDA:86,7,1,0 BRDA:93,8,0,0 BRDA:93,8,1,0 BRDA:94,9,0,0 BRDA:94,9,1,0 BRDA:95,10,0,0 BRDA:95,10,1,0 BRDA:96,11,0,0 BRDA:96,11,1,0 BRDA:108,12,0,0 BRDA:108,12,1,0 BRDA:124,13,0,0 BRDA:124,13,1,0 BRDA:127,14,0,0 BRDA:127,14,1,0 BRDA:131,15,0,0 BRDA:131,15,1,0 BRDA:138,16,0,0 BRDA:138,16,1,0 BRDA:142,17,0,0 BRDA:142,17,1,0 BRDA:152,18,0,0 BRDA:152,18,1,0 BRDA:156,19,0,0 BRDA:156,19,1,0 BRDA:161,20,0,0 BRDA:161,20,1,0 BRDA:168,21,0,0 BRDA:168,21,1,0 BRDA:175,22,0,0 BRDA:175,22,1,0 BRDA:175,23,0,0 BRDA:175,23,1,0 BRDA:183,24,0,0 BRDA:183,24,1,0 BRDA:183,25,0,0 BRDA:183,25,1,0 BRDA:192,26,0,0 BRDA:192,26,1,0 BRDA:196,27,0,0 BRDA:196,27,1,0 BRDA:197,28,0,0 BRDA:197,28,1,0 BRDA:212,29,0,0 BRDA:212,29,1,0 BRDA:214,30,0,0 BRDA:214,30,1,0 BRDA:220,31,0,0 BRDA:220,31,1,0 BRDA:225,32,0,0 BRDA:225,32,1,0 BRDA:229,33,0,0 BRDA:229,33,1,0 BRDA:230,34,0,0 BRDA:230,34,1,0 BRDA:239,35,0,0 BRDA:239,35,1,0 BRDA:241,36,0,0 BRDA:241,36,1,0 BRDA:257,37,0,0 BRDA:257,37,1,0 BRDA:262,38,0,0 BRDA:262,38,1,0 BRDA:267,39,0,0 BRDA:267,39,1,0 BRDA:271,40,0,0 BRDA:271,40,1,0 BRDA:273,41,0,0 BRDA:273,41,1,0 BRDA:284,42,0,0 BRDA:284,42,1,0 BRDA:301,43,0,0 BRDA:301,43,1,0 BRDA:303,44,0,0 BRDA:303,44,1,0 BRDA:311,45,0,0 BRDA:311,45,1,0 BRDA:311,46,0,0 BRDA:311,46,1,0 BRF:94 BRH:0 end_of_record <<<<<< EOF # path=/Users/travis/build/apache/cordova-osx/tests/spec/coverage.json { "spec_dir": "tests/spec", "spec_files": [ "component/**/*[sS]pec.js", "objc/**/*[sS]pec.js" ], "helpers": [ "helper.js" ], "stopSpecOnExpectationFailure": false, "random": false } <<<<<< EOF