Repository: cordova-plugins Updated Branches: refs/heads/master 85bf5707b -> fddacd6d6
Renamed app path from 'app' to 'www'. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/fddacd6d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/fddacd6d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/fddacd6d Branch: refs/heads/master Commit: fddacd6d65747e02e639b6f7972914d8c3c36915 Parents: 85bf570 Author: Shazron Abdullah <[email protected]> Authored: Mon Nov 17 13:39:20 2014 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Mon Nov 17 13:39:20 2014 -0800 ---------------------------------------------------------------------- local-webserver/src/ios/CDVLocalWebServer.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/fddacd6d/local-webserver/src/ios/CDVLocalWebServer.m ---------------------------------------------------------------------- diff --git a/local-webserver/src/ios/CDVLocalWebServer.m b/local-webserver/src/ios/CDVLocalWebServer.m index 15fb665..873581f 100644 --- a/local-webserver/src/ios/CDVLocalWebServer.m +++ b/local-webserver/src/ios/CDVLocalWebServer.m @@ -28,7 +28,7 @@ BOOL useLocalWebServer = NO; NSString* indexPage = @"index.html"; - NSString* subPath = @"app"; + NSString* subPath = @"www"; NSUInteger port = 80; // check the content tag src --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
