@mpgd/capacitor-game-services 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/LICENSE +21 -0
  2. package/Package.swift +23 -0
  3. package/README.md +5 -0
  4. package/android/build/.transforms/0eb13b260e23fb4cce6073653afffaa7/results.bin +1 -0
  5. package/android/build/.transforms/0eb13b260e23fb4cce6073653afffaa7/transformed/classes/classes_dex/classes.dex +0 -0
  6. package/android/build/.transforms/54d63ac7c518cb9127a7638240139c7a/results.bin +1 -0
  7. package/android/build/.transforms/54d63ac7c518cb9127a7638240139c7a/transformed/classes/classes_dex/classes.dex +0 -0
  8. package/android/build/.transforms/7f216ddb86b41ea86c5383eac18e2740/results.bin +1 -0
  9. package/android/build/.transforms/7f216ddb86b41ea86c5383eac18e2740/transformed/bundleLibRuntimeToDirRelease/bundleLibRuntimeToDirRelease_dex/dev/mpgd/capacitor/CapacitorGameServicesPlugin.dex +0 -0
  10. package/android/build/.transforms/7f216ddb86b41ea86c5383eac18e2740/transformed/bundleLibRuntimeToDirRelease/desugar_graph.bin +0 -0
  11. package/android/build/.transforms/b08d42dbb7115eed3b80c5ca86ced09c/results.bin +1 -0
  12. package/android/build/.transforms/b08d42dbb7115eed3b80c5ca86ced09c/transformed/bundleLibRuntimeToDirDebug/bundleLibRuntimeToDirDebug_dex/dev/mpgd/capacitor/CapacitorGameServicesPlugin.dex +0 -0
  13. package/android/build/.transforms/b08d42dbb7115eed3b80c5ca86ced09c/transformed/bundleLibRuntimeToDirDebug/desugar_graph.bin +0 -0
  14. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml +7 -0
  15. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json +18 -0
  16. package/android/build/intermediates/aapt_friendly_merged_manifests/release/processReleaseManifest/aapt/AndroidManifest.xml +7 -0
  17. package/android/build/intermediates/aapt_friendly_merged_manifests/release/processReleaseManifest/aapt/output-metadata.json +18 -0
  18. package/android/build/intermediates/aar_main_jar/debug/syncDebugLibJars/classes.jar +0 -0
  19. package/android/build/intermediates/aar_main_jar/release/syncReleaseLibJars/classes.jar +0 -0
  20. package/android/build/intermediates/aar_metadata/debug/writeDebugAarMetadata/aar-metadata.properties +6 -0
  21. package/android/build/intermediates/aar_metadata/release/writeReleaseAarMetadata/aar-metadata.properties +6 -0
  22. package/android/build/intermediates/annotation_processor_list/debug/javaPreCompileDebug/annotationProcessors.json +1 -0
  23. package/android/build/intermediates/annotation_processor_list/release/javaPreCompileRelease/annotationProcessors.json +1 -0
  24. package/android/build/intermediates/annotation_processor_list/releaseUnitTest/javaPreCompileReleaseUnitTest/annotationProcessors.json +1 -0
  25. package/android/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt +0 -0
  26. package/android/build/intermediates/annotations_typedef_file/release/extractReleaseAnnotations/typedefs.txt +0 -0
  27. package/android/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/releaseUnitTest/generateReleaseUnitTestStubRFile/R.jar +0 -0
  28. package/android/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar +0 -0
  29. package/android/build/intermediates/compile_library_classes_jar/release/bundleLibCompileToJarRelease/classes.jar +0 -0
  30. package/android/build/intermediates/compile_r_class_jar/debug/generateDebugRFile/R.jar +0 -0
  31. package/android/build/intermediates/compile_r_class_jar/release/generateReleaseRFile/R.jar +0 -0
  32. package/android/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt +0 -0
  33. package/android/build/intermediates/compile_symbol_list/release/generateReleaseRFile/R.txt +0 -0
  34. package/android/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-8.13.0 +89 -0
  35. package/android/build/intermediates/default_proguard_files/global/proguard-android.txt-8.13.0 +95 -0
  36. package/android/build/intermediates/default_proguard_files/global/proguard-defaults.txt-8.13.0 +89 -0
  37. package/android/build/intermediates/full_jar/release/createFullJarRelease/full.jar +0 -0
  38. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  39. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  40. package/android/build/intermediates/incremental/debug-mergeJavaRes/merge-state +0 -0
  41. package/android/build/intermediates/incremental/lintVitalAnalyzeRelease/module.xml +19 -0
  42. package/android/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-dependencies.xml +152 -0
  43. package/android/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-libraries.xml +505 -0
  44. package/android/build/intermediates/incremental/lintVitalAnalyzeRelease/release.xml +31 -0
  45. package/android/build/intermediates/incremental/mergeDebugAssets/merger.xml +2 -0
  46. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  47. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  48. package/android/build/intermediates/incremental/mergeReleaseAssets/merger.xml +2 -0
  49. package/android/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml +2 -0
  50. package/android/build/intermediates/incremental/mergeReleaseShaders/merger.xml +2 -0
  51. package/android/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties +1 -0
  52. package/android/build/intermediates/incremental/release/packageReleaseResources/merger.xml +2 -0
  53. package/android/build/intermediates/incremental/release-mergeJavaRes/merge-state +0 -0
  54. package/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/dev/mpgd/capacitor/CapacitorGameServicesPlugin.class +0 -0
  55. package/android/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/dev/mpgd/capacitor/CapacitorGameServicesPlugin.class +0 -0
  56. package/android/build/intermediates/lint-cache/lintVitalAnalyzeRelease/lint-cache-version.txt +1 -0
  57. package/android/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/com/android/tools/build/group-index.xml +22 -0
  58. package/android/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/master-index.xml +328 -0
  59. package/android/build/intermediates/lint-cache/lintVitalAnalyzeRelease/sdk_index/snapshot.gz +0 -0
  60. package/android/build/intermediates/lint_model/release/generateReleaseLintModel/module.xml +19 -0
  61. package/android/build/intermediates/lint_model/release/generateReleaseLintModel/release-artifact-dependencies.xml +152 -0
  62. package/android/build/intermediates/lint_model/release/generateReleaseLintModel/release-artifact-libraries.xml +495 -0
  63. package/android/build/intermediates/lint_model/release/generateReleaseLintModel/release.xml +31 -0
  64. package/android/build/intermediates/lint_model_metadata/release/writeReleaseLintModelMetadata/lint-model-metadata.properties +3 -0
  65. package/android/build/intermediates/lint_vital_lint_model/release/generateReleaseLintVitalModel/module.xml +19 -0
  66. package/android/build/intermediates/lint_vital_lint_model/release/generateReleaseLintVitalModel/release-artifact-dependencies.xml +152 -0
  67. package/android/build/intermediates/lint_vital_lint_model/release/generateReleaseLintVitalModel/release-artifact-libraries.xml +495 -0
  68. package/android/build/intermediates/lint_vital_lint_model/release/generateReleaseLintVitalModel/release.xml +31 -0
  69. package/android/build/intermediates/lint_vital_partial_results/release/lintVitalAnalyzeRelease/out/lint-resources.xml +0 -0
  70. package/android/build/intermediates/local_aar_for_lint/release/out.aar +0 -0
  71. package/android/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt +2 -0
  72. package/android/build/intermediates/local_only_symbol_list/release/parseReleaseLocalResources/R-def.txt +2 -0
  73. package/android/build/intermediates/manifest_merge_blame_file/debug/processDebugManifest/manifest-merger-blame-debug-report.txt +7 -0
  74. package/android/build/intermediates/manifest_merge_blame_file/release/processReleaseManifest/manifest-merger-blame-release-report.txt +7 -0
  75. package/android/build/intermediates/merged_java_res/debug/mergeDebugJavaResource/feature-mpgd-capacitor-game-services.jar +0 -0
  76. package/android/build/intermediates/merged_java_res/release/mergeReleaseJavaResource/feature-mpgd-capacitor-game-services.jar +0 -0
  77. package/android/build/intermediates/merged_manifest/debug/processDebugManifest/AndroidManifest.xml +7 -0
  78. package/android/build/intermediates/merged_manifest/release/processReleaseManifest/AndroidManifest.xml +7 -0
  79. package/android/build/intermediates/navigation_json/debug/extractDeepLinksDebug/navigation.json +1 -0
  80. package/android/build/intermediates/navigation_json/release/extractDeepLinksRelease/navigation.json +1 -0
  81. package/android/build/intermediates/nested_resources_validation_report/debug/generateDebugResources/nestedResourcesValidationReport.txt +1 -0
  82. package/android/build/intermediates/nested_resources_validation_report/release/generateReleaseResources/nestedResourcesValidationReport.txt +1 -0
  83. package/android/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/dev/mpgd/capacitor/CapacitorGameServicesPlugin.class +0 -0
  84. package/android/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/dev/mpgd/capacitor/CapacitorGameServicesPlugin.class +0 -0
  85. package/android/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar +0 -0
  86. package/android/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar +0 -0
  87. package/android/build/intermediates/symbol_list_with_package_name/debug/generateDebugRFile/package-aware-r.txt +1 -0
  88. package/android/build/intermediates/symbol_list_with_package_name/release/generateReleaseRFile/package-aware-r.txt +1 -0
  89. package/android/build/outputs/aar/mpgd-capacitor-game-services-debug.aar +0 -0
  90. package/android/build/outputs/logs/manifest-merger-debug-report.txt +16 -0
  91. package/android/build/outputs/logs/manifest-merger-release-report.txt +16 -0
  92. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CapacitorGameServicesPlugin.class.uniqueId0 +0 -0
  93. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  94. package/android/build/tmp/compileReleaseJavaWithJavac/compileTransaction/stash-dir/CapacitorGameServicesPlugin.class.uniqueId0 +0 -0
  95. package/android/build/tmp/compileReleaseJavaWithJavac/previous-compilation-data.bin +0 -0
  96. package/android/build.gradle +30 -0
  97. package/android/src/main/AndroidManifest.xml +1 -0
  98. package/android/src/main/java/dev/mpgd/capacitor/CapacitorGameServicesPlugin.java +124 -0
  99. package/dist/definitions.d.ts +4 -0
  100. package/dist/definitions.js +1 -0
  101. package/dist/index.d.ts +3 -0
  102. package/dist/index.js +3 -0
  103. package/ios/Sources/CapacitorGameServices/CapacitorGameServicesPlugin.swift +114 -0
  104. package/package.json +66 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 imjlk
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/Package.swift ADDED
@@ -0,0 +1,23 @@
1
+ // swift-tools-version: 5.9
2
+ import PackageDescription
3
+
4
+ let package = Package(
5
+ name: "MpgdCapacitorGameServices",
6
+ platforms: [.iOS(.v15)],
7
+ products: [
8
+ .library(
9
+ name: "MpgdCapacitorGameServices",
10
+ targets: ["MpgdCapacitorGameServices"])
11
+ ],
12
+ dependencies: [
13
+ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.4.1")
14
+ ],
15
+ targets: [
16
+ .target(
17
+ name: "MpgdCapacitorGameServices",
18
+ dependencies: [
19
+ .product(name: "Capacitor", package: "capacitor-swift-pm")
20
+ ],
21
+ path: "ios/Sources/CapacitorGameServices")
22
+ ]
23
+ )
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @mpgd/capacitor-game-services
2
+
3
+ Capacitor bridge plugin shell for MPGD platform requests.
4
+
5
+ The public API intentionally starts with a single `request(input)` method using `@mpgd/bridge`, so Android, iOS, Apps in Toss, and future wrappers can share one request/response contract.
@@ -0,0 +1 @@
1
+ o/bundleLibRuntimeToDirRelease
@@ -0,0 +1 @@
1
+ o/bundleLibRuntimeToDirDebug
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
+ package="dev.mpgd.capacitor.gameservices" >
4
+
5
+ <uses-sdk android:minSdkVersion="24" />
6
+
7
+ </manifest>
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 3,
3
+ "artifactType": {
4
+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
5
+ "kind": "Directory"
6
+ },
7
+ "applicationId": "dev.mpgd.capacitor.gameservices",
8
+ "variantName": "debug",
9
+ "elements": [
10
+ {
11
+ "type": "SINGLE",
12
+ "filters": [],
13
+ "attributes": [],
14
+ "outputFile": "AndroidManifest.xml"
15
+ }
16
+ ],
17
+ "elementType": "File"
18
+ }
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
+ package="dev.mpgd.capacitor.gameservices" >
4
+
5
+ <uses-sdk android:minSdkVersion="24" />
6
+
7
+ </manifest>
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 3,
3
+ "artifactType": {
4
+ "type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
5
+ "kind": "Directory"
6
+ },
7
+ "applicationId": "dev.mpgd.capacitor.gameservices",
8
+ "variantName": "release",
9
+ "elements": [
10
+ {
11
+ "type": "SINGLE",
12
+ "filters": [],
13
+ "attributes": [],
14
+ "outputFile": "AndroidManifest.xml"
15
+ }
16
+ ],
17
+ "elementType": "File"
18
+ }
@@ -0,0 +1,6 @@
1
+ aarFormatVersion=1.0
2
+ aarMetadataVersion=1.0
3
+ minCompileSdk=1
4
+ minCompileSdkExtension=0
5
+ minAndroidGradlePluginVersion=1.0.0
6
+ coreLibraryDesugaringEnabled=false
@@ -0,0 +1,6 @@
1
+ aarFormatVersion=1.0
2
+ aarMetadataVersion=1.0
3
+ minCompileSdk=1
4
+ minCompileSdkExtension=0
5
+ minAndroidGradlePluginVersion=1.0.0
6
+ coreLibraryDesugaringEnabled=false
@@ -0,0 +1,89 @@
1
+ # This is a configuration file for ProGuard.
2
+ # http://proguard.sourceforge.net/index.html#manual/usage.html
3
+ #
4
+ # Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
5
+ # the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
6
+ # will be ignored by new version of the Android plugin for Gradle.
7
+
8
+ # Optimizations: If you don't want to optimize, use the proguard-android.txt configuration file
9
+ # instead of this one, which turns off the optimization flags.
10
+ -allowaccessmodification
11
+
12
+ # Preserve some attributes that may be required for reflection.
13
+ -keepattributes AnnotationDefault,
14
+ EnclosingMethod,
15
+ InnerClasses,
16
+ RuntimeVisibleAnnotations,
17
+ RuntimeVisibleParameterAnnotations,
18
+ RuntimeVisibleTypeAnnotations,
19
+ Signature
20
+
21
+ -keep public class com.google.vending.licensing.ILicensingService
22
+ -keep public class com.android.vending.licensing.ILicensingService
23
+ -keep public class com.google.android.vending.licensing.ILicensingService
24
+ -dontnote com.android.vending.licensing.ILicensingService
25
+ -dontnote com.google.vending.licensing.ILicensingService
26
+ -dontnote com.google.android.vending.licensing.ILicensingService
27
+
28
+ # For native methods, see https://www.guardsquare.com/manual/configuration/examples#native
29
+ -keepclasseswithmembernames,includedescriptorclasses class * {
30
+ native <methods>;
31
+ }
32
+
33
+ # Keep setters in Views so that animations can still work.
34
+ -keepclassmembers public class * extends android.view.View {
35
+ void set*(***);
36
+ *** get*();
37
+ }
38
+
39
+ # We want to keep methods in Activity that could be used in the XML attribute onClick.
40
+ -keepclassmembers class * extends android.app.Activity {
41
+ public void *(android.view.View);
42
+ }
43
+
44
+ # For enumeration classes, see https://www.guardsquare.com/manual/configuration/examples#enumerations
45
+ -keepclassmembers enum * {
46
+ public static **[] values();
47
+ public static ** valueOf(java.lang.String);
48
+ }
49
+
50
+ -keepclassmembers class * implements android.os.Parcelable {
51
+ public static final ** CREATOR;
52
+ }
53
+
54
+ # Preserve annotated Javascript interface methods.
55
+ -keepclassmembers class * {
56
+ @android.webkit.JavascriptInterface <methods>;
57
+ }
58
+
59
+ # The support libraries contains references to newer platform versions.
60
+ # Don't warn about those in case this app is linking against an older
61
+ # platform version. We know about them, and they are safe.
62
+ -dontnote android.support.**
63
+ -dontnote androidx.**
64
+ -dontwarn android.support.**
65
+ -dontwarn androidx.**
66
+
67
+ # Understand the @Keep support annotation.
68
+ -keep class android.support.annotation.Keep
69
+
70
+ -keep @android.support.annotation.Keep class * {*;}
71
+
72
+ -keepclasseswithmembers class * {
73
+ @android.support.annotation.Keep <methods>;
74
+ }
75
+
76
+ -keepclasseswithmembers class * {
77
+ @android.support.annotation.Keep <fields>;
78
+ }
79
+
80
+ -keepclasseswithmembers class * {
81
+ @android.support.annotation.Keep <init>(...);
82
+ }
83
+
84
+ # These classes are duplicated between android.jar and org.apache.http.legacy.jar.
85
+ -dontnote org.apache.http.**
86
+ -dontnote android.net.http.**
87
+
88
+ # These classes are duplicated between android.jar and core-lambda-stubs.jar.
89
+ -dontnote java.lang.invoke.**
@@ -0,0 +1,95 @@
1
+ # This is a configuration file for ProGuard.
2
+ # http://proguard.sourceforge.net/index.html#manual/usage.html
3
+ #
4
+ # Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
5
+ # the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
6
+ # will be ignored by new version of the Android plugin for Gradle.
7
+
8
+ # Optimization is turned off by default. Dex does not like code run
9
+ # through the ProGuard optimize steps (and performs some
10
+ # of these optimizations on its own).
11
+ # Note that if you want to enable optimization, you cannot just
12
+ # include optimization flags in your own project configuration file;
13
+ # instead you will need to point to the
14
+ # "proguard-android-optimize.txt" file instead of this one from your
15
+ # project.properties file.
16
+ -dontoptimize
17
+
18
+ # Preserve some attributes that may be required for reflection.
19
+ -keepattributes AnnotationDefault,
20
+ EnclosingMethod,
21
+ InnerClasses,
22
+ RuntimeVisibleAnnotations,
23
+ RuntimeVisibleParameterAnnotations,
24
+ RuntimeVisibleTypeAnnotations,
25
+ Signature
26
+
27
+ -keep public class com.google.vending.licensing.ILicensingService
28
+ -keep public class com.android.vending.licensing.ILicensingService
29
+ -keep public class com.google.android.vending.licensing.ILicensingService
30
+ -dontnote com.android.vending.licensing.ILicensingService
31
+ -dontnote com.google.vending.licensing.ILicensingService
32
+ -dontnote com.google.android.vending.licensing.ILicensingService
33
+
34
+ # For native methods, see https://www.guardsquare.com/manual/configuration/examples#native
35
+ -keepclasseswithmembernames,includedescriptorclasses class * {
36
+ native <methods>;
37
+ }
38
+
39
+ # Keep setters in Views so that animations can still work.
40
+ -keepclassmembers public class * extends android.view.View {
41
+ void set*(***);
42
+ *** get*();
43
+ }
44
+
45
+ # We want to keep methods in Activity that could be used in the XML attribute onClick.
46
+ -keepclassmembers class * extends android.app.Activity {
47
+ public void *(android.view.View);
48
+ }
49
+
50
+ # For enumeration classes, see https://www.guardsquare.com/manual/configuration/examples#enumerations
51
+ -keepclassmembers enum * {
52
+ public static **[] values();
53
+ public static ** valueOf(java.lang.String);
54
+ }
55
+
56
+ -keepclassmembers class * implements android.os.Parcelable {
57
+ public static final ** CREATOR;
58
+ }
59
+
60
+ # Preserve annotated Javascript interface methods.
61
+ -keepclassmembers class * {
62
+ @android.webkit.JavascriptInterface <methods>;
63
+ }
64
+
65
+ # The support libraries contains references to newer platform versions.
66
+ # Don't warn about those in case this app is linking against an older
67
+ # platform version. We know about them, and they are safe.
68
+ -dontnote android.support.**
69
+ -dontnote androidx.**
70
+ -dontwarn android.support.**
71
+ -dontwarn androidx.**
72
+
73
+ # Understand the @Keep support annotation.
74
+ -keep class android.support.annotation.Keep
75
+
76
+ -keep @android.support.annotation.Keep class * {*;}
77
+
78
+ -keepclasseswithmembers class * {
79
+ @android.support.annotation.Keep <methods>;
80
+ }
81
+
82
+ -keepclasseswithmembers class * {
83
+ @android.support.annotation.Keep <fields>;
84
+ }
85
+
86
+ -keepclasseswithmembers class * {
87
+ @android.support.annotation.Keep <init>(...);
88
+ }
89
+
90
+ # These classes are duplicated between android.jar and org.apache.http.legacy.jar.
91
+ -dontnote org.apache.http.**
92
+ -dontnote android.net.http.**
93
+
94
+ # These classes are duplicated between android.jar and core-lambda-stubs.jar.
95
+ -dontnote java.lang.invoke.**
@@ -0,0 +1,89 @@
1
+ # This is a configuration file for ProGuard.
2
+ # http://proguard.sourceforge.net/index.html#manual/usage.html
3
+ #
4
+ # Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
5
+ # the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
6
+ # will be ignored by new version of the Android plugin for Gradle.
7
+
8
+ # Optimizations can be turned on and off in the 'postProcessing' DSL block.
9
+ # The configuration below is applied if optimizations are enabled.
10
+ -allowaccessmodification
11
+
12
+ # Preserve some attributes that may be required for reflection.
13
+ -keepattributes AnnotationDefault,
14
+ EnclosingMethod,
15
+ InnerClasses,
16
+ RuntimeVisibleAnnotations,
17
+ RuntimeVisibleParameterAnnotations,
18
+ RuntimeVisibleTypeAnnotations,
19
+ Signature
20
+
21
+ -keep public class com.google.vending.licensing.ILicensingService
22
+ -keep public class com.android.vending.licensing.ILicensingService
23
+ -keep public class com.google.android.vending.licensing.ILicensingService
24
+ -dontnote com.android.vending.licensing.ILicensingService
25
+ -dontnote com.google.vending.licensing.ILicensingService
26
+ -dontnote com.google.android.vending.licensing.ILicensingService
27
+
28
+ # For native methods, see https://www.guardsquare.com/manual/configuration/examples#native
29
+ -keepclasseswithmembernames,includedescriptorclasses class * {
30
+ native <methods>;
31
+ }
32
+
33
+ # Keep setters in Views so that animations can still work.
34
+ -keepclassmembers public class * extends android.view.View {
35
+ void set*(***);
36
+ *** get*();
37
+ }
38
+
39
+ # We want to keep methods in Activity that could be used in the XML attribute onClick.
40
+ -keepclassmembers class * extends android.app.Activity {
41
+ public void *(android.view.View);
42
+ }
43
+
44
+ # For enumeration classes, see https://www.guardsquare.com/manual/configuration/examples#enumerations
45
+ -keepclassmembers enum * {
46
+ public static **[] values();
47
+ public static ** valueOf(java.lang.String);
48
+ }
49
+
50
+ -keepclassmembers class * implements android.os.Parcelable {
51
+ public static final ** CREATOR;
52
+ }
53
+
54
+ # Preserve annotated Javascript interface methods.
55
+ -keepclassmembers class * {
56
+ @android.webkit.JavascriptInterface <methods>;
57
+ }
58
+
59
+ # The support libraries contains references to newer platform versions.
60
+ # Don't warn about those in case this app is linking against an older
61
+ # platform version. We know about them, and they are safe.
62
+ -dontnote android.support.**
63
+ -dontnote androidx.**
64
+ -dontwarn android.support.**
65
+ -dontwarn androidx.**
66
+
67
+ # Understand the @Keep support annotation.
68
+ -keep class android.support.annotation.Keep
69
+
70
+ -keep @android.support.annotation.Keep class * {*;}
71
+
72
+ -keepclasseswithmembers class * {
73
+ @android.support.annotation.Keep <methods>;
74
+ }
75
+
76
+ -keepclasseswithmembers class * {
77
+ @android.support.annotation.Keep <fields>;
78
+ }
79
+
80
+ -keepclasseswithmembers class * {
81
+ @android.support.annotation.Keep <init>(...);
82
+ }
83
+
84
+ # These classes are duplicated between android.jar and org.apache.http.legacy.jar.
85
+ -dontnote org.apache.http.**
86
+ -dontnote android.net.http.**
87
+
88
+ # These classes are duplicated between android.jar and core-lambda-stubs.jar.
89
+ -dontnote java.lang.invoke.**
@@ -0,0 +1,2 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/imjlk/repos/imjlk/mpgd-kit/apps/mobile-capacitor/node_modules/@mpgd/capacitor-game-services/android/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"><source path="/Users/imjlk/repos/imjlk/mpgd-kit/apps/mobile-capacitor/node_modules/@mpgd/capacitor-game-services/android/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/imjlk/repos/imjlk/mpgd-kit/apps/mobile-capacitor/node_modules/@mpgd/capacitor-game-services/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"><source path="/Users/imjlk/repos/imjlk/mpgd-kit/apps/mobile-capacitor/node_modules/@mpgd/capacitor-game-services/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/imjlk/repos/imjlk/mpgd-kit/apps/mobile-capacitor/node_modules/@mpgd/capacitor-game-services/android/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:&lt;dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~:!&lt;dir>navigation"><source path="/Users/imjlk/repos/imjlk/mpgd-kit/apps/mobile-capacitor/node_modules/@mpgd/capacitor-game-services/android/build/generated/res/resValues/debug"/></dataSet><mergedItems/></merger>
@@ -0,0 +1,19 @@
1
+ <lint-module
2
+ format="1"
3
+ dir="/Users/imjlk/repos/imjlk/mpgd-kit/apps/mobile-capacitor/node_modules/@mpgd/capacitor-game-services/android"
4
+ name=":mpgd-capacitor-game-services"
5
+ type="LIBRARY"
6
+ maven="android:mpgd-capacitor-game-services:unspecified"
7
+ agpVersion="8.13.0"
8
+ buildFolder="build"
9
+ bootClassPath="/Users/imjlk/Library/Android/sdk/platforms/android-36/android.jar:/Users/imjlk/Library/Android/sdk/build-tools/35.0.0/core-lambda-stubs.jar"
10
+ javaSourceLevel="1.8"
11
+ compileTarget="android-36"
12
+ neverShrinking="true">
13
+ <lintOptions
14
+ abortOnError="true"
15
+ absolutePaths="true"
16
+ checkReleaseBuilds="true"
17
+ explainIssues="true"/>
18
+ <variant name="release"/>
19
+ </lint-module>