Created
July 17, 2015 15:54
-
-
Save ulizama/223423c4a603be07e2ca to your computer and use it in GitHub Desktop.
TiCh Examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tich.cfg input | |
| { | |
| "name": "test", | |
| "settings": { | |
| "name": "Test", | |
| "id": "com.test.app", | |
| "guid": "723236726732", | |
| "properties" :{ | |
| "GCM_sender_id" : "1234562" | |
| }, | |
| "raw": { | |
| "/ti:app/android/manifest/application/@android:theme": "@style/Theme.Test", | |
| "/ti:app/android/manifest/uses-permission[contains(@android:name,'MAPS_RECEIVE')]/@android:name": "com.proximityaware.performance.permission.MAPS_RECEIVE", | |
| "/ti:app/android/manifest/permission[contains(@android:name,'MAPS_RECEIVE')]/@android:name": "com.proximityaware.performance.permission.MAPS_RECEIVE", | |
| "/ti:app/android/manifest/application/service/intent-filter/action[contains(@android:name,'DID_RANGING')]/@android:name": "com.proximityaware.performance.DID_RANGING", | |
| "/ti:app/android/manifest/application/service/intent-filter/action[contains(@android:name,'DID_MONITORING')]/@android:name": "com.proximityaware.performance.DID_MONITORING", | |
| "/ti:app/android/manifest/application/meta-data[@android:name='com.google.android.maps.v2.API_KEY']/@android:value": "AHnsbdJSJAhsgsDJSHD" | |
| } | |
| } | |
| } | |
| tich select test | |
| Found a config for test | |
| Changing name to Test | |
| Changing id to com.test.app | |
| Changing guid to 723236726732 | |
| Changing App property GCM_sender_id to 1234562 | |
| Changing Raw property /ti:app/android/manifest/application/@android:theme to @style/Theme.Test | |
| Changing Raw property /ti:app/android/manifest/uses-permission[contains(@android:name,'MAPS_RECEIVE')]/@android:name to com.proximityaware.performance.permission.MAPS_RECEIVE | |
| Changing Raw property /ti:app/android/manifest/permission[contains(@android:name,'MAPS_RECEIVE')]/@android:name to com.proximityaware.performance.permission.MAPS_RECEIVE | |
| Changing Raw property /ti:app/android/manifest/application/service/intent-filter/action[contains(@android:name,'DID_RANGING')]/@android:name to com.proximityaware.performance.DID_RANGING | |
| Changing Raw property /ti:app/android/manifest/application/service/intent-filter/action[contains(@android:name,'DID_MONITORING')]/@android:name to com.proximityaware.performance.DID_MONITORING | |
| Changing Raw property /ti:app/android/manifest/application/meta-data[@android:name='com.google.android.maps.v2.API_KEY']/@android:value to AHnsbdJSJAhsgsDJSHD | |
| ./tiapp.xml updated | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment