Sha256: f478a363fb3933ef64d312f74f3c9325559187bec2746012084200611791b315

Contents?: true

Size: 711 Bytes

Versions: 11

Compression:

Stored size: 711 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="3"
      android:versionName="0.3.0">
    <application android:label="instrumentation_backend">
      <uses-library android:name="android.test.runner" />
      <uses-library android:name="com.google.android.maps" android:required="false" />
    </application>
    <uses-sdk android:minSdkVersion="4" />
    <instrumentation android:targetPackage="#TESTED_APP_PACKAGE#" android:name="sh.calaba.instrumentationbackend.CalabashInstrumentationTestRunner" />
    <uses-permission android:name="android.permission.INTERNET" />
</manifest> 

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
calabash-android-0.2.22 test-server/AndroidManifest.xml
calabash-android-0.2.21 test-server/AndroidManifest.xml
calabash-android-0.2.20 test-server/AndroidManifest.xml
calabash-android-0.2.19 test-server/AndroidManifest.xml
calabash-android-0.2.18 test-server/AndroidManifest.xml
calabash-android-0.2.17 test-server/AndroidManifest.xml
calabash-android-0.2.16 test-server/AndroidManifest.xml
calabash-android-0.2.15 test-server/AndroidManifest.xml
calabash-android-0.2.14 test-server/AndroidManifest.xml
calabash-android-0.2.13 test-server/AndroidManifest.xml
calabash-android-0.2.12 test-server/AndroidManifest.xml