thanks
This commit is contained in:
parent
27e2c484e6
commit
5651fc6034
8 changed files with 9525 additions and 0 deletions
32
MoCha/Assets/Plugins/Android/Oauthtutorial.meta
Normal file
32
MoCha/Assets/Plugins/Android/Oauthtutorial.meta
Normal file
|
@ -0,0 +1,32 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 29bad9f5cd2fcea41b37212bde01f7ab
|
||||
folderAsset: yes
|
||||
timeCreated: 1524756422
|
||||
licenseType: Free
|
||||
PluginImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
iconMap: {}
|
||||
executionOrder: {}
|
||||
isPreloaded: 0
|
||||
isOverridable: 0
|
||||
platformData:
|
||||
- first:
|
||||
Android: Android
|
||||
second:
|
||||
enabled: 1
|
||||
settings: {}
|
||||
- first:
|
||||
Any:
|
||||
second:
|
||||
enabled: 0
|
||||
settings: {}
|
||||
- first:
|
||||
Editor: Editor
|
||||
second:
|
||||
enabled: 0
|
||||
settings:
|
||||
DefaultValueInitialized: true
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<application android:icon="@drawable/app_icon" android:label="@string/app_name">
|
||||
<activity android:name=".MainActivity" android:label="@string/app_name" android:launchMode="singleTask" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen" android:screenOrientation="sensor">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<data android:scheme="mocha" />
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
</manifest>
|
|
@ -0,0 +1,9 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 3451933c2f0cf5048a2d52f76b3de537
|
||||
timeCreated: 1524756427
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
10
MoCha/Assets/Plugins/Android/Oauthtutorial/libs.meta
Normal file
10
MoCha/Assets/Plugins/Android/Oauthtutorial/libs.meta
Normal file
|
@ -0,0 +1,10 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 34e95321666f0c64cbf170b85dc31e24
|
||||
folderAsset: yes
|
||||
timeCreated: 1524756422
|
||||
licenseType: Free
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 77748688b0089b24eabef7bed12c009d
|
||||
timeCreated: 1524756423
|
||||
licenseType: Free
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
9439
MoCha/Assets/Plugins/Newtonsoft.Json.xml
Normal file
9439
MoCha/Assets/Plugins/Newtonsoft.Json.xml
Normal file
File diff suppressed because it is too large
Load diff
9
MoCha/Assets/Plugins/Newtonsoft.Json.xml.meta
Normal file
9
MoCha/Assets/Plugins/Newtonsoft.Json.xml.meta
Normal file
|
@ -0,0 +1,9 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 4389f1c8a3fe9344886cb991c54bf25a
|
||||
timeCreated: 1523986568
|
||||
licenseType: Free
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in a new issue