Skip to content

Commit

Permalink
🔧 #17 - clearTextTraffic 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
taeuk-gang committed Oct 2, 2019
1 parent 87333a0 commit 2b3972c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.example.mac.tour" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.example.mac.tour" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>맥투</name>
<description>
A sample Apache Cordova application that responds to the deviceready event.
Expand Down Expand Up @@ -32,6 +32,9 @@
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="ShowSplashScreenSpinner" value="false" />
<allow-intent href="market:*" />
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:usesCleartextTraffic="true" />
</edit-config>
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
Expand Down

0 comments on commit 2b3972c

Please sign in to comment.