Sha256: 0bc188c4bf90a45ff2b79ed3cd9c4b55f37363f5665ece75ea9a1899f794aae4

Contents?: true

Size: 607 Bytes

Versions: 9

Compression:

Stored size: 607 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="sh.calaba.test"
    android:versionCode="3"
    android:versionName="0.3.0" >

    <uses-sdk android:minSdkVersion="6" />

    <application android:label="CalabashTestServer" >
        <uses-library android:name="android.test.runner" />
        <uses-library android:name="com.google.android.maps" android:required="false" />
    </application>

    <instrumentation
        android:name="android.test.InstrumentationTestRunner"
        android:targetPackage="sh.calaba" />
</manifest>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
calabash-android-0.4.0.pre4 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.4.0.pre3 test-server/instrumentation-backend/AndroidManifest.xml
testautoa-0.4.0 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.4.0.pre2 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.4.0.pre1 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.8 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.7 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.6 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.5 test-server/instrumentation-backend/AndroidManifest.xml