Skip to content

Commit 42fafb8

Browse files
authored
Merge pull request #267 from BranchMetrics/fix-visual-studio
fix: relocated initial comment for VS TACO
2 parents bc31144 + d5bb5ba commit 42fafb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugin.template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<!--EDIT plugin.template.xml NOT plugin.xml. plugin.xml WILL BE OVERWRITTEN BY GULP -->
2-
31
<?xml version="1.0" encoding="UTF-8"?>
42
<!--The MIT License (MIT)
53
@@ -28,6 +26,8 @@ SOFTWARE.
2826
id="io.branch.sdk"
2927
version="2.4.0">
3028

29+
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
30+
3131
<name>branch-cordova-sdk</name>
3232
<description>Branch SDK Plugin</description>
3333
<license>Apache 2.0</license>

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<!--EDIT plugin.template.xml NOT plugin.xml. plugin.xml WILL BE OVERWRITTEN BY GULP -->
2-
31
<?xml version="1.0" encoding="UTF-8"?>
42
<!--The MIT License (MIT)
53
@@ -28,6 +26,8 @@ SOFTWARE.
2826
id="io.branch.sdk"
2927
version="2.4.0">
3028

29+
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
30+
3131
<name>branch-cordova-sdk</name>
3232
<description>Branch SDK Plugin</description>
3333
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)