[U] Upgrade to Unity 2022.3.53f1
This commit is contained in:
@@ -3,8 +3,8 @@ plugins {
|
|||||||
// See which Gradle version is preinstalled with Unity here https://docs.unity3d.com/Manual/android-gradle-overview.html
|
// See which Gradle version is preinstalled with Unity here https://docs.unity3d.com/Manual/android-gradle-overview.html
|
||||||
// See official Gradle and Android Gradle Plugin compatibility table here https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
|
// See official Gradle and Android Gradle Plugin compatibility table here https://developer.android.com/studio/releases/gradle-plugin#updating-gradle
|
||||||
// To specify a custom Gradle version in Unity, go do "Preferences > External Tools", uncheck "Gradle Installed with Unity (recommended)" and specify a path to a custom Gradle version
|
// To specify a custom Gradle version in Unity, go do "Preferences > External Tools", uncheck "Gradle Installed with Unity (recommended)" and specify a path to a custom Gradle version
|
||||||
id 'com.android.application' version '7.1.2' apply false
|
id 'com.android.application' version '7.4.2' apply false
|
||||||
id 'com.android.library' version '7.1.2' apply false
|
id 'com.android.library' version '7.4.2' apply false
|
||||||
id 'com.google.gms.google-services' version '4.3.3' apply false
|
id 'com.google.gms.google-services' version '4.3.3' apply false
|
||||||
**BUILD_SCRIPT_DEPS**
|
**BUILD_SCRIPT_DEPS**
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace "**NAMESPACE**"
|
||||||
ndkPath "**NDKPATH**"
|
ndkPath "**NDKPATH**"
|
||||||
|
|
||||||
compileSdkVersion **APIVERSION**
|
compileSdkVersion **APIVERSION**
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ dependencies {
|
|||||||
|
|
||||||
// Android Resolver Exclusions Start
|
// Android Resolver Exclusions Start
|
||||||
android {
|
android {
|
||||||
|
namespace "com.unity3d.player"
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude ('/lib/armeabi/*' + '*')
|
exclude ('/lib/armeabi/*' + '*')
|
||||||
exclude ('/lib/mips/*' + '*')
|
exclude ('/lib/mips/*' + '*')
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ dependencyResolutionManagement {
|
|||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
// Android Resolver Repos Start
|
// Android Resolver Repos Start
|
||||||
def unityProjectPath = $/file:///**DIR_UNITYPROJECT**/$.replace("\\", "/")
|
|
||||||
maven {
|
maven {
|
||||||
url "https://android-sdk.is.com/" // Assets/MaxSdk/Mediation/IronSource/Editor/Dependencies.xml:8
|
url "https://android-sdk.is.com/" // Assets/MaxSdk/Mediation/IronSource/Editor/Dependencies.xml:8
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,19 +2,19 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.github.skistua.unity-vimeditor": "https://gitee.com/b166er/unity-vimeditor.git",
|
"com.github.skistua.unity-vimeditor": "https://gitee.com/b166er/unity-vimeditor.git",
|
||||||
"com.neuecc.unirx": "file:../LocalPackages/com.neuecc.unirx",
|
"com.neuecc.unirx": "file:../LocalPackages/com.neuecc.unirx",
|
||||||
"com.unity.addressables": "1.21.21",
|
"com.unity.addressables": "1.22.3",
|
||||||
"com.unity.collab-proxy": "2.2.0",
|
"com.unity.collab-proxy": "2.5.2",
|
||||||
"com.unity.ide.rider": "3.0.34",
|
"com.unity.ide.rider": "3.0.34",
|
||||||
"com.unity.ide.visualstudio": "2.0.22",
|
"com.unity.ide.visualstudio": "2.0.22",
|
||||||
"com.unity.ide.vscode": "1.2.5",
|
"com.unity.ide.vscode": "1.2.5",
|
||||||
"com.unity.mobile.android-logcat": "1.3.2",
|
"com.unity.mobile.android-logcat": "1.4.3",
|
||||||
"com.unity.nuget.newtonsoft-json": "3.2.1",
|
"com.unity.nuget.newtonsoft-json": "3.2.1",
|
||||||
"com.unity.render-pipelines.universal": "14.0.9",
|
"com.unity.render-pipelines.universal": "14.0.11",
|
||||||
"com.unity.test-framework": "1.1.33",
|
"com.unity.test-framework": "1.1.33",
|
||||||
"com.unity.textmeshpro": "3.0.6",
|
"com.unity.textmeshpro": "3.0.7",
|
||||||
"com.unity.timeline": "1.7.6",
|
"com.unity.timeline": "1.7.6",
|
||||||
"com.unity.ugui": "1.0.0",
|
"com.unity.ugui": "1.0.0",
|
||||||
"com.unity.visualscripting": "1.9.1",
|
"com.unity.visualscripting": "1.9.4",
|
||||||
"com.unity.modules.ai": "1.0.0",
|
"com.unity.modules.ai": "1.0.0",
|
||||||
"com.unity.modules.androidjni": "1.0.0",
|
"com.unity.modules.androidjni": "1.0.0",
|
||||||
"com.unity.modules.animation": "1.0.0",
|
"com.unity.modules.animation": "1.0.0",
|
||||||
|
|||||||
@@ -20,11 +20,11 @@
|
|||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"com.unity.addressables": {
|
"com.unity.addressables": {
|
||||||
"version": "1.21.21",
|
"version": "1.22.3",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.scriptablebuildpipeline": "1.21.23",
|
"com.unity.scriptablebuildpipeline": "1.21.25",
|
||||||
"com.unity.modules.assetbundle": "1.0.0",
|
"com.unity.modules.assetbundle": "1.0.0",
|
||||||
"com.unity.modules.imageconversion": "1.0.0",
|
"com.unity.modules.imageconversion": "1.0.0",
|
||||||
"com.unity.modules.jsonserialize": "1.0.0",
|
"com.unity.modules.jsonserialize": "1.0.0",
|
||||||
@@ -34,16 +34,17 @@
|
|||||||
"url": "https://packages.unity.cn"
|
"url": "https://packages.unity.cn"
|
||||||
},
|
},
|
||||||
"com.unity.burst": {
|
"com.unity.burst": {
|
||||||
"version": "1.8.9",
|
"version": "1.8.18",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.mathematics": "1.2.1"
|
"com.unity.mathematics": "1.2.1",
|
||||||
|
"com.unity.modules.jsonserialize": "1.0.0"
|
||||||
},
|
},
|
||||||
"url": "https://packages.unity.cn"
|
"url": "https://packages.unity.cn"
|
||||||
},
|
},
|
||||||
"com.unity.collab-proxy": {
|
"com.unity.collab-proxy": {
|
||||||
"version": "2.2.0",
|
"version": "2.5.2",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
@@ -89,7 +90,7 @@
|
|||||||
"url": "https://packages.unity.cn"
|
"url": "https://packages.unity.cn"
|
||||||
},
|
},
|
||||||
"com.unity.mobile.android-logcat": {
|
"com.unity.mobile.android-logcat": {
|
||||||
"version": "1.3.2",
|
"version": "1.4.3",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
@@ -103,7 +104,7 @@
|
|||||||
"url": "https://packages.unity.cn"
|
"url": "https://packages.unity.cn"
|
||||||
},
|
},
|
||||||
"com.unity.render-pipelines.core": {
|
"com.unity.render-pipelines.core": {
|
||||||
"version": "14.0.9",
|
"version": "14.0.11",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -114,18 +115,27 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.render-pipelines.universal": {
|
"com.unity.render-pipelines.universal": {
|
||||||
"version": "14.0.9",
|
"version": "14.0.11",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.mathematics": "1.2.1",
|
"com.unity.mathematics": "1.2.1",
|
||||||
"com.unity.burst": "1.8.9",
|
"com.unity.burst": "1.8.9",
|
||||||
"com.unity.render-pipelines.core": "14.0.9",
|
"com.unity.render-pipelines.core": "14.0.11",
|
||||||
"com.unity.shadergraph": "14.0.9"
|
"com.unity.shadergraph": "14.0.11",
|
||||||
|
"com.unity.render-pipelines.universal-config": "14.0.9"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"com.unity.render-pipelines.universal-config": {
|
||||||
|
"version": "14.0.10",
|
||||||
|
"depth": 1,
|
||||||
|
"source": "builtin",
|
||||||
|
"dependencies": {
|
||||||
|
"com.unity.render-pipelines.core": "14.0.10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.scriptablebuildpipeline": {
|
"com.unity.scriptablebuildpipeline": {
|
||||||
"version": "1.21.23",
|
"version": "1.21.25",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
@@ -139,11 +149,11 @@
|
|||||||
"url": "https://packages.unity.cn"
|
"url": "https://packages.unity.cn"
|
||||||
},
|
},
|
||||||
"com.unity.shadergraph": {
|
"com.unity.shadergraph": {
|
||||||
"version": "14.0.9",
|
"version": "14.0.11",
|
||||||
"depth": 1,
|
"depth": 1,
|
||||||
"source": "builtin",
|
"source": "builtin",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.render-pipelines.core": "14.0.9",
|
"com.unity.render-pipelines.core": "14.0.11",
|
||||||
"com.unity.searcher": "4.9.2"
|
"com.unity.searcher": "4.9.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -159,7 +169,7 @@
|
|||||||
"url": "https://packages.unity.cn"
|
"url": "https://packages.unity.cn"
|
||||||
},
|
},
|
||||||
"com.unity.textmeshpro": {
|
"com.unity.textmeshpro": {
|
||||||
"version": "3.0.6",
|
"version": "3.0.7",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -189,7 +199,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.unity.visualscripting": {
|
"com.unity.visualscripting": {
|
||||||
"version": "1.9.1",
|
"version": "1.9.4",
|
||||||
"depth": 0,
|
"depth": 0,
|
||||||
"source": "registry",
|
"source": "registry",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -0,0 +1,27 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 925fac028b9f247cb97c5f9ac9a3c69b
|
||||||
|
PluginImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
iconMap: {}
|
||||||
|
executionOrder: {}
|
||||||
|
defineConstraints: []
|
||||||
|
isPreloaded: 0
|
||||||
|
isOverridable: 1
|
||||||
|
isExplicitlyReferenced: 0
|
||||||
|
validateReferences: 1
|
||||||
|
platformData:
|
||||||
|
- first:
|
||||||
|
Any:
|
||||||
|
second:
|
||||||
|
enabled: 1
|
||||||
|
settings: {}
|
||||||
|
- first:
|
||||||
|
Editor: Editor
|
||||||
|
second:
|
||||||
|
enabled: 0
|
||||||
|
settings:
|
||||||
|
DefaultValueInitialized: true
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 601bcfb0fe7a147719d07db30c0fcf61
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,61 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>AvailableLibraries</key>
|
|
||||||
<array>
|
|
||||||
<dict>
|
|
||||||
<key>BinaryPath</key>
|
|
||||||
<string>FBAEMKit.framework/Versions/A/FBAEMKit</string>
|
|
||||||
<key>LibraryIdentifier</key>
|
|
||||||
<string>ios-arm64_x86_64-maccatalyst</string>
|
|
||||||
<key>LibraryPath</key>
|
|
||||||
<string>FBAEMKit.framework</string>
|
|
||||||
<key>SupportedArchitectures</key>
|
|
||||||
<array>
|
|
||||||
<string>arm64</string>
|
|
||||||
<string>x86_64</string>
|
|
||||||
</array>
|
|
||||||
<key>SupportedPlatform</key>
|
|
||||||
<string>ios</string>
|
|
||||||
<key>SupportedPlatformVariant</key>
|
|
||||||
<string>maccatalyst</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>BinaryPath</key>
|
|
||||||
<string>FBAEMKit.framework/FBAEMKit</string>
|
|
||||||
<key>LibraryIdentifier</key>
|
|
||||||
<string>ios-arm64</string>
|
|
||||||
<key>LibraryPath</key>
|
|
||||||
<string>FBAEMKit.framework</string>
|
|
||||||
<key>SupportedArchitectures</key>
|
|
||||||
<array>
|
|
||||||
<string>arm64</string>
|
|
||||||
</array>
|
|
||||||
<key>SupportedPlatform</key>
|
|
||||||
<string>ios</string>
|
|
||||||
</dict>
|
|
||||||
<dict>
|
|
||||||
<key>BinaryPath</key>
|
|
||||||
<string>FBAEMKit.framework/FBAEMKit</string>
|
|
||||||
<key>LibraryIdentifier</key>
|
|
||||||
<string>ios-arm64_x86_64-simulator</string>
|
|
||||||
<key>LibraryPath</key>
|
|
||||||
<string>FBAEMKit.framework</string>
|
|
||||||
<key>SupportedArchitectures</key>
|
|
||||||
<array>
|
|
||||||
<string>arm64</string>
|
|
||||||
<string>x86_64</string>
|
|
||||||
</array>
|
|
||||||
<key>SupportedPlatform</key>
|
|
||||||
<string>ios</string>
|
|
||||||
<key>SupportedPlatformVariant</key>
|
|
||||||
<string>simulator</string>
|
|
||||||
</dict>
|
|
||||||
</array>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>XFWK</string>
|
|
||||||
<key>XCFrameworkFormatVersion</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 3b2cb99a1cd694898a8d67dfb792ffa3
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
|
||||||
|
|
||||||
You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
|
||||||
copy, modify, and distribute this software in source code or binary form for use
|
|
||||||
in connection with the web services and APIs provided by Facebook.
|
|
||||||
|
|
||||||
As with any software that integrates with the Facebook platform, your use of
|
|
||||||
this software is subject to the Facebook Platform Policy
|
|
||||||
[http://developers.facebook.com/policy/]. This copyright notice shall be
|
|
||||||
included in all copies or substantial portions of the software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
||||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
||||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
||||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
||||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: e0c9a98f2cc554f49be772c72d7c386d
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 7c52039dbbbdf4ec6a1d4fb6e3632f21
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 26642ced2aed2479fa190e6865ef0e6c
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 659c3eedae10e4cf396a171811092c80
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: b1d4afcad4a3849d0b3118a3aefe98e3
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,863 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>files</key>
|
|
||||||
<dict>
|
|
||||||
<key>LICENSE</key>
|
|
||||||
<data>
|
|
||||||
42oX9oAD1yj/wA6aqkh1wyx+qqA=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/FBAEMKit</key>
|
|
||||||
<data>
|
|
||||||
1jYEXQ0GGTfKOrS+k2cbCYwElrE=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Headers/FBAEMKit-Swift.h</key>
|
|
||||||
<data>
|
|
||||||
XwfElLRDNnpKKn0PH/hO9BM6QRU=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Info.plist</key>
|
|
||||||
<data>
|
|
||||||
keqCaHSrv/mwHCr1no4rXUyhyFE=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
vuOt4lh95Y0TvldvN/y3KNDKZfs=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
||||||
<data>
|
|
||||||
nb9852QDL6O4NKXWpLS4zgC6tQ8=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
vuOt4lh95Y0TvldvN/y3KNDKZfs=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/module.modulemap</key>
|
|
||||||
<data>
|
|
||||||
Ci3QIdviXpIzxSC88i1rGvW2cSs=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/PrivacyInfo.xcprivacy</key>
|
|
||||||
<data>
|
|
||||||
Fo7sebV/R02g8kqyPtqICO8eVyI=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeDirectory</key>
|
|
||||||
<data>
|
|
||||||
aMdDajg1gTj/3yLyoB2URMWTZ8I=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeRequirements</key>
|
|
||||||
<data>
|
|
||||||
d0D2bIfxnlD50/xfWKe5ZaZDcGM=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeRequirements-1</key>
|
|
||||||
<data>
|
|
||||||
TEhuqgqED6/5W5XhSlj3qzxh14M=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeResources</key>
|
|
||||||
<data>
|
|
||||||
GNoh+kRiwW+LkA7uf2xnwmg5XeY=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeSignature</key>
|
|
||||||
<data>
|
|
||||||
v8cYFIrHe1UYRW/LShCzp+/yoro=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/FBAEMKit</key>
|
|
||||||
<data>
|
|
||||||
iwkagEUBcCLdVwHGLAevTvgO/ic=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers/FBAEMKit-Swift.h</key>
|
|
||||||
<data>
|
|
||||||
7sS/nlKqm4Wov9u8GGLhdrKFOFY=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.abi.json</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
MO1TrGA4m9oCtdnCAO0EbR07LKQ=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc</key>
|
|
||||||
<data>
|
|
||||||
OkYO43wY1y0NN0zzA8+AsT+MDJE=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
MO1TrGA4m9oCtdnCAO0EbR07LKQ=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.abi.json</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
LeloTBayKYzvy1My8aTPDkYKoVM=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc</key>
|
|
||||||
<data>
|
|
||||||
WOqpjF2fH3ZciGxFwbdpLzqULxM=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
LeloTBayKYzvy1My8aTPDkYKoVM=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/module.modulemap</key>
|
|
||||||
<data>
|
|
||||||
Ci3QIdviXpIzxSC88i1rGvW2cSs=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Resources/Info.plist</key>
|
|
||||||
<data>
|
|
||||||
dAh6Appr3q+QDdVCT9Bgdl0LSt0=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Resources/PrivacyInfo.xcprivacy</key>
|
|
||||||
<data>
|
|
||||||
Fo7sebV/R02g8kqyPtqICO8eVyI=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeDirectory</key>
|
|
||||||
<data>
|
|
||||||
CSRs/KDLBtz/ElXym+B4GnOKzwA=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeRequirements</key>
|
|
||||||
<data>
|
|
||||||
d0D2bIfxnlD50/xfWKe5ZaZDcGM=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeRequirements-1</key>
|
|
||||||
<data>
|
|
||||||
mxqN+w6x0NzoTgQ2V48/hc8jvic=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeResources</key>
|
|
||||||
<data>
|
|
||||||
XxSzQIK/lXYzhR5Otnx7WZV/Qik=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeSignature</key>
|
|
||||||
<data>
|
|
||||||
Rd3G5APVUCnZzQtlplwq5M57rvA=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit</key>
|
|
||||||
<data>
|
|
||||||
CaOAL/+qTpPw7o7js+MiLLeVCrg=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h</key>
|
|
||||||
<data>
|
|
||||||
7sS/nlKqm4Wov9u8GGLhdrKFOFY=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Info.plist</key>
|
|
||||||
<data>
|
|
||||||
d9wHiinSKK2NqMc6BpamatHBVmA=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
o+7uaJqh/sAx1Tf2xiGSBVExosE=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
||||||
<data>
|
|
||||||
zJaXLkkA6yIO2IF1tP55khlzpg0=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
o+7uaJqh/sAx1Tf2xiGSBVExosE=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
iEuyJdx39q5xkazPBRMuG8QnpjQ=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
||||||
<data>
|
|
||||||
eCU8L9BgWw+wbfH5k6uK6cqUJCg=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
||||||
<data>
|
|
||||||
iEuyJdx39q5xkazPBRMuG8QnpjQ=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/module.modulemap</key>
|
|
||||||
<data>
|
|
||||||
Ci3QIdviXpIzxSC88i1rGvW2cSs=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/PrivacyInfo.xcprivacy</key>
|
|
||||||
<data>
|
|
||||||
Fo7sebV/R02g8kqyPtqICO8eVyI=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeDirectory</key>
|
|
||||||
<data>
|
|
||||||
ZdrO9yqIKb+DRORkpTbovGSU5Hg=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeRequirements</key>
|
|
||||||
<data>
|
|
||||||
d0D2bIfxnlD50/xfWKe5ZaZDcGM=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeRequirements-1</key>
|
|
||||||
<data>
|
|
||||||
Yt5IeT6m+e+KCHzkH0ii6qnAVGQ=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeResources</key>
|
|
||||||
<data>
|
|
||||||
y1793gdMga8u5H3SmJanfR+cLcs=
|
|
||||||
</data>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeSignature</key>
|
|
||||||
<data>
|
|
||||||
x15DIs3kah5dcR57wGTEDyo+kRE=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>files2</key>
|
|
||||||
<dict>
|
|
||||||
<key>LICENSE</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
42oX9oAD1yj/wA6aqkh1wyx+qqA=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
JGiNyKThXtEPUCL2A80E+FzHN+UTW+RkFoApZE8iHm8=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/FBAEMKit</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
1jYEXQ0GGTfKOrS+k2cbCYwElrE=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ajGCs1RTRjnmJSUXBezxs0PDN2Srm8IRmgqBrXf2Cg4=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Headers/FBAEMKit-Swift.h</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
XwfElLRDNnpKKn0PH/hO9BM6QRU=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
GImGAI1xnOe3jvV+cbROfPGbUXhQPKpIfyqbrRqfgOI=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Info.plist</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
keqCaHSrv/mwHCr1no4rXUyhyFE=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
9iDJZVPYAAric9qaX3soY2gnSt9yvy0Vs+qs7X3yJWU=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.abi.json</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ANkIis4h+Ut8SDlWkE2LarDII1c4vENq22rY7QNEKZA=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
vuOt4lh95Y0TvldvN/y3KNDKZfs=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
z/WKCqfpEndXznM7q+3+k6CfNqCAVHFlJQ+73I3leD0=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftdoc</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
nb9852QDL6O4NKXWpLS4zgC6tQ8=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
wyQas2yzjsYVhwrz030g2aq0yBDc4YNETg4qd+GtQ+Y=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
vuOt4lh95Y0TvldvN/y3KNDKZfs=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
z/WKCqfpEndXznM7q+3+k6CfNqCAVHFlJQ+73I3leD0=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/Modules/module.modulemap</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
Ci3QIdviXpIzxSC88i1rGvW2cSs=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
jq+nSulDKiN4tenILjgXg82TzM040TCurYFTCVRKXxM=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/PrivacyInfo.xcprivacy</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
Fo7sebV/R02g8kqyPtqICO8eVyI=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ZFIpWmrSklTJLGaAOPLGos/UQMB82oH4FOmWrCFbhBU=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeDirectory</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
aMdDajg1gTj/3yLyoB2URMWTZ8I=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
S1hGh5FHFCW/hz5R03SlW/55UXeHleOJZGGhWOFSJUA=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeRequirements</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
d0D2bIfxnlD50/xfWKe5ZaZDcGM=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
P9uOYmppV+Y9GjlWrS9gKr04XttxOse3C4CYytUkqd4=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeRequirements-1</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
TEhuqgqED6/5W5XhSlj3qzxh14M=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
Ijwccvcwr6dfb/7/ORvLNLG0CvnxGHi8Flor5CaHGEU=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeResources</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
GNoh+kRiwW+LkA7uf2xnwmg5XeY=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
mjhJZdYHyL9nQDDkE7HOe3mjItvJT7pQevcjYAOSm1k=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64/FBAEMKit.framework/_CodeSignature/CodeSignature</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
v8cYFIrHe1UYRW/LShCzp+/yoro=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
XxlDNWwcPcDcc7Xf7LtJlVn7sAzb4z/T4hfyCzlT4TM=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/FBAEMKit</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
iwkagEUBcCLdVwHGLAevTvgO/ic=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
VC+GQzpDZb+RSQ5paO5VCs7Y6abMEcpzU1IXgy0SZ4I=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers/FBAEMKit-Swift.h</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
7sS/nlKqm4Wov9u8GGLhdrKFOFY=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
rnoOnLQ4Ls7PXoieTZ+/SZby/qY9o1psqoiAc8qJxKM=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.abi.json</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ANkIis4h+Ut8SDlWkE2LarDII1c4vENq22rY7QNEKZA=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.private.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
MO1TrGA4m9oCtdnCAO0EbR07LKQ=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
aku9cybKdeyGKDjeFNP2CFlEHeADke7u6kJrxQrasXg=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftdoc</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
OkYO43wY1y0NN0zzA8+AsT+MDJE=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
zJB9/TquAluszrvxDZ/RlnQbtfxyXZY9WKp+71LZsj4=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-macabi.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
MO1TrGA4m9oCtdnCAO0EbR07LKQ=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
aku9cybKdeyGKDjeFNP2CFlEHeADke7u6kJrxQrasXg=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.abi.json</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ANkIis4h+Ut8SDlWkE2LarDII1c4vENq22rY7QNEKZA=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
LeloTBayKYzvy1My8aTPDkYKoVM=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
M4c8FtwmzDceC3gx3FZiaWBMwIyUA7qsI1foAS9Y83k=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftdoc</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
WOqpjF2fH3ZciGxFwbdpLzqULxM=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
VpGERY4YXc1E8LgyJ5s26ZDzj1RMV1HFbd9URQ0ZPnY=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-macabi.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
LeloTBayKYzvy1My8aTPDkYKoVM=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
M4c8FtwmzDceC3gx3FZiaWBMwIyUA7qsI1foAS9Y83k=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Modules/module.modulemap</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
Ci3QIdviXpIzxSC88i1rGvW2cSs=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
jq+nSulDKiN4tenILjgXg82TzM040TCurYFTCVRKXxM=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Resources/Info.plist</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
dAh6Appr3q+QDdVCT9Bgdl0LSt0=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
QIvd9G5H1YQVVeUvLq1h11HVSxFMgOFx5RRglxZwIsw=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Resources/PrivacyInfo.xcprivacy</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
Fo7sebV/R02g8kqyPtqICO8eVyI=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ZFIpWmrSklTJLGaAOPLGos/UQMB82oH4FOmWrCFbhBU=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeDirectory</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
CSRs/KDLBtz/ElXym+B4GnOKzwA=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
Ceakm6CjR4d0zfplMWc9qP+T6SvAQwc56uPcHlnYmYA=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeRequirements</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
d0D2bIfxnlD50/xfWKe5ZaZDcGM=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
P9uOYmppV+Y9GjlWrS9gKr04XttxOse3C4CYytUkqd4=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeRequirements-1</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
mxqN+w6x0NzoTgQ2V48/hc8jvic=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
elhnbZRvasHTsliBEstgLhd36vSSmPheIX/44SBEY9E=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeResources</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
XxSzQIK/lXYzhR5Otnx7WZV/Qik=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
nsM4/JNe9agHr4IyI8iDl1J1UNv3xbpqnZmN/Jpnqs0=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/_CodeSignature/CodeSignature</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
Rd3G5APVUCnZzQtlplwq5M57rvA=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
7+PcBhDcfm34mof8ra/KYhIg64yLAumtQR5FXjYegxU=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/FBAEMKit</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
CaOAL/+qTpPw7o7js+MiLLeVCrg=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
7/V7tPo2+vRJ6+NcrUEuf+A6cZ4BpLeo+Gzixr6vxFY=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Headers/FBAEMKit-Swift.h</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
7sS/nlKqm4Wov9u8GGLhdrKFOFY=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
rnoOnLQ4Ls7PXoieTZ+/SZby/qY9o1psqoiAc8qJxKM=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Info.plist</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
d9wHiinSKK2NqMc6BpamatHBVmA=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
41XV2y1kQH+Es4JDAtqPZzvy7Mu1WFAmEi9LZC7h6BM=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ANkIis4h+Ut8SDlWkE2LarDII1c4vENq22rY7QNEKZA=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
o+7uaJqh/sAx1Tf2xiGSBVExosE=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
FNSe3QaY5n/t5GHRf3LdCbL0ZQBHUCUhEFGTt4y8Wxo=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
zJaXLkkA6yIO2IF1tP55khlzpg0=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
AM3qM4pBd8dSfu1jbLD9SssEcT1XyHtBYgyOqPYfhh0=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
o+7uaJqh/sAx1Tf2xiGSBVExosE=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
FNSe3QaY5n/t5GHRf3LdCbL0ZQBHUCUhEFGTt4y8Wxo=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
YWbOfBFVn5JUeNQEx4BAeqPwru0=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ANkIis4h+Ut8SDlWkE2LarDII1c4vENq22rY7QNEKZA=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
iEuyJdx39q5xkazPBRMuG8QnpjQ=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ncIlY8ww+d3SpvUFqBLdG0quFn6l7dPZ/GOcAJvIGeQ=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
eCU8L9BgWw+wbfH5k6uK6cqUJCg=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
Sn+Fr2y6BA70VnenLXs6yHz2l7MDrqCJd7dJbaj4K1Q=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
iEuyJdx39q5xkazPBRMuG8QnpjQ=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ncIlY8ww+d3SpvUFqBLdG0quFn6l7dPZ/GOcAJvIGeQ=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/Modules/module.modulemap</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
Ci3QIdviXpIzxSC88i1rGvW2cSs=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
jq+nSulDKiN4tenILjgXg82TzM040TCurYFTCVRKXxM=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/PrivacyInfo.xcprivacy</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
Fo7sebV/R02g8kqyPtqICO8eVyI=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
ZFIpWmrSklTJLGaAOPLGos/UQMB82oH4FOmWrCFbhBU=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeDirectory</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
ZdrO9yqIKb+DRORkpTbovGSU5Hg=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
JThT9fQEmxgAbtliV/56gtZym7DLmzdb92TtRRFE8AY=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeRequirements</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
d0D2bIfxnlD50/xfWKe5ZaZDcGM=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
P9uOYmppV+Y9GjlWrS9gKr04XttxOse3C4CYytUkqd4=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeRequirements-1</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
Yt5IeT6m+e+KCHzkH0ii6qnAVGQ=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
1Nw/ypeGHBl4JbtZNYo6DGSOfninGvcsrFD42vxyB/o=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeResources</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
y1793gdMga8u5H3SmJanfR+cLcs=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
gVBnfqJuzvhCCDStnImspAB664jAiVNPJk9u8iC0dLI=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
<key>ios-arm64_x86_64-simulator/FBAEMKit.framework/_CodeSignature/CodeSignature</key>
|
|
||||||
<dict>
|
|
||||||
<key>hash</key>
|
|
||||||
<data>
|
|
||||||
x15DIs3kah5dcR57wGTEDyo+kRE=
|
|
||||||
</data>
|
|
||||||
<key>hash2</key>
|
|
||||||
<data>
|
|
||||||
KTVSEbWOHKLYVH1HjT0mNDYYCyOAbth7Sqan/5XtV7g=
|
|
||||||
</data>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
<key>rules</key>
|
|
||||||
<dict>
|
|
||||||
<key>^.*</key>
|
|
||||||
<true/>
|
|
||||||
<key>^.*\.lproj/</key>
|
|
||||||
<dict>
|
|
||||||
<key>optional</key>
|
|
||||||
<true/>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>1000</real>
|
|
||||||
</dict>
|
|
||||||
<key>^.*\.lproj/locversion.plist$</key>
|
|
||||||
<dict>
|
|
||||||
<key>omit</key>
|
|
||||||
<true/>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>1100</real>
|
|
||||||
</dict>
|
|
||||||
<key>^Base\.lproj/</key>
|
|
||||||
<dict>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>1010</real>
|
|
||||||
</dict>
|
|
||||||
<key>^version.plist$</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
<key>rules2</key>
|
|
||||||
<dict>
|
|
||||||
<key>.*\.dSYM($|/)</key>
|
|
||||||
<dict>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>11</real>
|
|
||||||
</dict>
|
|
||||||
<key>^(.*/)?\.DS_Store$</key>
|
|
||||||
<dict>
|
|
||||||
<key>omit</key>
|
|
||||||
<true/>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>2000</real>
|
|
||||||
</dict>
|
|
||||||
<key>^.*</key>
|
|
||||||
<true/>
|
|
||||||
<key>^.*\.lproj/</key>
|
|
||||||
<dict>
|
|
||||||
<key>optional</key>
|
|
||||||
<true/>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>1000</real>
|
|
||||||
</dict>
|
|
||||||
<key>^.*\.lproj/locversion.plist$</key>
|
|
||||||
<dict>
|
|
||||||
<key>omit</key>
|
|
||||||
<true/>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>1100</real>
|
|
||||||
</dict>
|
|
||||||
<key>^Base\.lproj/</key>
|
|
||||||
<dict>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>1010</real>
|
|
||||||
</dict>
|
|
||||||
<key>^Info\.plist$</key>
|
|
||||||
<dict>
|
|
||||||
<key>omit</key>
|
|
||||||
<true/>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>20</real>
|
|
||||||
</dict>
|
|
||||||
<key>^PkgInfo$</key>
|
|
||||||
<dict>
|
|
||||||
<key>omit</key>
|
|
||||||
<true/>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>20</real>
|
|
||||||
</dict>
|
|
||||||
<key>^embedded\.provisionprofile$</key>
|
|
||||||
<dict>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>20</real>
|
|
||||||
</dict>
|
|
||||||
<key>^version\.plist$</key>
|
|
||||||
<dict>
|
|
||||||
<key>weight</key>
|
|
||||||
<real>20</real>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: c2b952838f62a434f8ba2b66687050cd
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 219651a009bd248898ed801a12470977
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 56c0a6ed598734a998b4bd6d728bdfd0
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,81 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 6ec0e8f24ad0a49bb81b1db38de91b9f
|
|
||||||
PluginImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
serializedVersion: 2
|
|
||||||
iconMap: {}
|
|
||||||
executionOrder: {}
|
|
||||||
defineConstraints: []
|
|
||||||
isPreloaded: 0
|
|
||||||
isOverridable: 1
|
|
||||||
isExplicitlyReferenced: 0
|
|
||||||
validateReferences: 1
|
|
||||||
platformData:
|
|
||||||
- first:
|
|
||||||
: Any
|
|
||||||
second:
|
|
||||||
enabled: 0
|
|
||||||
settings:
|
|
||||||
Exclude Android: 1
|
|
||||||
Exclude Editor: 1
|
|
||||||
Exclude Linux64: 1
|
|
||||||
Exclude OSXUniversal: 1
|
|
||||||
Exclude Win: 1
|
|
||||||
Exclude Win64: 1
|
|
||||||
Exclude iOS: 0
|
|
||||||
- first:
|
|
||||||
Android: Android
|
|
||||||
second:
|
|
||||||
enabled: 0
|
|
||||||
settings:
|
|
||||||
AndroidSharedLibraryType: Executable
|
|
||||||
CPU: ARMv7
|
|
||||||
- first:
|
|
||||||
Any:
|
|
||||||
second:
|
|
||||||
enabled: 0
|
|
||||||
settings: {}
|
|
||||||
- first:
|
|
||||||
Editor: Editor
|
|
||||||
second:
|
|
||||||
enabled: 0
|
|
||||||
settings:
|
|
||||||
CPU: AnyCPU
|
|
||||||
DefaultValueInitialized: true
|
|
||||||
OS: AnyOS
|
|
||||||
- first:
|
|
||||||
Standalone: Linux64
|
|
||||||
second:
|
|
||||||
enabled: 0
|
|
||||||
settings:
|
|
||||||
CPU: None
|
|
||||||
- first:
|
|
||||||
Standalone: OSXUniversal
|
|
||||||
second:
|
|
||||||
enabled: 0
|
|
||||||
settings:
|
|
||||||
CPU: None
|
|
||||||
- first:
|
|
||||||
Standalone: Win
|
|
||||||
second:
|
|
||||||
enabled: 0
|
|
||||||
settings:
|
|
||||||
CPU: None
|
|
||||||
- first:
|
|
||||||
Standalone: Win64
|
|
||||||
second:
|
|
||||||
enabled: 0
|
|
||||||
settings:
|
|
||||||
CPU: None
|
|
||||||
- first:
|
|
||||||
iPhone: iOS
|
|
||||||
second:
|
|
||||||
enabled: 1
|
|
||||||
settings:
|
|
||||||
AddToEmbeddedBinaries: false
|
|
||||||
CPU: AnyCPU
|
|
||||||
CompileFlags:
|
|
||||||
FrameworkDependencies:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: adf3ef51e3eb44d37a56af4f1a7da1e9
|
||||||
|
PluginImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
iconMap: {}
|
||||||
|
executionOrder: {}
|
||||||
|
defineConstraints: []
|
||||||
|
isPreloaded: 0
|
||||||
|
isOverridable: 1
|
||||||
|
isExplicitlyReferenced: 0
|
||||||
|
validateReferences: 1
|
||||||
|
platformData:
|
||||||
|
- first:
|
||||||
|
Any:
|
||||||
|
second:
|
||||||
|
enabled: 1
|
||||||
|
settings: {}
|
||||||
|
- first:
|
||||||
|
Editor: Editor
|
||||||
|
second:
|
||||||
|
enabled: 0
|
||||||
|
settings:
|
||||||
|
DefaultValueInitialized: true
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user