Sha256: b2ef650afddbb15b333d09c97c49410853d5a77d07852579f5e0c7568206f37d

Contents?: true

Size: 592 Bytes

Versions: 18

Compression:

Stored size: 592 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="#TESTED_APP_PACKAGE#.test"
      android:versionCode="1"
      android:versionName="1.0">
    <application android:label="instrumentation_backend">

    <uses-library android:name="android.test.runner" />
    </application>
    <uses-sdk android:minSdkVersion="4" />
    <instrumentation android:targetPackage="#TESTED_APP_PACKAGE#" android:name="android.test.InstrumentationTestRunner" />
    <uses-permission android:name="android.permission.INTERNET" />
</manifest> 

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
calabash-android-0.0.19 test-server/AndroidManifest.xml
calabash-android-0.0.18 test-server/AndroidManifest.xml
calabash-android-0.0.17 test-server/AndroidManifest.xml
calabash-android-0.0.16 test-server/AndroidManifest.xml
calabash-android-0.0.15 test-server/AndroidManifest.xml
calabash-android-0.0.14 test-server/AndroidManifest.xml
calabash-android-0.0.13 test-server/AndroidManifest.xml
calabash-android-0.0.12 test-server/AndroidManifest.xml
calabash-android-0.0.11 test-server/AndroidManifest.xml
calabash-android-0.0.10 test-server/AndroidManifest.xml
calabash-android-0.0.8 test-server/AndroidManifest.xml
calabash-android-0.0.7 test-server/AndroidManifest.xml
calabash-android-0.0.6 test-server/AndroidManifest.xml
calabash-android-0.0.5 test-server/AndroidManifest.xml
calabash-android-0.0.4 test-server/AndroidManifest.xml
calabash-android-0.0.3 test-server/AndroidManifest.xml
calabash-android-0.0.2 test-server/AndroidManifest.xml
calabash-android-0.0.1 test-server/AndroidManifest.xml