Skip to content

Commit

Permalink
set TEST_UNIFIED_BRIDGING_HEADER to false by default on extra/hooks/i…
Browse files Browse the repository at this point in the history
…osrtc-swift-support.js
  • Loading branch information
hthetiot committed Oct 6, 2019
1 parent c64d63e commit 450848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/hooks/iosrtc-swift-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var
UNIFIED_BRIDGING_HEADER = 'Plugins/Unified-Bridging-Header.h',
IOSRTC_BRIDGING_HEADER = "cordova-plugin-iosrtc-Bridging-Header.h",
BRIDGING_HEADER_END = '/Plugins/cordova-plugin-iosrtc/' + IOSRTC_BRIDGING_HEADER,
TEST_UNIFIED_BRIDGING_HEADER = true; // Set to true to test handling of existing swift bridging header
TEST_UNIFIED_BRIDGING_HEADER = false; // Set to true to test handling of existing swift bridging header

// Helpers

Expand Down

0 comments on commit 450848a

Please sign in to comment.