Skip to content

Commit d041f6d

Browse files
authored
chore: updated spacing
1 parent 781039b commit d041f6d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@
711711
- Ionic 1
712712
713713
- **Install**
714+
714715
```bash
715716
npm install -g cordova ionic;
716717
ionic start t3 tabs;
@@ -723,6 +724,7 @@
723724
```
724725
725726
- **Update config.xml**
727+
726728
```xml
727729
<!-- values should be from your Branch Dashboard https://dashboard.branch.io/settings/link -->
728730
<widget id="com.eneff.branch.ionic" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
@@ -734,6 +736,7 @@
734736
```
735737
736738
- **update app.js**
739+
737740
```js
738741
// global function
739742
function DeepLinkHandler(data) {
@@ -768,16 +771,19 @@
768771
- **Delete app off device**
769772
770773
- **Compile ionic**
774+
771775
```bash
772776
ionic build ios;
773777
```
774778
775779
- **Run on device through xcode**
780+
776781
```bash
777782
open -a Xcode platforms/ios/t3.xcodeproj;
778783
```
779784
780785
- **Click on a deep link in iMessage to open the app**
786+
781787
- For example, the deep link [https://cluv.app.link/6TOiVlCqXx](https://cluv.app.link/6TOiVlCqXx) can be created from your [Branch Dashboard](https://dashboard.branch.io/marketing)
782788
783789
- ![image](http://i.imgur.com/YzeE14X.gif)
@@ -987,6 +993,7 @@
987993
- #### Compiling: Cordova Dependencies
988994
989995
- Node
996+
990997
```sh
991998
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
992999
brew update;
@@ -1038,7 +1045,6 @@
10381045
10391046
- Genymotion -> Add virtual device -> Google Nexus 6P - 6.0.0 - API 23 -> Next
10401047
1041-
10421048
- #### Compiling: Visual Studio TACO
10431049
10441050
- Download the latest [source code](https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking/releases) and import the Branch SDK locally

0 commit comments

Comments
 (0)