Sha256: 1479c7335faf7ff23110e4f5a7fb5386d662db8e8768bed2945d77ed1ad85893

Contents?: true

Size: 836 Bytes

Versions: 35

Compression:

Stored size: 836 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" />

    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
    <uses-permission android:name="android.permission.INTERNET" />

</manifest>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
calabash-android-0.3.4 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.3 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.3.pre5 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.3.pre3 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.3.pre2 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.3.pre1 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.2 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.2.pre5 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.2.pre4 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.2.pre3 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.2.pre2 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.2.pre1 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.1 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.0 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.0.pre10 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.0.pre9 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.0.pre8 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.0.pre7 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.0.pre6 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.3.0.pre5 test-server/instrumentation-backend/AndroidManifest.xml