Skip to content

Commit

Permalink
fix plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaustin committed Jun 22, 2016
1 parent 745cf45 commit 0a8ccb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ SOFTWARE.
<source-file src="src/ios/BranchSDK.m" />
<source-file src="src/ios/AppDelegate+BranchSdk.m" />
<!-- COMMENT if building for NPM -->
<!-- <framework custom="true" src="src/ios/dependencies/Branch.framework" /> -->
<framework custom="true" src="src/ios/dependencies/Branch.framework" />
<!-- UNCOMMENT if building for NPM -->
<header-file src="src/ios/dependencies/Fabric/ANSCompatibility.h" />
<!-- <header-file src="src/ios/dependencies/Fabric/ANSCompatibility.h" />
<header-file src="src/ios/dependencies/Fabric/Answers.h" />
<header-file src="src/ios/dependencies/Fabric/FABAttributes.h" />
<header-file src="src/ios/dependencies/Fabric/FABKitProtocol.h" />
Expand Down Expand Up @@ -195,6 +195,6 @@ SOFTWARE.
<header-file src="src/ios/dependencies/Branch-SDK/Requests/BranchUserCompletedActionRequest.h" />
<source-file src="src/ios/dependencies/Branch-SDK/Requests/BranchUserCompletedActionRequest.m" />
<header-file src="src/ios/dependencies/Branch-SDK/Requests/BranchValidatePromoCodeRequest.h" />
<source-file src="src/ios/dependencies/Branch-SDK/Requests/BranchValidatePromoCodeRequest.m" />
<source-file src="src/ios/dependencies/Branch-SDK/Requests/BranchValidatePromoCodeRequest.m" /> -->
</platform>
</plugin>

0 comments on commit 0a8ccb0

Please sign in to comment.