Sha256: 9edd09b06d88bb500aeaa43d42f6f46a08e477811746c099b93a72338b522fa8

Contents?: true

Size: 744 Bytes

Versions: 21

Compression:

Stored size: 744 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="1"
    android:versionName="1.0" >

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

    <application android:label="CalabashTestServer" >
        <uses-library android:name="android.test.runner" />
    </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

21 entries across 21 versions & 1 rubygems

Version Path
calabash-android-0.2.11 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.10 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.9 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.8 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.7 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.6 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.5 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.4 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.3 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.2 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.1 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.0 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.0.pre10 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.0.pre9 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.0.pre8 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.0.pre7 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.0.pre6 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.0.pre5 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.0.pre4 test-server/instrumentation-backend/AndroidManifest.xml
calabash-android-0.2.0.pre3 test-server/instrumentation-backend/AndroidManifest.xml