mirror of https://github.com/axmolengine/axmol.git
Merge pull request #1702 from folecr/releasebuilds
Remove hardcoded android:debuggable property in all samples
This commit is contained in:
commit
06465e4c58
|
@ -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