mirror of https://github.com/axmolengine/axmol.git
Remove hardcoded android:debuggable property
This commit is contained in:
parent
c233d704fd
commit
58e6c80078
|
@ -7,7 +7,6 @@
|
|||
<uses-sdk android:minSdkVersion="8"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true"
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name=".CocosDragonJS"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<uses-sdk android:minSdkVersion="8"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true"
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name=".HelloCpp"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="8"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true" android:icon="@drawable/icon">
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name=".HelloLua"
|
||||
android:label="@string/app_name"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<uses-sdk android:minSdkVersion="8"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true"
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name=".MoonWarriors"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<uses-sdk android:minSdkVersion="8"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true"
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name=".SimpleGame"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<uses-sdk android:minSdkVersion="8"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true"
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name=".TestCpp"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<uses-sdk android:minSdkVersion="8"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true"
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name=".TestJavascript"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="8"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true" android:icon="@drawable/icon">
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name=".TestLua"
|
||||
android:label="@string/app_name"
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
<uses-sdk android:minSdkVersion="8"/>
|
||||
|
||||
<application android:label="@string/app_name"
|
||||
android:debuggable="true"
|
||||
android:icon="@drawable/icon">
|
||||
android:icon="@drawable/icon">
|
||||
|
||||
<activity android:name="org.cocos2dx.watermelonwithme.WatermelonWithMe"
|
||||
android:label="@string/app_name"
|
||||
|
|
Loading…
Reference in New Issue