Skip to content

Commit

Permalink
Merge pull request #31 from bhariharan/cordova_5.1.1_sdk
Browse files Browse the repository at this point in the history
Adding XCConfig for pod consumers
  • Loading branch information
bhariharan authored Feb 4, 2020
2 parents 7ad54e4 + 4dd3434 commit 13cfd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
cordova.public_header_files = 'CordovaLib/Classes/Public/CDV.h', 'CordovaLib/Classes/Public/CDVAppDelegate.h', 'CordovaLib/Classes/Public/CDVAvailability.h', 'CordovaLib/Classes/Public/CDVAvailabilityDeprecated.h', 'CordovaLib/Classes/Public/CDVCommandDelegate.h', 'CordovaLib/Classes/Public/CDVCommandDelegateImpl.h', 'CordovaLib/Classes/Public/CDVCommandQueue.h', 'CordovaLib/Classes/Public/CDVConfigParser.h', 'CordovaLib/Classes/Public/CDVInvokedUrlCommand.h', 'CordovaLib/Classes/Public/CDVPlugin+Resources.h', 'CordovaLib/Classes/Public/CDVPlugin.h', 'CordovaLib/Classes/Public/CDVPluginResult.h', 'CordovaLib/Classes/Public/CDVScreenOrientationDelegate.h', 'CordovaLib/Classes/Public/CDVTimer.h', 'CordovaLib/Classes/Public/CDVURLProtocol.h', 'CordovaLib/Classes/Public/CDVUserAgentUtil.h', 'CordovaLib/Classes/Public/CDVViewController.h', 'CordovaLib/Classes/Public/CDVWebViewEngineProtocol.h', 'CordovaLib/Classes/Public/CDVWhitelist.h', 'CordovaLib/Classes/Public/NSDictionary+CordovaPreferences.h', 'CordovaLib/Classes/Public/NSMutableArray+QueueAdditions.h', 'CordovaLib/Cordova/Cordova.h'
cordova.prefix_header_contents = ''
cordova.requires_arc = true
cordova.pod_target_xcconfig = { "GCC_PREPROCESSOR_DEFINITIONS" => "DEBUG=1 WK_WEB_VIEW_ONLY=1"}
end
end

Expand Down

0 comments on commit 13cfd63

Please sign in to comment.