Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
release: 1.1.6 build 48
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Sep 25, 2020
1 parent 160e7e5 commit dd72644
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/assets/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"cordova": {
"preferences": {
"DisableDeploy": "true"
"DisableDeploy": "false"
}
}
}
2 changes: 1 addition & 1 deletion android/app/src/main/res/xml/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
</feature>


<preference name="DisableDeploy" value="true" />
<preference name="DisableDeploy" value="false" />
</widget>
2 changes: 1 addition & 1 deletion capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"cordova": {
"preferences": {
"DisableDeploy": "true"
"DisableDeploy": "false"
}
}
}
8 changes: 4 additions & 4 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
<key>IonMinBackgroundDuration</key>
<string>30</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<true />
</dict>
<key>NSCameraUsageDescription</key>
<string>To Take Photos and Video</string>
Expand Down Expand Up @@ -78,12 +78,12 @@
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
<true />
<key>IonAppId</key>
<string>15a91f4a</string>
<key>IonChannelName</key>
<string>Stable</string>
<key>IonUpdateMethod</key>
<string>background</string>
</dict>
</plist>
</plist>
2 changes: 1 addition & 1 deletion ios/App/App/capacitor.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"cordova": {
"preferences": {
"DisableDeploy": "true"
"DisableDeploy": "false"
}
}
}
2 changes: 1 addition & 1 deletion ios/App/App/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
</feature>


<preference name="DisableDeploy" value="true" />
<preference name="DisableDeploy" value="false" />
</widget>

0 comments on commit dd72644

Please sign in to comment.