Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #29 from kilianc/master
Browse files Browse the repository at this point in the history
fixed problem with case sensitive OS
  • Loading branch information
EddyVerbruggen committed Dec 10, 2014
2 parents 4fed016 + 531347d commit 2e68452
Show file tree
Hide file tree
Showing 45 changed files with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<js-module src="www/wkwebview.js" name="wkwebview">
<clobbers target="wkwebview" />
</js-module>

<config-file target="config.xml" parent="/*">
<feature name="WKWebViewPolyfill">
<param name="ios-package" value="WKWebViewPolyfill"/>
Expand Down Expand Up @@ -81,23 +81,23 @@
<header-file src="src/ios/CocoaHTTPServer/Core/WebSocket.h"/>
<source-file src="src/ios/CocoaHTTPServer/Core/WebSocket.m"/>

<header-file src="src/ios/CocoaHTTPserver/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h"/>
<source-file src="src/ios/CocoaHTTPserver/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m"/>

<header-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/Extensions/ContextFilterLogFormatter.h"/>
<source-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/Extensions/ContextFilterLogFormatter.m"/>
<header-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/Extensions/DispatchQueueLogFormatter.h"/>
<source-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/Extensions/DispatchQueueLogFormatter.m"/>
<header-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.h"/>
<source-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.m"/>
<header-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDASLLogger.h"/>
<source-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDASLLogger.m"/>
<header-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDFileLogger.h"/>
<source-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDFileLogger.m"/>
<header-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDLog.h"/>
<source-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDLog.m"/>
<header-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDTTYLogger.h"/>
<source-file src="src/ios/CocoaHTTPserver/Vendor/CocoaLumberjack/DDTTYLogger.m"/>
<header-file src="src/ios/CocoaHTTPServer/Vendor/CocoaAsyncSocket/GCDAsyncSocket.h"/>
<source-file src="src/ios/CocoaHTTPServer/Vendor/CocoaAsyncSocket/GCDAsyncSocket.m"/>

<header-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/Extensions/ContextFilterLogFormatter.h"/>
<source-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/Extensions/ContextFilterLogFormatter.m"/>
<header-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/Extensions/DispatchQueueLogFormatter.h"/>
<source-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/Extensions/DispatchQueueLogFormatter.m"/>
<header-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.h"/>
<source-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.m"/>
<header-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDASLLogger.h"/>
<source-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDASLLogger.m"/>
<header-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDFileLogger.h"/>
<source-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDFileLogger.m"/>
<header-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDLog.h"/>
<source-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDLog.m"/>
<header-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDTTYLogger.h"/>
<source-file src="src/ios/CocoaHTTPServer/Vendor/CocoaLumberjack/DDTTYLogger.m"/>

</platform>

Expand Down

0 comments on commit 2e68452

Please sign in to comment.