UnityEngine.Purchasing.AppleStub.asmdef 478 B

1234567891011121314151617181920
  1. {
  2. "name": "UnityEngine.Purchasing.AppleStub",
  3. "rootNamespace": "",
  4. "references": [
  5. "Purchasing.Common",
  6. "UnityEngine.Purchasing.AppleCore"
  7. ],
  8. "includePlatforms": [],
  9. "excludePlatforms": [
  10. "iOS",
  11. "tvOS"
  12. ],
  13. "allowUnsafeCode": false,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": false,
  17. "defineConstraints": [],
  18. "versionDefines": [],
  19. "noEngineReferences": false
  20. }