cocoapods-catalyst-validator 0.1.0.beta.1

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 (515) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/Gemfile +5 -0
  4. data/Gemfile.lock +107 -0
  5. data/LICENSE.txt +22 -0
  6. data/README.md +18 -0
  7. data/Rakefile +13 -0
  8. data/cocoapods-catalyst-validator.gemspec +23 -0
  9. data/examples/AExample/AExample/AExample.entitlements +10 -0
  10. data/examples/AExample/AExample/AppDelegate.h +14 -0
  11. data/examples/AExample/AExample/AppDelegate.m +40 -0
  12. data/examples/AExample/AExample/Assets.xcassets/AccentColor.colorset/Contents.json +11 -0
  13. data/examples/AExample/AExample/Assets.xcassets/AppIcon.appiconset/Contents.json +98 -0
  14. data/examples/AExample/AExample/Assets.xcassets/Contents.json +6 -0
  15. data/examples/AExample/AExample/Base.lproj/LaunchScreen.storyboard +25 -0
  16. data/examples/AExample/AExample/Base.lproj/Main.storyboard +24 -0
  17. data/examples/AExample/AExample/Info.plist +25 -0
  18. data/examples/AExample/AExample/SceneDelegate.h +15 -0
  19. data/examples/AExample/AExample/SceneDelegate.m +57 -0
  20. data/examples/AExample/AExample/ViewController.h +14 -0
  21. data/examples/AExample/AExample/ViewController.m +22 -0
  22. data/examples/AExample/AExample/main.m +18 -0
  23. data/examples/AExample/AExample.xcodeproj/project.pbxproj +664 -0
  24. data/examples/AExample/AExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  25. data/examples/AExample/AExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  26. data/examples/AExample/AExample.xcodeproj/project.xcworkspace/xcuserdata/xuzhongping.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  27. data/examples/AExample/AExample.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/xcschememanagement.plist +19 -0
  28. data/examples/AExample/AExample.xcworkspace/contents.xcworkspacedata +10 -0
  29. data/examples/AExample/AExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  30. data/examples/AExample/AExample.xcworkspace/xcuserdata/xuzhongping.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  31. data/examples/AExample/AExampleCP/AppDelegate.h +14 -0
  32. data/examples/AExample/AExampleCP/AppDelegate.m +40 -0
  33. data/examples/AExample/AExampleCP/Assets.xcassets/AccentColor.colorset/Contents.json +11 -0
  34. data/examples/AExample/AExampleCP/Assets.xcassets/AppIcon.appiconset/Contents.json +98 -0
  35. data/examples/AExample/AExampleCP/Assets.xcassets/Contents.json +6 -0
  36. data/examples/AExample/AExampleCP/Base.lproj/LaunchScreen.storyboard +25 -0
  37. data/examples/AExample/AExampleCP/Base.lproj/Main.storyboard +24 -0
  38. data/examples/AExample/AExampleCP/Info.plist +25 -0
  39. data/examples/AExample/AExampleCP/SceneDelegate.h +15 -0
  40. data/examples/AExample/AExampleCP/SceneDelegate.m +57 -0
  41. data/examples/AExample/AExampleCP/ViewController.h +14 -0
  42. data/examples/AExample/AExampleCP/ViewController.m +22 -0
  43. data/examples/AExample/AExampleCP/main.m +18 -0
  44. data/examples/AExample/Podfile +24 -0
  45. data/examples/AExample/Podfile.lock +112 -0
  46. data/examples/AExample/Pods/Bugly/Bugly.framework/Bugly +0 -0
  47. data/examples/AExample/Pods/Bugly/Bugly.framework/Headers/Bugly.h +163 -0
  48. data/examples/AExample/Pods/Bugly/Bugly.framework/Headers/BuglyConfig.h +149 -0
  49. data/examples/AExample/Pods/Bugly/Bugly.framework/Headers/BuglyLog.h +78 -0
  50. data/examples/AExample/Pods/Bugly/Bugly.framework/Modules/module.modulemap +12 -0
  51. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/Info.plist +97 -0
  52. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/FirebaseAnalytics +0 -0
  53. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h +62 -0
  54. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h +33 -0
  55. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +142 -0
  56. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIREventNames.h +495 -0
  57. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRParameterNames.h +731 -0
  58. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h +29 -0
  59. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h +6 -0
  60. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Info.plist +20 -0
  61. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_armv7/FirebaseAnalytics.framework/Modules/module.modulemap +13 -0
  62. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics +0 -0
  63. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h +62 -0
  64. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h +33 -0
  65. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +142 -0
  66. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIREventNames.h +495 -0
  67. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRParameterNames.h +731 -0
  68. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h +29 -0
  69. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h +6 -0
  70. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Info.plist +20 -0
  71. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_i386_x86_64-simulator/FirebaseAnalytics.framework/Modules/module.modulemap +13 -0
  72. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/FirebaseAnalytics +0 -0
  73. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h +62 -0
  74. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h +33 -0
  75. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +142 -0
  76. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIREventNames.h +495 -0
  77. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRParameterNames.h +731 -0
  78. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h +29 -0
  79. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h +6 -0
  80. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Info.plist +20 -0
  81. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/ios-arm64_x86_64-maccatalyst/FirebaseAnalytics.framework/Modules/module.modulemap +13 -0
  82. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/FirebaseAnalytics +0 -0
  83. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h +62 -0
  84. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h +33 -0
  85. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +142 -0
  86. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIREventNames.h +495 -0
  87. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRParameterNames.h +731 -0
  88. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h +29 -0
  89. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h +6 -0
  90. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Info.plist +20 -0
  91. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/macos-arm64_x86_64/FirebaseAnalytics.framework/Modules/module.modulemap +13 -0
  92. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/FirebaseAnalytics +0 -0
  93. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h +62 -0
  94. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h +33 -0
  95. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +142 -0
  96. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIREventNames.h +495 -0
  97. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRParameterNames.h +731 -0
  98. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h +29 -0
  99. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h +6 -0
  100. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Info.plist +20 -0
  101. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64/FirebaseAnalytics.framework/Modules/module.modulemap +12 -0
  102. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/FirebaseAnalytics +0 -0
  103. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h +62 -0
  104. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics+Consent.h +33 -0
  105. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRAnalytics.h +142 -0
  106. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIREventNames.h +495 -0
  107. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRParameterNames.h +731 -0
  108. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h +29 -0
  109. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h +6 -0
  110. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Info.plist +20 -0
  111. data/examples/AExample/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.xcframework/tvos-arm64_x86_64-simulator/FirebaseAnalytics.framework/Modules/module.modulemap +12 -0
  112. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRAnalyticsConfiguration.h +56 -0
  113. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRAnalyticsConfiguration.m +62 -0
  114. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m +856 -0
  115. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRAppAssociationRegistration.h +49 -0
  116. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRAppAssociationRegistration.m +47 -0
  117. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRBundleUtil.h +53 -0
  118. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRBundleUtil.m +79 -0
  119. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRComponent.m +65 -0
  120. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRComponentContainer.m +214 -0
  121. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRComponentContainerInternal.h +49 -0
  122. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRComponentType.m +28 -0
  123. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRConfiguration.m +46 -0
  124. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRConfigurationInternal.h +29 -0
  125. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m +61 -0
  126. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRDependency.m +44 -0
  127. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRDiagnosticsData.h +35 -0
  128. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRDiagnosticsData.m +66 -0
  129. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.h +36 -0
  130. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRFirebaseUserAgent.m +107 -0
  131. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRHeartbeatInfo.m +72 -0
  132. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRLogger.m +174 -0
  133. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIROptions.m +498 -0
  134. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/FIRVersion.m +32 -0
  135. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRAppInternal.h +153 -0
  136. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRComponent.h +91 -0
  137. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRComponentContainer.h +41 -0
  138. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRComponentType.h +34 -0
  139. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h +35 -0
  140. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRDependency.h +45 -0
  141. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h +39 -0
  142. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLibrary.h +44 -0
  143. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLogger.h +146 -0
  144. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIROptionsInternal.h +115 -0
  145. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Private/FirebaseCoreInternal.h +28 -0
  146. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h +127 -0
  147. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h +45 -0
  148. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h +38 -0
  149. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h +126 -0
  150. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h +25 -0
  151. data/examples/AExample/Pods/FirebaseCore/FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h +21 -0
  152. data/examples/AExample/Pods/FirebaseCore/Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h +61 -0
  153. data/examples/AExample/Pods/FirebaseCore/Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h +34 -0
  154. data/examples/AExample/Pods/FirebaseCore/LICENSE +202 -0
  155. data/examples/AExample/Pods/FirebaseCore/README.md +319 -0
  156. data/examples/AExample/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m +551 -0
  157. data/examples/AExample/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c +60 -0
  158. data/examples/AExample/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h +193 -0
  159. data/examples/AExample/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/Public/FIRCoreDiagnostics.h +18 -0
  160. data/examples/AExample/Pods/FirebaseCoreDiagnostics/Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h +61 -0
  161. data/examples/AExample/Pods/FirebaseCoreDiagnostics/Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h +34 -0
  162. data/examples/AExample/Pods/FirebaseCoreDiagnostics/LICENSE +202 -0
  163. data/examples/AExample/Pods/FirebaseCoreDiagnostics/README.md +319 -0
  164. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRAppInternal.h +153 -0
  165. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRComponent.h +91 -0
  166. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRComponentContainer.h +41 -0
  167. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRComponentType.h +34 -0
  168. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRCoreDiagnosticsConnector.h +35 -0
  169. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRDependency.h +45 -0
  170. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRHeartbeatInfo.h +39 -0
  171. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLibrary.h +44 -0
  172. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIRLogger.h +146 -0
  173. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FIROptionsInternal.h +115 -0
  174. data/examples/AExample/Pods/FirebaseInstallations/FirebaseCore/Sources/Private/FirebaseCoreInternal.h +28 -0
  175. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h +65 -0
  176. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m +145 -0
  177. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h +53 -0
  178. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m +79 -0
  179. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallations.m +282 -0
  180. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m +30 -0
  181. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h +27 -0
  182. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.h +93 -0
  183. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.m +161 -0
  184. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.h +52 -0
  185. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.m +50 -0
  186. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h +48 -0
  187. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m +242 -0
  188. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h +36 -0
  189. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m +158 -0
  190. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h +62 -0
  191. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m +380 -0
  192. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h +53 -0
  193. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m +142 -0
  194. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h +27 -0
  195. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m +23 -0
  196. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h +54 -0
  197. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m +132 -0
  198. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h +44 -0
  199. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m +531 -0
  200. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h +58 -0
  201. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m +75 -0
  202. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h +35 -0
  203. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h +71 -0
  204. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m +126 -0
  205. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h +58 -0
  206. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m +77 -0
  207. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h +51 -0
  208. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m +80 -0
  209. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h +19 -0
  210. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h +127 -0
  211. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h +33 -0
  212. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h +34 -0
  213. data/examples/AExample/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h +19 -0
  214. data/examples/AExample/Pods/FirebaseInstallations/LICENSE +202 -0
  215. data/examples/AExample/Pods/FirebaseInstallations/README.md +319 -0
  216. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/Info.plist +97 -0
  217. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/GoogleAppMeasurement +0 -0
  218. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/Info.plist +20 -0
  219. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_armv7/GoogleAppMeasurement.framework/Modules/module.modulemap +10 -0
  220. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement +0 -0
  221. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist +20 -0
  222. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurement.framework/Modules/module.modulemap +10 -0
  223. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/GoogleAppMeasurement +0 -0
  224. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/Info.plist +20 -0
  225. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurement.framework/Modules/module.modulemap +10 -0
  226. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/GoogleAppMeasurement +0 -0
  227. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/Info.plist +20 -0
  228. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/macos-arm64_x86_64/GoogleAppMeasurement.framework/Modules/module.modulemap +10 -0
  229. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/GoogleAppMeasurement +0 -0
  230. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/Info.plist +20 -0
  231. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64/GoogleAppMeasurement.framework/Modules/module.modulemap +10 -0
  232. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/GoogleAppMeasurement +0 -0
  233. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Info.plist +20 -0
  234. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurement.framework/Modules/module.modulemap +10 -0
  235. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/Info.plist +97 -0
  236. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport +0 -0
  237. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/Info.plist +20 -0
  238. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_armv7/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap +5 -0
  239. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport +0 -0
  240. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist +20 -0
  241. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_i386_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap +5 -0
  242. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport +0 -0
  243. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/Info.plist +20 -0
  244. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/ios-arm64_x86_64-maccatalyst/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap +5 -0
  245. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport +0 -0
  246. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/Info.plist +20 -0
  247. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/macos-arm64_x86_64/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap +5 -0
  248. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport +0 -0
  249. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/Info.plist +20 -0
  250. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap +5 -0
  251. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/GoogleAppMeasurementIdentitySupport +0 -0
  252. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Info.plist +20 -0
  253. data/examples/AExample/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurementIdentitySupport.xcframework/tvos-arm64_x86_64-simulator/GoogleAppMeasurementIdentitySupport.framework/Modules/module.modulemap +5 -0
  254. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTCompressionHelper.m +95 -0
  255. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTNanopbHelpers.m +270 -0
  256. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploadOperation.m +573 -0
  257. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCCTUploader.m +210 -0
  258. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/GDTCOREvent+GDTCCTSupport.m +240 -0
  259. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTCompressionHelper.h +40 -0
  260. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h +128 -0
  261. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploadOperation.h +76 -0
  262. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Private/GDTCCTUploader.h +45 -0
  263. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c +128 -0
  264. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h +281 -0
  265. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCCTLibrary/Public/GDTCOREvent+GDTCCTSupport.h +51 -0
  266. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORAssert.m +36 -0
  267. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORClock.m +178 -0
  268. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORConsoleLogger.m +55 -0
  269. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORDirectorySizeTracker.m +101 -0
  270. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREndpoints.m +92 -0
  271. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m +153 -0
  272. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage+Promises.m +104 -0
  273. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m +826 -0
  274. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORLifecycle.m +119 -0
  275. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORPlatform.m +604 -0
  276. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORReachability.m +125 -0
  277. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m +157 -0
  278. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORStorageEventSelector.m +39 -0
  279. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransformer.m +111 -0
  280. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORTransport.m +92 -0
  281. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadBatch.m +30 -0
  282. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m +176 -0
  283. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORAssert.h +95 -0
  284. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORDirectorySizeTracker.h +66 -0
  285. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORLifecycle.h +63 -0
  286. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORPlatform.h +225 -0
  287. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORReachability.h +31 -0
  288. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORRegistrar.h +50 -0
  289. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageEventSelector.h +61 -0
  290. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORStorageProtocol.h +171 -0
  291. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Internal/GDTCORUploader.h +59 -0
  292. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREndpoints_Private.h +27 -0
  293. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCOREvent_Private.h +33 -0
  294. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage+Promises.h +28 -0
  295. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORFlatFileStorage.h +158 -0
  296. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORReachability_Private.h +30 -0
  297. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORRegistrar_Private.h +35 -0
  298. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer.h +57 -0
  299. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransformer_Private.h +37 -0
  300. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORTransport_Private.h +39 -0
  301. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadBatch.h +37 -0
  302. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Private/GDTCORUploadCoordinator.h +68 -0
  303. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORClock.h +66 -0
  304. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORConsoleLogger.h +144 -0
  305. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREndpoints.h +36 -0
  306. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREvent.h +87 -0
  307. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventDataObject.h +36 -0
  308. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCOREventTransformer.h +38 -0
  309. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTargets.h +40 -0
  310. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GDTCORTransport.h +92 -0
  311. data/examples/AExample/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GoogleDataTransport/GoogleDataTransport.h +24 -0
  312. data/examples/AExample/Pods/GoogleDataTransport/LICENSE +202 -0
  313. data/examples/AExample/Pods/GoogleDataTransport/README.md +231 -0
  314. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m +1070 -0
  315. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m +439 -0
  316. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h +55 -0
  317. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h +48 -0
  318. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h +107 -0
  319. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h +50 -0
  320. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h +76 -0
  321. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Common/GULLoggerCodes.h +56 -0
  322. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m +153 -0
  323. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m +68 -0
  324. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/GULSecureCoding.m +103 -0
  325. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h +60 -0
  326. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h +40 -0
  327. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h +54 -0
  328. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h +51 -0
  329. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h +79 -0
  330. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h +61 -0
  331. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h +36 -0
  332. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h +31 -0
  333. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h +37 -0
  334. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m +192 -0
  335. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m +113 -0
  336. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m +30 -0
  337. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m +46 -0
  338. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m +333 -0
  339. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Logger/GULLogger.m +215 -0
  340. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h +159 -0
  341. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h +37 -0
  342. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m +153 -0
  343. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h +207 -0
  344. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h +71 -0
  345. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/GULNSData+zlib.m +207 -0
  346. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h +49 -0
  347. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/GULMutableDictionary.m +101 -0
  348. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetwork.m +390 -0
  349. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkConstants.m +41 -0
  350. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkInternal.h +24 -0
  351. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m +766 -0
  352. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h +46 -0
  353. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h +87 -0
  354. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h +71 -0
  355. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h +49 -0
  356. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h +47 -0
  357. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h +62 -0
  358. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h +48 -0
  359. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker.m +263 -0
  360. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityMessageCode.h +29 -0
  361. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h +79 -0
  362. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/GULUserDefaults.m +213 -0
  363. data/examples/AExample/Pods/GoogleUtilities/GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h +110 -0
  364. data/examples/AExample/Pods/GoogleUtilities/LICENSE +247 -0
  365. data/examples/AExample/Pods/GoogleUtilities/README.md +189 -0
  366. data/examples/AExample/Pods/Manifest.lock +112 -0
  367. data/examples/AExample/Pods/Pods.xcodeproj/project.pbxproj +3670 -0
  368. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/FirebaseAnalytics.xcscheme +58 -0
  369. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/FirebaseCore.xcscheme +58 -0
  370. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/FirebaseCoreDiagnostics.xcscheme +58 -0
  371. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/FirebaseInstallations.xcscheme +58 -0
  372. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/GoogleAppMeasurement.xcscheme +58 -0
  373. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/GoogleDataTransport.xcscheme +58 -0
  374. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/GoogleUtilities.xcscheme +58 -0
  375. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/Pods-AExample-AExampleCP.xcscheme +58 -0
  376. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/Pods-AExample.xcscheme +58 -0
  377. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/PromisesObjC.xcscheme +58 -0
  378. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/nanopb.xcscheme +58 -0
  379. data/examples/AExample/Pods/Pods.xcodeproj/xcuserdata/xuzhongping.xcuserdatad/xcschemes/xcschememanagement.plist +66 -0
  380. data/examples/AExample/Pods/PromisesObjC/LICENSE +202 -0
  381. data/examples/AExample/Pods/PromisesObjC/README.md +60 -0
  382. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+All.m +86 -0
  383. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Always.m +58 -0
  384. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Any.m +112 -0
  385. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Async.m +70 -0
  386. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Await.m +48 -0
  387. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Catch.m +55 -0
  388. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Delay.m +59 -0
  389. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Do.m +59 -0
  390. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Race.m +65 -0
  391. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Recover.m +54 -0
  392. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Reduce.m +61 -0
  393. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Retry.m +128 -0
  394. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Testing.m +55 -0
  395. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Then.m +50 -0
  396. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Timeout.m +64 -0
  397. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Validate.m +56 -0
  398. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Wrap.m +420 -0
  399. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise.m +299 -0
  400. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/FBLPromiseError.m +19 -0
  401. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+All.h +63 -0
  402. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Always.h +54 -0
  403. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Any.h +69 -0
  404. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Async.h +60 -0
  405. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Await.h +32 -0
  406. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Catch.h +59 -0
  407. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Delay.h +59 -0
  408. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Do.h +55 -0
  409. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Race.h +62 -0
  410. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Recover.h +60 -0
  411. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Reduce.h +71 -0
  412. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Retry.h +165 -0
  413. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Testing.h +57 -0
  414. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Then.h +63 -0
  415. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Timeout.h +57 -0
  416. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Validate.h +60 -0
  417. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Wrap.h +316 -0
  418. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise.h +93 -0
  419. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromiseError.h +43 -0
  420. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromisePrivate.h +66 -0
  421. data/examples/AExample/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromises.h +32 -0
  422. data/examples/AExample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-input-files.xcfilelist +2 -0
  423. data/examples/AExample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-output-files.xcfilelist +1 -0
  424. data/examples/AExample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh +109 -0
  425. data/examples/AExample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.debug.xcconfig +13 -0
  426. data/examples/AExample/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.release.xcconfig +13 -0
  427. data/examples/AExample/Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist +26 -0
  428. data/examples/AExample/Pods/Target Support Files/FirebaseCore/FirebaseCore-dummy.m +5 -0
  429. data/examples/AExample/Pods/Target Support Files/FirebaseCore/FirebaseCore-umbrella.h +22 -0
  430. data/examples/AExample/Pods/Target Support Files/FirebaseCore/FirebaseCore.debug.xcconfig +16 -0
  431. data/examples/AExample/Pods/Target Support Files/FirebaseCore/FirebaseCore.modulemap +6 -0
  432. data/examples/AExample/Pods/Target Support Files/FirebaseCore/FirebaseCore.release.xcconfig +16 -0
  433. data/examples/AExample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist +26 -0
  434. data/examples/AExample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-dummy.m +5 -0
  435. data/examples/AExample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-umbrella.h +17 -0
  436. data/examples/AExample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.debug.xcconfig +17 -0
  437. data/examples/AExample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap +6 -0
  438. data/examples/AExample/Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.release.xcconfig +17 -0
  439. data/examples/AExample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist +26 -0
  440. data/examples/AExample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-dummy.m +5 -0
  441. data/examples/AExample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-umbrella.h +20 -0
  442. data/examples/AExample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.debug.xcconfig +15 -0
  443. data/examples/AExample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap +6 -0
  444. data/examples/AExample/Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.release.xcconfig +15 -0
  445. data/examples/AExample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-input-files.xcfilelist +3 -0
  446. data/examples/AExample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-output-files.xcfilelist +2 -0
  447. data/examples/AExample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh +110 -0
  448. data/examples/AExample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.debug.xcconfig +13 -0
  449. data/examples/AExample/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.release.xcconfig +13 -0
  450. data/examples/AExample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist +26 -0
  451. data/examples/AExample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-dummy.m +5 -0
  452. data/examples/AExample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-umbrella.h +25 -0
  453. data/examples/AExample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.debug.xcconfig +16 -0
  454. data/examples/AExample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap +6 -0
  455. data/examples/AExample/Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.release.xcconfig +16 -0
  456. data/examples/AExample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist +26 -0
  457. data/examples/AExample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-dummy.m +5 -0
  458. data/examples/AExample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h +41 -0
  459. data/examples/AExample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.debug.xcconfig +15 -0
  460. data/examples/AExample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.modulemap +6 -0
  461. data/examples/AExample/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.release.xcconfig +15 -0
  462. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-Info.plist +26 -0
  463. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-acknowledgements.markdown +1316 -0
  464. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-acknowledgements.plist +1396 -0
  465. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-dummy.m +5 -0
  466. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-frameworks-Debug-input-files.xcfilelist +8 -0
  467. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-frameworks-Debug-output-files.xcfilelist +7 -0
  468. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-frameworks-Release-input-files.xcfilelist +8 -0
  469. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-frameworks-Release-output-files.xcfilelist +7 -0
  470. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-frameworks.sh +198 -0
  471. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample-umbrella.h +16 -0
  472. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample.debug.xcconfig +12 -0
  473. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample.modulemap +6 -0
  474. data/examples/AExample/Pods/Target Support Files/Pods-AExample/Pods-AExample.release.xcconfig +12 -0
  475. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-Info.plist +26 -0
  476. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-acknowledgements.markdown +1316 -0
  477. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-acknowledgements.plist +1396 -0
  478. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-dummy.m +5 -0
  479. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-frameworks-Debug-input-files.xcfilelist +8 -0
  480. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-frameworks-Debug-output-files.xcfilelist +7 -0
  481. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-frameworks-Release-input-files.xcfilelist +8 -0
  482. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-frameworks-Release-output-files.xcfilelist +7 -0
  483. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-frameworks.sh +198 -0
  484. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP-umbrella.h +16 -0
  485. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP.debug.xcconfig +12 -0
  486. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP.modulemap +6 -0
  487. data/examples/AExample/Pods/Target Support Files/Pods-AExample-AExampleCP/Pods-AExample-AExampleCP.release.xcconfig +12 -0
  488. data/examples/AExample/Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist +26 -0
  489. data/examples/AExample/Pods/Target Support Files/PromisesObjC/PromisesObjC-dummy.m +5 -0
  490. data/examples/AExample/Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h +36 -0
  491. data/examples/AExample/Pods/Target Support Files/PromisesObjC/PromisesObjC.debug.xcconfig +12 -0
  492. data/examples/AExample/Pods/Target Support Files/PromisesObjC/PromisesObjC.modulemap +6 -0
  493. data/examples/AExample/Pods/Target Support Files/PromisesObjC/PromisesObjC.release.xcconfig +12 -0
  494. data/examples/AExample/Pods/Target Support Files/nanopb/nanopb-Info.plist +26 -0
  495. data/examples/AExample/Pods/Target Support Files/nanopb/nanopb-dummy.m +5 -0
  496. data/examples/AExample/Pods/Target Support Files/nanopb/nanopb-prefix.pch +12 -0
  497. data/examples/AExample/Pods/Target Support Files/nanopb/nanopb-umbrella.h +26 -0
  498. data/examples/AExample/Pods/Target Support Files/nanopb/nanopb.debug.xcconfig +11 -0
  499. data/examples/AExample/Pods/Target Support Files/nanopb/nanopb.modulemap +6 -0
  500. data/examples/AExample/Pods/Target Support Files/nanopb/nanopb.release.xcconfig +11 -0
  501. data/examples/AExample/Pods/nanopb/LICENSE.txt +20 -0
  502. data/examples/AExample/Pods/nanopb/README.md +71 -0
  503. data/examples/AExample/Pods/nanopb/pb.h +599 -0
  504. data/examples/AExample/Pods/nanopb/pb_common.c +97 -0
  505. data/examples/AExample/Pods/nanopb/pb_common.h +42 -0
  506. data/examples/AExample/Pods/nanopb/pb_decode.c +1564 -0
  507. data/examples/AExample/Pods/nanopb/pb_decode.h +178 -0
  508. data/examples/AExample/Pods/nanopb/pb_encode.c +913 -0
  509. data/examples/AExample/Pods/nanopb/pb_encode.h +170 -0
  510. data/lib/cocoapods-catalyst-validator/cocoapods-catalyst-validator.rb +110 -0
  511. data/lib/cocoapods-catalyst-validator/gem_version.rb +3 -0
  512. data/lib/cocoapods_plugin.rb +3 -0
  513. data/spec/command/validator_spec.rb +12 -0
  514. data/spec/spec_helper.rb +50 -0
  515. metadata +601 -0
@@ -0,0 +1,1316 @@
1
+ # Acknowledgements
2
+ This application makes use of the following third party libraries:
3
+
4
+ ## FirebaseAnalytics
5
+
6
+ Copyright 2021 Google
7
+
8
+ ## FirebaseCore
9
+
10
+
11
+ Apache License
12
+ Version 2.0, January 2004
13
+ http://www.apache.org/licenses/
14
+
15
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
16
+
17
+ 1. Definitions.
18
+
19
+ "License" shall mean the terms and conditions for use, reproduction,
20
+ and distribution as defined by Sections 1 through 9 of this document.
21
+
22
+ "Licensor" shall mean the copyright owner or entity authorized by
23
+ the copyright owner that is granting the License.
24
+
25
+ "Legal Entity" shall mean the union of the acting entity and all
26
+ other entities that control, are controlled by, or are under common
27
+ control with that entity. For the purposes of this definition,
28
+ "control" means (i) the power, direct or indirect, to cause the
29
+ direction or management of such entity, whether by contract or
30
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
31
+ outstanding shares, or (iii) beneficial ownership of such entity.
32
+
33
+ "You" (or "Your") shall mean an individual or Legal Entity
34
+ exercising permissions granted by this License.
35
+
36
+ "Source" form shall mean the preferred form for making modifications,
37
+ including but not limited to software source code, documentation
38
+ source, and configuration files.
39
+
40
+ "Object" form shall mean any form resulting from mechanical
41
+ transformation or translation of a Source form, including but
42
+ not limited to compiled object code, generated documentation,
43
+ and conversions to other media types.
44
+
45
+ "Work" shall mean the work of authorship, whether in Source or
46
+ Object form, made available under the License, as indicated by a
47
+ copyright notice that is included in or attached to the work
48
+ (an example is provided in the Appendix below).
49
+
50
+ "Derivative Works" shall mean any work, whether in Source or Object
51
+ form, that is based on (or derived from) the Work and for which the
52
+ editorial revisions, annotations, elaborations, or other modifications
53
+ represent, as a whole, an original work of authorship. For the purposes
54
+ of this License, Derivative Works shall not include works that remain
55
+ separable from, or merely link (or bind by name) to the interfaces of,
56
+ the Work and Derivative Works thereof.
57
+
58
+ "Contribution" shall mean any work of authorship, including
59
+ the original version of the Work and any modifications or additions
60
+ to that Work or Derivative Works thereof, that is intentionally
61
+ submitted to Licensor for inclusion in the Work by the copyright owner
62
+ or by an individual or Legal Entity authorized to submit on behalf of
63
+ the copyright owner. For the purposes of this definition, "submitted"
64
+ means any form of electronic, verbal, or written communication sent
65
+ to the Licensor or its representatives, including but not limited to
66
+ communication on electronic mailing lists, source code control systems,
67
+ and issue tracking systems that are managed by, or on behalf of, the
68
+ Licensor for the purpose of discussing and improving the Work, but
69
+ excluding communication that is conspicuously marked or otherwise
70
+ designated in writing by the copyright owner as "Not a Contribution."
71
+
72
+ "Contributor" shall mean Licensor and any individual or Legal Entity
73
+ on behalf of whom a Contribution has been received by Licensor and
74
+ subsequently incorporated within the Work.
75
+
76
+ 2. Grant of Copyright License. Subject to the terms and conditions of
77
+ this License, each Contributor hereby grants to You a perpetual,
78
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
79
+ copyright license to reproduce, prepare Derivative Works of,
80
+ publicly display, publicly perform, sublicense, and distribute the
81
+ Work and such Derivative Works in Source or Object form.
82
+
83
+ 3. Grant of Patent License. Subject to the terms and conditions of
84
+ this License, each Contributor hereby grants to You a perpetual,
85
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
86
+ (except as stated in this section) patent license to make, have made,
87
+ use, offer to sell, sell, import, and otherwise transfer the Work,
88
+ where such license applies only to those patent claims licensable
89
+ by such Contributor that are necessarily infringed by their
90
+ Contribution(s) alone or by combination of their Contribution(s)
91
+ with the Work to which such Contribution(s) was submitted. If You
92
+ institute patent litigation against any entity (including a
93
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
94
+ or a Contribution incorporated within the Work constitutes direct
95
+ or contributory patent infringement, then any patent licenses
96
+ granted to You under this License for that Work shall terminate
97
+ as of the date such litigation is filed.
98
+
99
+ 4. Redistribution. You may reproduce and distribute copies of the
100
+ Work or Derivative Works thereof in any medium, with or without
101
+ modifications, and in Source or Object form, provided that You
102
+ meet the following conditions:
103
+
104
+ (a) You must give any other recipients of the Work or
105
+ Derivative Works a copy of this License; and
106
+
107
+ (b) You must cause any modified files to carry prominent notices
108
+ stating that You changed the files; and
109
+
110
+ (c) You must retain, in the Source form of any Derivative Works
111
+ that You distribute, all copyright, patent, trademark, and
112
+ attribution notices from the Source form of the Work,
113
+ excluding those notices that do not pertain to any part of
114
+ the Derivative Works; and
115
+
116
+ (d) If the Work includes a "NOTICE" text file as part of its
117
+ distribution, then any Derivative Works that You distribute must
118
+ include a readable copy of the attribution notices contained
119
+ within such NOTICE file, excluding those notices that do not
120
+ pertain to any part of the Derivative Works, in at least one
121
+ of the following places: within a NOTICE text file distributed
122
+ as part of the Derivative Works; within the Source form or
123
+ documentation, if provided along with the Derivative Works; or,
124
+ within a display generated by the Derivative Works, if and
125
+ wherever such third-party notices normally appear. The contents
126
+ of the NOTICE file are for informational purposes only and
127
+ do not modify the License. You may add Your own attribution
128
+ notices within Derivative Works that You distribute, alongside
129
+ or as an addendum to the NOTICE text from the Work, provided
130
+ that such additional attribution notices cannot be construed
131
+ as modifying the License.
132
+
133
+ You may add Your own copyright statement to Your modifications and
134
+ may provide additional or different license terms and conditions
135
+ for use, reproduction, or distribution of Your modifications, or
136
+ for any such Derivative Works as a whole, provided Your use,
137
+ reproduction, and distribution of the Work otherwise complies with
138
+ the conditions stated in this License.
139
+
140
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
141
+ any Contribution intentionally submitted for inclusion in the Work
142
+ by You to the Licensor shall be under the terms and conditions of
143
+ this License, without any additional terms or conditions.
144
+ Notwithstanding the above, nothing herein shall supersede or modify
145
+ the terms of any separate license agreement you may have executed
146
+ with Licensor regarding such Contributions.
147
+
148
+ 6. Trademarks. This License does not grant permission to use the trade
149
+ names, trademarks, service marks, or product names of the Licensor,
150
+ except as required for reasonable and customary use in describing the
151
+ origin of the Work and reproducing the content of the NOTICE file.
152
+
153
+ 7. Disclaimer of Warranty. Unless required by applicable law or
154
+ agreed to in writing, Licensor provides the Work (and each
155
+ Contributor provides its Contributions) on an "AS IS" BASIS,
156
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
157
+ implied, including, without limitation, any warranties or conditions
158
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
159
+ PARTICULAR PURPOSE. You are solely responsible for determining the
160
+ appropriateness of using or redistributing the Work and assume any
161
+ risks associated with Your exercise of permissions under this License.
162
+
163
+ 8. Limitation of Liability. In no event and under no legal theory,
164
+ whether in tort (including negligence), contract, or otherwise,
165
+ unless required by applicable law (such as deliberate and grossly
166
+ negligent acts) or agreed to in writing, shall any Contributor be
167
+ liable to You for damages, including any direct, indirect, special,
168
+ incidental, or consequential damages of any character arising as a
169
+ result of this License or out of the use or inability to use the
170
+ Work (including but not limited to damages for loss of goodwill,
171
+ work stoppage, computer failure or malfunction, or any and all
172
+ other commercial damages or losses), even if such Contributor
173
+ has been advised of the possibility of such damages.
174
+
175
+ 9. Accepting Warranty or Additional Liability. While redistributing
176
+ the Work or Derivative Works thereof, You may choose to offer,
177
+ and charge a fee for, acceptance of support, warranty, indemnity,
178
+ or other liability obligations and/or rights consistent with this
179
+ License. However, in accepting such obligations, You may act only
180
+ on Your own behalf and on Your sole responsibility, not on behalf
181
+ of any other Contributor, and only if You agree to indemnify,
182
+ defend, and hold each Contributor harmless for any liability
183
+ incurred by, or claims asserted against, such Contributor by reason
184
+ of your accepting any such warranty or additional liability.
185
+
186
+ END OF TERMS AND CONDITIONS
187
+
188
+ APPENDIX: How to apply the Apache License to your work.
189
+
190
+ To apply the Apache License to your work, attach the following
191
+ boilerplate notice, with the fields enclosed by brackets "[]"
192
+ replaced with your own identifying information. (Don't include
193
+ the brackets!) The text should be enclosed in the appropriate
194
+ comment syntax for the file format. We also recommend that a
195
+ file or class name and description of purpose be included on the
196
+ same "printed page" as the copyright notice for easier
197
+ identification within third-party archives.
198
+
199
+ Copyright [yyyy] [name of copyright owner]
200
+
201
+ Licensed under the Apache License, Version 2.0 (the "License");
202
+ you may not use this file except in compliance with the License.
203
+ You may obtain a copy of the License at
204
+
205
+ http://www.apache.org/licenses/LICENSE-2.0
206
+
207
+ Unless required by applicable law or agreed to in writing, software
208
+ distributed under the License is distributed on an "AS IS" BASIS,
209
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
210
+ See the License for the specific language governing permissions and
211
+ limitations under the License.
212
+
213
+
214
+ ## FirebaseCoreDiagnostics
215
+
216
+
217
+ Apache License
218
+ Version 2.0, January 2004
219
+ http://www.apache.org/licenses/
220
+
221
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
222
+
223
+ 1. Definitions.
224
+
225
+ "License" shall mean the terms and conditions for use, reproduction,
226
+ and distribution as defined by Sections 1 through 9 of this document.
227
+
228
+ "Licensor" shall mean the copyright owner or entity authorized by
229
+ the copyright owner that is granting the License.
230
+
231
+ "Legal Entity" shall mean the union of the acting entity and all
232
+ other entities that control, are controlled by, or are under common
233
+ control with that entity. For the purposes of this definition,
234
+ "control" means (i) the power, direct or indirect, to cause the
235
+ direction or management of such entity, whether by contract or
236
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
237
+ outstanding shares, or (iii) beneficial ownership of such entity.
238
+
239
+ "You" (or "Your") shall mean an individual or Legal Entity
240
+ exercising permissions granted by this License.
241
+
242
+ "Source" form shall mean the preferred form for making modifications,
243
+ including but not limited to software source code, documentation
244
+ source, and configuration files.
245
+
246
+ "Object" form shall mean any form resulting from mechanical
247
+ transformation or translation of a Source form, including but
248
+ not limited to compiled object code, generated documentation,
249
+ and conversions to other media types.
250
+
251
+ "Work" shall mean the work of authorship, whether in Source or
252
+ Object form, made available under the License, as indicated by a
253
+ copyright notice that is included in or attached to the work
254
+ (an example is provided in the Appendix below).
255
+
256
+ "Derivative Works" shall mean any work, whether in Source or Object
257
+ form, that is based on (or derived from) the Work and for which the
258
+ editorial revisions, annotations, elaborations, or other modifications
259
+ represent, as a whole, an original work of authorship. For the purposes
260
+ of this License, Derivative Works shall not include works that remain
261
+ separable from, or merely link (or bind by name) to the interfaces of,
262
+ the Work and Derivative Works thereof.
263
+
264
+ "Contribution" shall mean any work of authorship, including
265
+ the original version of the Work and any modifications or additions
266
+ to that Work or Derivative Works thereof, that is intentionally
267
+ submitted to Licensor for inclusion in the Work by the copyright owner
268
+ or by an individual or Legal Entity authorized to submit on behalf of
269
+ the copyright owner. For the purposes of this definition, "submitted"
270
+ means any form of electronic, verbal, or written communication sent
271
+ to the Licensor or its representatives, including but not limited to
272
+ communication on electronic mailing lists, source code control systems,
273
+ and issue tracking systems that are managed by, or on behalf of, the
274
+ Licensor for the purpose of discussing and improving the Work, but
275
+ excluding communication that is conspicuously marked or otherwise
276
+ designated in writing by the copyright owner as "Not a Contribution."
277
+
278
+ "Contributor" shall mean Licensor and any individual or Legal Entity
279
+ on behalf of whom a Contribution has been received by Licensor and
280
+ subsequently incorporated within the Work.
281
+
282
+ 2. Grant of Copyright License. Subject to the terms and conditions of
283
+ this License, each Contributor hereby grants to You a perpetual,
284
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
285
+ copyright license to reproduce, prepare Derivative Works of,
286
+ publicly display, publicly perform, sublicense, and distribute the
287
+ Work and such Derivative Works in Source or Object form.
288
+
289
+ 3. Grant of Patent License. Subject to the terms and conditions of
290
+ this License, each Contributor hereby grants to You a perpetual,
291
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
292
+ (except as stated in this section) patent license to make, have made,
293
+ use, offer to sell, sell, import, and otherwise transfer the Work,
294
+ where such license applies only to those patent claims licensable
295
+ by such Contributor that are necessarily infringed by their
296
+ Contribution(s) alone or by combination of their Contribution(s)
297
+ with the Work to which such Contribution(s) was submitted. If You
298
+ institute patent litigation against any entity (including a
299
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
300
+ or a Contribution incorporated within the Work constitutes direct
301
+ or contributory patent infringement, then any patent licenses
302
+ granted to You under this License for that Work shall terminate
303
+ as of the date such litigation is filed.
304
+
305
+ 4. Redistribution. You may reproduce and distribute copies of the
306
+ Work or Derivative Works thereof in any medium, with or without
307
+ modifications, and in Source or Object form, provided that You
308
+ meet the following conditions:
309
+
310
+ (a) You must give any other recipients of the Work or
311
+ Derivative Works a copy of this License; and
312
+
313
+ (b) You must cause any modified files to carry prominent notices
314
+ stating that You changed the files; and
315
+
316
+ (c) You must retain, in the Source form of any Derivative Works
317
+ that You distribute, all copyright, patent, trademark, and
318
+ attribution notices from the Source form of the Work,
319
+ excluding those notices that do not pertain to any part of
320
+ the Derivative Works; and
321
+
322
+ (d) If the Work includes a "NOTICE" text file as part of its
323
+ distribution, then any Derivative Works that You distribute must
324
+ include a readable copy of the attribution notices contained
325
+ within such NOTICE file, excluding those notices that do not
326
+ pertain to any part of the Derivative Works, in at least one
327
+ of the following places: within a NOTICE text file distributed
328
+ as part of the Derivative Works; within the Source form or
329
+ documentation, if provided along with the Derivative Works; or,
330
+ within a display generated by the Derivative Works, if and
331
+ wherever such third-party notices normally appear. The contents
332
+ of the NOTICE file are for informational purposes only and
333
+ do not modify the License. You may add Your own attribution
334
+ notices within Derivative Works that You distribute, alongside
335
+ or as an addendum to the NOTICE text from the Work, provided
336
+ that such additional attribution notices cannot be construed
337
+ as modifying the License.
338
+
339
+ You may add Your own copyright statement to Your modifications and
340
+ may provide additional or different license terms and conditions
341
+ for use, reproduction, or distribution of Your modifications, or
342
+ for any such Derivative Works as a whole, provided Your use,
343
+ reproduction, and distribution of the Work otherwise complies with
344
+ the conditions stated in this License.
345
+
346
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
347
+ any Contribution intentionally submitted for inclusion in the Work
348
+ by You to the Licensor shall be under the terms and conditions of
349
+ this License, without any additional terms or conditions.
350
+ Notwithstanding the above, nothing herein shall supersede or modify
351
+ the terms of any separate license agreement you may have executed
352
+ with Licensor regarding such Contributions.
353
+
354
+ 6. Trademarks. This License does not grant permission to use the trade
355
+ names, trademarks, service marks, or product names of the Licensor,
356
+ except as required for reasonable and customary use in describing the
357
+ origin of the Work and reproducing the content of the NOTICE file.
358
+
359
+ 7. Disclaimer of Warranty. Unless required by applicable law or
360
+ agreed to in writing, Licensor provides the Work (and each
361
+ Contributor provides its Contributions) on an "AS IS" BASIS,
362
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
363
+ implied, including, without limitation, any warranties or conditions
364
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
365
+ PARTICULAR PURPOSE. You are solely responsible for determining the
366
+ appropriateness of using or redistributing the Work and assume any
367
+ risks associated with Your exercise of permissions under this License.
368
+
369
+ 8. Limitation of Liability. In no event and under no legal theory,
370
+ whether in tort (including negligence), contract, or otherwise,
371
+ unless required by applicable law (such as deliberate and grossly
372
+ negligent acts) or agreed to in writing, shall any Contributor be
373
+ liable to You for damages, including any direct, indirect, special,
374
+ incidental, or consequential damages of any character arising as a
375
+ result of this License or out of the use or inability to use the
376
+ Work (including but not limited to damages for loss of goodwill,
377
+ work stoppage, computer failure or malfunction, or any and all
378
+ other commercial damages or losses), even if such Contributor
379
+ has been advised of the possibility of such damages.
380
+
381
+ 9. Accepting Warranty or Additional Liability. While redistributing
382
+ the Work or Derivative Works thereof, You may choose to offer,
383
+ and charge a fee for, acceptance of support, warranty, indemnity,
384
+ or other liability obligations and/or rights consistent with this
385
+ License. However, in accepting such obligations, You may act only
386
+ on Your own behalf and on Your sole responsibility, not on behalf
387
+ of any other Contributor, and only if You agree to indemnify,
388
+ defend, and hold each Contributor harmless for any liability
389
+ incurred by, or claims asserted against, such Contributor by reason
390
+ of your accepting any such warranty or additional liability.
391
+
392
+ END OF TERMS AND CONDITIONS
393
+
394
+ APPENDIX: How to apply the Apache License to your work.
395
+
396
+ To apply the Apache License to your work, attach the following
397
+ boilerplate notice, with the fields enclosed by brackets "[]"
398
+ replaced with your own identifying information. (Don't include
399
+ the brackets!) The text should be enclosed in the appropriate
400
+ comment syntax for the file format. We also recommend that a
401
+ file or class name and description of purpose be included on the
402
+ same "printed page" as the copyright notice for easier
403
+ identification within third-party archives.
404
+
405
+ Copyright [yyyy] [name of copyright owner]
406
+
407
+ Licensed under the Apache License, Version 2.0 (the "License");
408
+ you may not use this file except in compliance with the License.
409
+ You may obtain a copy of the License at
410
+
411
+ http://www.apache.org/licenses/LICENSE-2.0
412
+
413
+ Unless required by applicable law or agreed to in writing, software
414
+ distributed under the License is distributed on an "AS IS" BASIS,
415
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
416
+ See the License for the specific language governing permissions and
417
+ limitations under the License.
418
+
419
+
420
+ ## FirebaseInstallations
421
+
422
+
423
+ Apache License
424
+ Version 2.0, January 2004
425
+ http://www.apache.org/licenses/
426
+
427
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
428
+
429
+ 1. Definitions.
430
+
431
+ "License" shall mean the terms and conditions for use, reproduction,
432
+ and distribution as defined by Sections 1 through 9 of this document.
433
+
434
+ "Licensor" shall mean the copyright owner or entity authorized by
435
+ the copyright owner that is granting the License.
436
+
437
+ "Legal Entity" shall mean the union of the acting entity and all
438
+ other entities that control, are controlled by, or are under common
439
+ control with that entity. For the purposes of this definition,
440
+ "control" means (i) the power, direct or indirect, to cause the
441
+ direction or management of such entity, whether by contract or
442
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
443
+ outstanding shares, or (iii) beneficial ownership of such entity.
444
+
445
+ "You" (or "Your") shall mean an individual or Legal Entity
446
+ exercising permissions granted by this License.
447
+
448
+ "Source" form shall mean the preferred form for making modifications,
449
+ including but not limited to software source code, documentation
450
+ source, and configuration files.
451
+
452
+ "Object" form shall mean any form resulting from mechanical
453
+ transformation or translation of a Source form, including but
454
+ not limited to compiled object code, generated documentation,
455
+ and conversions to other media types.
456
+
457
+ "Work" shall mean the work of authorship, whether in Source or
458
+ Object form, made available under the License, as indicated by a
459
+ copyright notice that is included in or attached to the work
460
+ (an example is provided in the Appendix below).
461
+
462
+ "Derivative Works" shall mean any work, whether in Source or Object
463
+ form, that is based on (or derived from) the Work and for which the
464
+ editorial revisions, annotations, elaborations, or other modifications
465
+ represent, as a whole, an original work of authorship. For the purposes
466
+ of this License, Derivative Works shall not include works that remain
467
+ separable from, or merely link (or bind by name) to the interfaces of,
468
+ the Work and Derivative Works thereof.
469
+
470
+ "Contribution" shall mean any work of authorship, including
471
+ the original version of the Work and any modifications or additions
472
+ to that Work or Derivative Works thereof, that is intentionally
473
+ submitted to Licensor for inclusion in the Work by the copyright owner
474
+ or by an individual or Legal Entity authorized to submit on behalf of
475
+ the copyright owner. For the purposes of this definition, "submitted"
476
+ means any form of electronic, verbal, or written communication sent
477
+ to the Licensor or its representatives, including but not limited to
478
+ communication on electronic mailing lists, source code control systems,
479
+ and issue tracking systems that are managed by, or on behalf of, the
480
+ Licensor for the purpose of discussing and improving the Work, but
481
+ excluding communication that is conspicuously marked or otherwise
482
+ designated in writing by the copyright owner as "Not a Contribution."
483
+
484
+ "Contributor" shall mean Licensor and any individual or Legal Entity
485
+ on behalf of whom a Contribution has been received by Licensor and
486
+ subsequently incorporated within the Work.
487
+
488
+ 2. Grant of Copyright License. Subject to the terms and conditions of
489
+ this License, each Contributor hereby grants to You a perpetual,
490
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
491
+ copyright license to reproduce, prepare Derivative Works of,
492
+ publicly display, publicly perform, sublicense, and distribute the
493
+ Work and such Derivative Works in Source or Object form.
494
+
495
+ 3. Grant of Patent License. Subject to the terms and conditions of
496
+ this License, each Contributor hereby grants to You a perpetual,
497
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
498
+ (except as stated in this section) patent license to make, have made,
499
+ use, offer to sell, sell, import, and otherwise transfer the Work,
500
+ where such license applies only to those patent claims licensable
501
+ by such Contributor that are necessarily infringed by their
502
+ Contribution(s) alone or by combination of their Contribution(s)
503
+ with the Work to which such Contribution(s) was submitted. If You
504
+ institute patent litigation against any entity (including a
505
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
506
+ or a Contribution incorporated within the Work constitutes direct
507
+ or contributory patent infringement, then any patent licenses
508
+ granted to You under this License for that Work shall terminate
509
+ as of the date such litigation is filed.
510
+
511
+ 4. Redistribution. You may reproduce and distribute copies of the
512
+ Work or Derivative Works thereof in any medium, with or without
513
+ modifications, and in Source or Object form, provided that You
514
+ meet the following conditions:
515
+
516
+ (a) You must give any other recipients of the Work or
517
+ Derivative Works a copy of this License; and
518
+
519
+ (b) You must cause any modified files to carry prominent notices
520
+ stating that You changed the files; and
521
+
522
+ (c) You must retain, in the Source form of any Derivative Works
523
+ that You distribute, all copyright, patent, trademark, and
524
+ attribution notices from the Source form of the Work,
525
+ excluding those notices that do not pertain to any part of
526
+ the Derivative Works; and
527
+
528
+ (d) If the Work includes a "NOTICE" text file as part of its
529
+ distribution, then any Derivative Works that You distribute must
530
+ include a readable copy of the attribution notices contained
531
+ within such NOTICE file, excluding those notices that do not
532
+ pertain to any part of the Derivative Works, in at least one
533
+ of the following places: within a NOTICE text file distributed
534
+ as part of the Derivative Works; within the Source form or
535
+ documentation, if provided along with the Derivative Works; or,
536
+ within a display generated by the Derivative Works, if and
537
+ wherever such third-party notices normally appear. The contents
538
+ of the NOTICE file are for informational purposes only and
539
+ do not modify the License. You may add Your own attribution
540
+ notices within Derivative Works that You distribute, alongside
541
+ or as an addendum to the NOTICE text from the Work, provided
542
+ that such additional attribution notices cannot be construed
543
+ as modifying the License.
544
+
545
+ You may add Your own copyright statement to Your modifications and
546
+ may provide additional or different license terms and conditions
547
+ for use, reproduction, or distribution of Your modifications, or
548
+ for any such Derivative Works as a whole, provided Your use,
549
+ reproduction, and distribution of the Work otherwise complies with
550
+ the conditions stated in this License.
551
+
552
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
553
+ any Contribution intentionally submitted for inclusion in the Work
554
+ by You to the Licensor shall be under the terms and conditions of
555
+ this License, without any additional terms or conditions.
556
+ Notwithstanding the above, nothing herein shall supersede or modify
557
+ the terms of any separate license agreement you may have executed
558
+ with Licensor regarding such Contributions.
559
+
560
+ 6. Trademarks. This License does not grant permission to use the trade
561
+ names, trademarks, service marks, or product names of the Licensor,
562
+ except as required for reasonable and customary use in describing the
563
+ origin of the Work and reproducing the content of the NOTICE file.
564
+
565
+ 7. Disclaimer of Warranty. Unless required by applicable law or
566
+ agreed to in writing, Licensor provides the Work (and each
567
+ Contributor provides its Contributions) on an "AS IS" BASIS,
568
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
569
+ implied, including, without limitation, any warranties or conditions
570
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
571
+ PARTICULAR PURPOSE. You are solely responsible for determining the
572
+ appropriateness of using or redistributing the Work and assume any
573
+ risks associated with Your exercise of permissions under this License.
574
+
575
+ 8. Limitation of Liability. In no event and under no legal theory,
576
+ whether in tort (including negligence), contract, or otherwise,
577
+ unless required by applicable law (such as deliberate and grossly
578
+ negligent acts) or agreed to in writing, shall any Contributor be
579
+ liable to You for damages, including any direct, indirect, special,
580
+ incidental, or consequential damages of any character arising as a
581
+ result of this License or out of the use or inability to use the
582
+ Work (including but not limited to damages for loss of goodwill,
583
+ work stoppage, computer failure or malfunction, or any and all
584
+ other commercial damages or losses), even if such Contributor
585
+ has been advised of the possibility of such damages.
586
+
587
+ 9. Accepting Warranty or Additional Liability. While redistributing
588
+ the Work or Derivative Works thereof, You may choose to offer,
589
+ and charge a fee for, acceptance of support, warranty, indemnity,
590
+ or other liability obligations and/or rights consistent with this
591
+ License. However, in accepting such obligations, You may act only
592
+ on Your own behalf and on Your sole responsibility, not on behalf
593
+ of any other Contributor, and only if You agree to indemnify,
594
+ defend, and hold each Contributor harmless for any liability
595
+ incurred by, or claims asserted against, such Contributor by reason
596
+ of your accepting any such warranty or additional liability.
597
+
598
+ END OF TERMS AND CONDITIONS
599
+
600
+ APPENDIX: How to apply the Apache License to your work.
601
+
602
+ To apply the Apache License to your work, attach the following
603
+ boilerplate notice, with the fields enclosed by brackets "[]"
604
+ replaced with your own identifying information. (Don't include
605
+ the brackets!) The text should be enclosed in the appropriate
606
+ comment syntax for the file format. We also recommend that a
607
+ file or class name and description of purpose be included on the
608
+ same "printed page" as the copyright notice for easier
609
+ identification within third-party archives.
610
+
611
+ Copyright [yyyy] [name of copyright owner]
612
+
613
+ Licensed under the Apache License, Version 2.0 (the "License");
614
+ you may not use this file except in compliance with the License.
615
+ You may obtain a copy of the License at
616
+
617
+ http://www.apache.org/licenses/LICENSE-2.0
618
+
619
+ Unless required by applicable law or agreed to in writing, software
620
+ distributed under the License is distributed on an "AS IS" BASIS,
621
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
622
+ See the License for the specific language governing permissions and
623
+ limitations under the License.
624
+
625
+
626
+ ## GoogleAppMeasurement
627
+
628
+ Copyright 2021 Google
629
+
630
+ ## GoogleDataTransport
631
+
632
+
633
+ Apache License
634
+ Version 2.0, January 2004
635
+ http://www.apache.org/licenses/
636
+
637
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
638
+
639
+ 1. Definitions.
640
+
641
+ "License" shall mean the terms and conditions for use, reproduction,
642
+ and distribution as defined by Sections 1 through 9 of this document.
643
+
644
+ "Licensor" shall mean the copyright owner or entity authorized by
645
+ the copyright owner that is granting the License.
646
+
647
+ "Legal Entity" shall mean the union of the acting entity and all
648
+ other entities that control, are controlled by, or are under common
649
+ control with that entity. For the purposes of this definition,
650
+ "control" means (i) the power, direct or indirect, to cause the
651
+ direction or management of such entity, whether by contract or
652
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
653
+ outstanding shares, or (iii) beneficial ownership of such entity.
654
+
655
+ "You" (or "Your") shall mean an individual or Legal Entity
656
+ exercising permissions granted by this License.
657
+
658
+ "Source" form shall mean the preferred form for making modifications,
659
+ including but not limited to software source code, documentation
660
+ source, and configuration files.
661
+
662
+ "Object" form shall mean any form resulting from mechanical
663
+ transformation or translation of a Source form, including but
664
+ not limited to compiled object code, generated documentation,
665
+ and conversions to other media types.
666
+
667
+ "Work" shall mean the work of authorship, whether in Source or
668
+ Object form, made available under the License, as indicated by a
669
+ copyright notice that is included in or attached to the work
670
+ (an example is provided in the Appendix below).
671
+
672
+ "Derivative Works" shall mean any work, whether in Source or Object
673
+ form, that is based on (or derived from) the Work and for which the
674
+ editorial revisions, annotations, elaborations, or other modifications
675
+ represent, as a whole, an original work of authorship. For the purposes
676
+ of this License, Derivative Works shall not include works that remain
677
+ separable from, or merely link (or bind by name) to the interfaces of,
678
+ the Work and Derivative Works thereof.
679
+
680
+ "Contribution" shall mean any work of authorship, including
681
+ the original version of the Work and any modifications or additions
682
+ to that Work or Derivative Works thereof, that is intentionally
683
+ submitted to Licensor for inclusion in the Work by the copyright owner
684
+ or by an individual or Legal Entity authorized to submit on behalf of
685
+ the copyright owner. For the purposes of this definition, "submitted"
686
+ means any form of electronic, verbal, or written communication sent
687
+ to the Licensor or its representatives, including but not limited to
688
+ communication on electronic mailing lists, source code control systems,
689
+ and issue tracking systems that are managed by, or on behalf of, the
690
+ Licensor for the purpose of discussing and improving the Work, but
691
+ excluding communication that is conspicuously marked or otherwise
692
+ designated in writing by the copyright owner as "Not a Contribution."
693
+
694
+ "Contributor" shall mean Licensor and any individual or Legal Entity
695
+ on behalf of whom a Contribution has been received by Licensor and
696
+ subsequently incorporated within the Work.
697
+
698
+ 2. Grant of Copyright License. Subject to the terms and conditions of
699
+ this License, each Contributor hereby grants to You a perpetual,
700
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
701
+ copyright license to reproduce, prepare Derivative Works of,
702
+ publicly display, publicly perform, sublicense, and distribute the
703
+ Work and such Derivative Works in Source or Object form.
704
+
705
+ 3. Grant of Patent License. Subject to the terms and conditions of
706
+ this License, each Contributor hereby grants to You a perpetual,
707
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
708
+ (except as stated in this section) patent license to make, have made,
709
+ use, offer to sell, sell, import, and otherwise transfer the Work,
710
+ where such license applies only to those patent claims licensable
711
+ by such Contributor that are necessarily infringed by their
712
+ Contribution(s) alone or by combination of their Contribution(s)
713
+ with the Work to which such Contribution(s) was submitted. If You
714
+ institute patent litigation against any entity (including a
715
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
716
+ or a Contribution incorporated within the Work constitutes direct
717
+ or contributory patent infringement, then any patent licenses
718
+ granted to You under this License for that Work shall terminate
719
+ as of the date such litigation is filed.
720
+
721
+ 4. Redistribution. You may reproduce and distribute copies of the
722
+ Work or Derivative Works thereof in any medium, with or without
723
+ modifications, and in Source or Object form, provided that You
724
+ meet the following conditions:
725
+
726
+ (a) You must give any other recipients of the Work or
727
+ Derivative Works a copy of this License; and
728
+
729
+ (b) You must cause any modified files to carry prominent notices
730
+ stating that You changed the files; and
731
+
732
+ (c) You must retain, in the Source form of any Derivative Works
733
+ that You distribute, all copyright, patent, trademark, and
734
+ attribution notices from the Source form of the Work,
735
+ excluding those notices that do not pertain to any part of
736
+ the Derivative Works; and
737
+
738
+ (d) If the Work includes a "NOTICE" text file as part of its
739
+ distribution, then any Derivative Works that You distribute must
740
+ include a readable copy of the attribution notices contained
741
+ within such NOTICE file, excluding those notices that do not
742
+ pertain to any part of the Derivative Works, in at least one
743
+ of the following places: within a NOTICE text file distributed
744
+ as part of the Derivative Works; within the Source form or
745
+ documentation, if provided along with the Derivative Works; or,
746
+ within a display generated by the Derivative Works, if and
747
+ wherever such third-party notices normally appear. The contents
748
+ of the NOTICE file are for informational purposes only and
749
+ do not modify the License. You may add Your own attribution
750
+ notices within Derivative Works that You distribute, alongside
751
+ or as an addendum to the NOTICE text from the Work, provided
752
+ that such additional attribution notices cannot be construed
753
+ as modifying the License.
754
+
755
+ You may add Your own copyright statement to Your modifications and
756
+ may provide additional or different license terms and conditions
757
+ for use, reproduction, or distribution of Your modifications, or
758
+ for any such Derivative Works as a whole, provided Your use,
759
+ reproduction, and distribution of the Work otherwise complies with
760
+ the conditions stated in this License.
761
+
762
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
763
+ any Contribution intentionally submitted for inclusion in the Work
764
+ by You to the Licensor shall be under the terms and conditions of
765
+ this License, without any additional terms or conditions.
766
+ Notwithstanding the above, nothing herein shall supersede or modify
767
+ the terms of any separate license agreement you may have executed
768
+ with Licensor regarding such Contributions.
769
+
770
+ 6. Trademarks. This License does not grant permission to use the trade
771
+ names, trademarks, service marks, or product names of the Licensor,
772
+ except as required for reasonable and customary use in describing the
773
+ origin of the Work and reproducing the content of the NOTICE file.
774
+
775
+ 7. Disclaimer of Warranty. Unless required by applicable law or
776
+ agreed to in writing, Licensor provides the Work (and each
777
+ Contributor provides its Contributions) on an "AS IS" BASIS,
778
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
779
+ implied, including, without limitation, any warranties or conditions
780
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
781
+ PARTICULAR PURPOSE. You are solely responsible for determining the
782
+ appropriateness of using or redistributing the Work and assume any
783
+ risks associated with Your exercise of permissions under this License.
784
+
785
+ 8. Limitation of Liability. In no event and under no legal theory,
786
+ whether in tort (including negligence), contract, or otherwise,
787
+ unless required by applicable law (such as deliberate and grossly
788
+ negligent acts) or agreed to in writing, shall any Contributor be
789
+ liable to You for damages, including any direct, indirect, special,
790
+ incidental, or consequential damages of any character arising as a
791
+ result of this License or out of the use or inability to use the
792
+ Work (including but not limited to damages for loss of goodwill,
793
+ work stoppage, computer failure or malfunction, or any and all
794
+ other commercial damages or losses), even if such Contributor
795
+ has been advised of the possibility of such damages.
796
+
797
+ 9. Accepting Warranty or Additional Liability. While redistributing
798
+ the Work or Derivative Works thereof, You may choose to offer,
799
+ and charge a fee for, acceptance of support, warranty, indemnity,
800
+ or other liability obligations and/or rights consistent with this
801
+ License. However, in accepting such obligations, You may act only
802
+ on Your own behalf and on Your sole responsibility, not on behalf
803
+ of any other Contributor, and only if You agree to indemnify,
804
+ defend, and hold each Contributor harmless for any liability
805
+ incurred by, or claims asserted against, such Contributor by reason
806
+ of your accepting any such warranty or additional liability.
807
+
808
+ END OF TERMS AND CONDITIONS
809
+
810
+ APPENDIX: How to apply the Apache License to your work.
811
+
812
+ To apply the Apache License to your work, attach the following
813
+ boilerplate notice, with the fields enclosed by brackets "[]"
814
+ replaced with your own identifying information. (Don't include
815
+ the brackets!) The text should be enclosed in the appropriate
816
+ comment syntax for the file format. We also recommend that a
817
+ file or class name and description of purpose be included on the
818
+ same "printed page" as the copyright notice for easier
819
+ identification within third-party archives.
820
+
821
+ Copyright [yyyy] [name of copyright owner]
822
+
823
+ Licensed under the Apache License, Version 2.0 (the "License");
824
+ you may not use this file except in compliance with the License.
825
+ You may obtain a copy of the License at
826
+
827
+ http://www.apache.org/licenses/LICENSE-2.0
828
+
829
+ Unless required by applicable law or agreed to in writing, software
830
+ distributed under the License is distributed on an "AS IS" BASIS,
831
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
832
+ See the License for the specific language governing permissions and
833
+ limitations under the License.
834
+
835
+
836
+ ## GoogleUtilities
837
+
838
+
839
+ Apache License
840
+ Version 2.0, January 2004
841
+ http://www.apache.org/licenses/
842
+
843
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
844
+
845
+ 1. Definitions.
846
+
847
+ "License" shall mean the terms and conditions for use, reproduction,
848
+ and distribution as defined by Sections 1 through 9 of this document.
849
+
850
+ "Licensor" shall mean the copyright owner or entity authorized by
851
+ the copyright owner that is granting the License.
852
+
853
+ "Legal Entity" shall mean the union of the acting entity and all
854
+ other entities that control, are controlled by, or are under common
855
+ control with that entity. For the purposes of this definition,
856
+ "control" means (i) the power, direct or indirect, to cause the
857
+ direction or management of such entity, whether by contract or
858
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
859
+ outstanding shares, or (iii) beneficial ownership of such entity.
860
+
861
+ "You" (or "Your") shall mean an individual or Legal Entity
862
+ exercising permissions granted by this License.
863
+
864
+ "Source" form shall mean the preferred form for making modifications,
865
+ including but not limited to software source code, documentation
866
+ source, and configuration files.
867
+
868
+ "Object" form shall mean any form resulting from mechanical
869
+ transformation or translation of a Source form, including but
870
+ not limited to compiled object code, generated documentation,
871
+ and conversions to other media types.
872
+
873
+ "Work" shall mean the work of authorship, whether in Source or
874
+ Object form, made available under the License, as indicated by a
875
+ copyright notice that is included in or attached to the work
876
+ (an example is provided in the Appendix below).
877
+
878
+ "Derivative Works" shall mean any work, whether in Source or Object
879
+ form, that is based on (or derived from) the Work and for which the
880
+ editorial revisions, annotations, elaborations, or other modifications
881
+ represent, as a whole, an original work of authorship. For the purposes
882
+ of this License, Derivative Works shall not include works that remain
883
+ separable from, or merely link (or bind by name) to the interfaces of,
884
+ the Work and Derivative Works thereof.
885
+
886
+ "Contribution" shall mean any work of authorship, including
887
+ the original version of the Work and any modifications or additions
888
+ to that Work or Derivative Works thereof, that is intentionally
889
+ submitted to Licensor for inclusion in the Work by the copyright owner
890
+ or by an individual or Legal Entity authorized to submit on behalf of
891
+ the copyright owner. For the purposes of this definition, "submitted"
892
+ means any form of electronic, verbal, or written communication sent
893
+ to the Licensor or its representatives, including but not limited to
894
+ communication on electronic mailing lists, source code control systems,
895
+ and issue tracking systems that are managed by, or on behalf of, the
896
+ Licensor for the purpose of discussing and improving the Work, but
897
+ excluding communication that is conspicuously marked or otherwise
898
+ designated in writing by the copyright owner as "Not a Contribution."
899
+
900
+ "Contributor" shall mean Licensor and any individual or Legal Entity
901
+ on behalf of whom a Contribution has been received by Licensor and
902
+ subsequently incorporated within the Work.
903
+
904
+ 2. Grant of Copyright License. Subject to the terms and conditions of
905
+ this License, each Contributor hereby grants to You a perpetual,
906
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
907
+ copyright license to reproduce, prepare Derivative Works of,
908
+ publicly display, publicly perform, sublicense, and distribute the
909
+ Work and such Derivative Works in Source or Object form.
910
+
911
+ 3. Grant of Patent License. Subject to the terms and conditions of
912
+ this License, each Contributor hereby grants to You a perpetual,
913
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
914
+ (except as stated in this section) patent license to make, have made,
915
+ use, offer to sell, sell, import, and otherwise transfer the Work,
916
+ where such license applies only to those patent claims licensable
917
+ by such Contributor that are necessarily infringed by their
918
+ Contribution(s) alone or by combination of their Contribution(s)
919
+ with the Work to which such Contribution(s) was submitted. If You
920
+ institute patent litigation against any entity (including a
921
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
922
+ or a Contribution incorporated within the Work constitutes direct
923
+ or contributory patent infringement, then any patent licenses
924
+ granted to You under this License for that Work shall terminate
925
+ as of the date such litigation is filed.
926
+
927
+ 4. Redistribution. You may reproduce and distribute copies of the
928
+ Work or Derivative Works thereof in any medium, with or without
929
+ modifications, and in Source or Object form, provided that You
930
+ meet the following conditions:
931
+
932
+ (a) You must give any other recipients of the Work or
933
+ Derivative Works a copy of this License; and
934
+
935
+ (b) You must cause any modified files to carry prominent notices
936
+ stating that You changed the files; and
937
+
938
+ (c) You must retain, in the Source form of any Derivative Works
939
+ that You distribute, all copyright, patent, trademark, and
940
+ attribution notices from the Source form of the Work,
941
+ excluding those notices that do not pertain to any part of
942
+ the Derivative Works; and
943
+
944
+ (d) If the Work includes a "NOTICE" text file as part of its
945
+ distribution, then any Derivative Works that You distribute must
946
+ include a readable copy of the attribution notices contained
947
+ within such NOTICE file, excluding those notices that do not
948
+ pertain to any part of the Derivative Works, in at least one
949
+ of the following places: within a NOTICE text file distributed
950
+ as part of the Derivative Works; within the Source form or
951
+ documentation, if provided along with the Derivative Works; or,
952
+ within a display generated by the Derivative Works, if and
953
+ wherever such third-party notices normally appear. The contents
954
+ of the NOTICE file are for informational purposes only and
955
+ do not modify the License. You may add Your own attribution
956
+ notices within Derivative Works that You distribute, alongside
957
+ or as an addendum to the NOTICE text from the Work, provided
958
+ that such additional attribution notices cannot be construed
959
+ as modifying the License.
960
+
961
+ You may add Your own copyright statement to Your modifications and
962
+ may provide additional or different license terms and conditions
963
+ for use, reproduction, or distribution of Your modifications, or
964
+ for any such Derivative Works as a whole, provided Your use,
965
+ reproduction, and distribution of the Work otherwise complies with
966
+ the conditions stated in this License.
967
+
968
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
969
+ any Contribution intentionally submitted for inclusion in the Work
970
+ by You to the Licensor shall be under the terms and conditions of
971
+ this License, without any additional terms or conditions.
972
+ Notwithstanding the above, nothing herein shall supersede or modify
973
+ the terms of any separate license agreement you may have executed
974
+ with Licensor regarding such Contributions.
975
+
976
+ 6. Trademarks. This License does not grant permission to use the trade
977
+ names, trademarks, service marks, or product names of the Licensor,
978
+ except as required for reasonable and customary use in describing the
979
+ origin of the Work and reproducing the content of the NOTICE file.
980
+
981
+ 7. Disclaimer of Warranty. Unless required by applicable law or
982
+ agreed to in writing, Licensor provides the Work (and each
983
+ Contributor provides its Contributions) on an "AS IS" BASIS,
984
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
985
+ implied, including, without limitation, any warranties or conditions
986
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
987
+ PARTICULAR PURPOSE. You are solely responsible for determining the
988
+ appropriateness of using or redistributing the Work and assume any
989
+ risks associated with Your exercise of permissions under this License.
990
+
991
+ 8. Limitation of Liability. In no event and under no legal theory,
992
+ whether in tort (including negligence), contract, or otherwise,
993
+ unless required by applicable law (such as deliberate and grossly
994
+ negligent acts) or agreed to in writing, shall any Contributor be
995
+ liable to You for damages, including any direct, indirect, special,
996
+ incidental, or consequential damages of any character arising as a
997
+ result of this License or out of the use or inability to use the
998
+ Work (including but not limited to damages for loss of goodwill,
999
+ work stoppage, computer failure or malfunction, or any and all
1000
+ other commercial damages or losses), even if such Contributor
1001
+ has been advised of the possibility of such damages.
1002
+
1003
+ 9. Accepting Warranty or Additional Liability. While redistributing
1004
+ the Work or Derivative Works thereof, You may choose to offer,
1005
+ and charge a fee for, acceptance of support, warranty, indemnity,
1006
+ or other liability obligations and/or rights consistent with this
1007
+ License. However, in accepting such obligations, You may act only
1008
+ on Your own behalf and on Your sole responsibility, not on behalf
1009
+ of any other Contributor, and only if You agree to indemnify,
1010
+ defend, and hold each Contributor harmless for any liability
1011
+ incurred by, or claims asserted against, such Contributor by reason
1012
+ of your accepting any such warranty or additional liability.
1013
+
1014
+ END OF TERMS AND CONDITIONS
1015
+
1016
+ APPENDIX: How to apply the Apache License to your work.
1017
+
1018
+ To apply the Apache License to your work, attach the following
1019
+ boilerplate notice, with the fields enclosed by brackets "[]"
1020
+ replaced with your own identifying information. (Don't include
1021
+ the brackets!) The text should be enclosed in the appropriate
1022
+ comment syntax for the file format. We also recommend that a
1023
+ file or class name and description of purpose be included on the
1024
+ same "printed page" as the copyright notice for easier
1025
+ identification within third-party archives.
1026
+
1027
+ Copyright [yyyy] [name of copyright owner]
1028
+
1029
+ Licensed under the Apache License, Version 2.0 (the "License");
1030
+ you may not use this file except in compliance with the License.
1031
+ You may obtain a copy of the License at
1032
+
1033
+ http://www.apache.org/licenses/LICENSE-2.0
1034
+
1035
+ Unless required by applicable law or agreed to in writing, software
1036
+ distributed under the License is distributed on an "AS IS" BASIS,
1037
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1038
+ See the License for the specific language governing permissions and
1039
+ limitations under the License.
1040
+
1041
+ ================================================================================
1042
+
1043
+ The following copyright from Landon J. Fuller applies to the isAppEncrypted
1044
+ function in Environment/third_party/GULAppEnvironmentUtil.m.
1045
+
1046
+ Copyright (c) 2017 Landon J. Fuller <landon@landonf.org>
1047
+ All rights reserved.
1048
+
1049
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1050
+ this software and associated documentation files (the "Software"), to deal in
1051
+ the Software without restriction, including without limitation the rights to
1052
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1053
+ the Software, and to permit persons to whom the Software is furnished to do so,
1054
+ subject to the following conditions:
1055
+
1056
+ The above copyright notice and this permission notice shall be included in all
1057
+ copies or substantial portions of the Software.
1058
+
1059
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1060
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1061
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1062
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1063
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1064
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1065
+
1066
+ Comment from
1067
+ <a href="http://iphonedevwiki.net/index.php/Crack_prevention">iPhone Dev Wiki
1068
+ Crack Prevention</a>: App Store binaries are signed by both their developer
1069
+ and Apple. This encrypts the binary so that decryption keys are needed in order
1070
+ to make the binary readable. When iOS executes the binary, the decryption keys
1071
+ are used to decrypt the binary into a readable state where it is then loaded
1072
+ into memory and executed. iOS can tell the encryption status of a binary via the
1073
+ cryptid structure member of LC_ENCRYPTION_INFO MachO load command. If cryptid is
1074
+ a non-zero value then the binary is encrypted.
1075
+
1076
+ 'Cracking' works by letting the kernel decrypt the binary then siphoning the
1077
+ decrypted data into a new binary file, resigning, and repackaging. This will
1078
+ only work on jailbroken devices as codesignature validation has been removed.
1079
+ Resigning takes place because while the codesignature doesn't have to be valid
1080
+ thanks to the jailbreak, it does have to be in place unless you have AppSync or
1081
+ similar to disable codesignature checks.
1082
+
1083
+ More information at <a href="http://landonf.org/2009/02/index.html">Landon
1084
+ Fuller's blog</a>
1085
+
1086
+
1087
+ ## PromisesObjC
1088
+
1089
+
1090
+ Apache License
1091
+ Version 2.0, January 2004
1092
+ http://www.apache.org/licenses/
1093
+
1094
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1095
+
1096
+ 1. Definitions.
1097
+
1098
+ "License" shall mean the terms and conditions for use, reproduction,
1099
+ and distribution as defined by Sections 1 through 9 of this document.
1100
+
1101
+ "Licensor" shall mean the copyright owner or entity authorized by
1102
+ the copyright owner that is granting the License.
1103
+
1104
+ "Legal Entity" shall mean the union of the acting entity and all
1105
+ other entities that control, are controlled by, or are under common
1106
+ control with that entity. For the purposes of this definition,
1107
+ "control" means (i) the power, direct or indirect, to cause the
1108
+ direction or management of such entity, whether by contract or
1109
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1110
+ outstanding shares, or (iii) beneficial ownership of such entity.
1111
+
1112
+ "You" (or "Your") shall mean an individual or Legal Entity
1113
+ exercising permissions granted by this License.
1114
+
1115
+ "Source" form shall mean the preferred form for making modifications,
1116
+ including but not limited to software source code, documentation
1117
+ source, and configuration files.
1118
+
1119
+ "Object" form shall mean any form resulting from mechanical
1120
+ transformation or translation of a Source form, including but
1121
+ not limited to compiled object code, generated documentation,
1122
+ and conversions to other media types.
1123
+
1124
+ "Work" shall mean the work of authorship, whether in Source or
1125
+ Object form, made available under the License, as indicated by a
1126
+ copyright notice that is included in or attached to the work
1127
+ (an example is provided in the Appendix below).
1128
+
1129
+ "Derivative Works" shall mean any work, whether in Source or Object
1130
+ form, that is based on (or derived from) the Work and for which the
1131
+ editorial revisions, annotations, elaborations, or other modifications
1132
+ represent, as a whole, an original work of authorship. For the purposes
1133
+ of this License, Derivative Works shall not include works that remain
1134
+ separable from, or merely link (or bind by name) to the interfaces of,
1135
+ the Work and Derivative Works thereof.
1136
+
1137
+ "Contribution" shall mean any work of authorship, including
1138
+ the original version of the Work and any modifications or additions
1139
+ to that Work or Derivative Works thereof, that is intentionally
1140
+ submitted to Licensor for inclusion in the Work by the copyright owner
1141
+ or by an individual or Legal Entity authorized to submit on behalf of
1142
+ the copyright owner. For the purposes of this definition, "submitted"
1143
+ means any form of electronic, verbal, or written communication sent
1144
+ to the Licensor or its representatives, including but not limited to
1145
+ communication on electronic mailing lists, source code control systems,
1146
+ and issue tracking systems that are managed by, or on behalf of, the
1147
+ Licensor for the purpose of discussing and improving the Work, but
1148
+ excluding communication that is conspicuously marked or otherwise
1149
+ designated in writing by the copyright owner as "Not a Contribution."
1150
+
1151
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1152
+ on behalf of whom a Contribution has been received by Licensor and
1153
+ subsequently incorporated within the Work.
1154
+
1155
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1156
+ this License, each Contributor hereby grants to You a perpetual,
1157
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1158
+ copyright license to reproduce, prepare Derivative Works of,
1159
+ publicly display, publicly perform, sublicense, and distribute the
1160
+ Work and such Derivative Works in Source or Object form.
1161
+
1162
+ 3. Grant of Patent License. Subject to the terms and conditions of
1163
+ this License, each Contributor hereby grants to You a perpetual,
1164
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1165
+ (except as stated in this section) patent license to make, have made,
1166
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1167
+ where such license applies only to those patent claims licensable
1168
+ by such Contributor that are necessarily infringed by their
1169
+ Contribution(s) alone or by combination of their Contribution(s)
1170
+ with the Work to which such Contribution(s) was submitted. If You
1171
+ institute patent litigation against any entity (including a
1172
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1173
+ or a Contribution incorporated within the Work constitutes direct
1174
+ or contributory patent infringement, then any patent licenses
1175
+ granted to You under this License for that Work shall terminate
1176
+ as of the date such litigation is filed.
1177
+
1178
+ 4. Redistribution. You may reproduce and distribute copies of the
1179
+ Work or Derivative Works thereof in any medium, with or without
1180
+ modifications, and in Source or Object form, provided that You
1181
+ meet the following conditions:
1182
+
1183
+ (a) You must give any other recipients of the Work or
1184
+ Derivative Works a copy of this License; and
1185
+
1186
+ (b) You must cause any modified files to carry prominent notices
1187
+ stating that You changed the files; and
1188
+
1189
+ (c) You must retain, in the Source form of any Derivative Works
1190
+ that You distribute, all copyright, patent, trademark, and
1191
+ attribution notices from the Source form of the Work,
1192
+ excluding those notices that do not pertain to any part of
1193
+ the Derivative Works; and
1194
+
1195
+ (d) If the Work includes a "NOTICE" text file as part of its
1196
+ distribution, then any Derivative Works that You distribute must
1197
+ include a readable copy of the attribution notices contained
1198
+ within such NOTICE file, excluding those notices that do not
1199
+ pertain to any part of the Derivative Works, in at least one
1200
+ of the following places: within a NOTICE text file distributed
1201
+ as part of the Derivative Works; within the Source form or
1202
+ documentation, if provided along with the Derivative Works; or,
1203
+ within a display generated by the Derivative Works, if and
1204
+ wherever such third-party notices normally appear. The contents
1205
+ of the NOTICE file are for informational purposes only and
1206
+ do not modify the License. You may add Your own attribution
1207
+ notices within Derivative Works that You distribute, alongside
1208
+ or as an addendum to the NOTICE text from the Work, provided
1209
+ that such additional attribution notices cannot be construed
1210
+ as modifying the License.
1211
+
1212
+ You may add Your own copyright statement to Your modifications and
1213
+ may provide additional or different license terms and conditions
1214
+ for use, reproduction, or distribution of Your modifications, or
1215
+ for any such Derivative Works as a whole, provided Your use,
1216
+ reproduction, and distribution of the Work otherwise complies with
1217
+ the conditions stated in this License.
1218
+
1219
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1220
+ any Contribution intentionally submitted for inclusion in the Work
1221
+ by You to the Licensor shall be under the terms and conditions of
1222
+ this License, without any additional terms or conditions.
1223
+ Notwithstanding the above, nothing herein shall supersede or modify
1224
+ the terms of any separate license agreement you may have executed
1225
+ with Licensor regarding such Contributions.
1226
+
1227
+ 6. Trademarks. This License does not grant permission to use the trade
1228
+ names, trademarks, service marks, or product names of the Licensor,
1229
+ except as required for reasonable and customary use in describing the
1230
+ origin of the Work and reproducing the content of the NOTICE file.
1231
+
1232
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1233
+ agreed to in writing, Licensor provides the Work (and each
1234
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1235
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1236
+ implied, including, without limitation, any warranties or conditions
1237
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1238
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1239
+ appropriateness of using or redistributing the Work and assume any
1240
+ risks associated with Your exercise of permissions under this License.
1241
+
1242
+ 8. Limitation of Liability. In no event and under no legal theory,
1243
+ whether in tort (including negligence), contract, or otherwise,
1244
+ unless required by applicable law (such as deliberate and grossly
1245
+ negligent acts) or agreed to in writing, shall any Contributor be
1246
+ liable to You for damages, including any direct, indirect, special,
1247
+ incidental, or consequential damages of any character arising as a
1248
+ result of this License or out of the use or inability to use the
1249
+ Work (including but not limited to damages for loss of goodwill,
1250
+ work stoppage, computer failure or malfunction, or any and all
1251
+ other commercial damages or losses), even if such Contributor
1252
+ has been advised of the possibility of such damages.
1253
+
1254
+ 9. Accepting Warranty or Additional Liability. While redistributing
1255
+ the Work or Derivative Works thereof, You may choose to offer,
1256
+ and charge a fee for, acceptance of support, warranty, indemnity,
1257
+ or other liability obligations and/or rights consistent with this
1258
+ License. However, in accepting such obligations, You may act only
1259
+ on Your own behalf and on Your sole responsibility, not on behalf
1260
+ of any other Contributor, and only if You agree to indemnify,
1261
+ defend, and hold each Contributor harmless for any liability
1262
+ incurred by, or claims asserted against, such Contributor by reason
1263
+ of your accepting any such warranty or additional liability.
1264
+
1265
+ END OF TERMS AND CONDITIONS
1266
+
1267
+ APPENDIX: How to apply the Apache License to your work.
1268
+
1269
+ To apply the Apache License to your work, attach the following
1270
+ boilerplate notice, with the fields enclosed by brackets "[]"
1271
+ replaced with your own identifying information. (Don't include
1272
+ the brackets!) The text should be enclosed in the appropriate
1273
+ comment syntax for the file format. We also recommend that a
1274
+ file or class name and description of purpose be included on the
1275
+ same "printed page" as the copyright notice for easier
1276
+ identification within third-party archives.
1277
+
1278
+ Copyright [yyyy] [name of copyright owner]
1279
+
1280
+ Licensed under the Apache License, Version 2.0 (the "License");
1281
+ you may not use this file except in compliance with the License.
1282
+ You may obtain a copy of the License at
1283
+
1284
+ http://www.apache.org/licenses/LICENSE-2.0
1285
+
1286
+ Unless required by applicable law or agreed to in writing, software
1287
+ distributed under the License is distributed on an "AS IS" BASIS,
1288
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1289
+ See the License for the specific language governing permissions and
1290
+ limitations under the License.
1291
+
1292
+
1293
+ ## nanopb
1294
+
1295
+ Copyright (c) 2011 Petteri Aimonen <jpa at nanopb.mail.kapsi.fi>
1296
+
1297
+ This software is provided 'as-is', without any express or
1298
+ implied warranty. In no event will the authors be held liable
1299
+ for any damages arising from the use of this software.
1300
+
1301
+ Permission is granted to anyone to use this software for any
1302
+ purpose, including commercial applications, and to alter it and
1303
+ redistribute it freely, subject to the following restrictions:
1304
+
1305
+ 1. The origin of this software must not be misrepresented; you
1306
+ must not claim that you wrote the original software. If you use
1307
+ this software in a product, an acknowledgment in the product
1308
+ documentation would be appreciated but is not required.
1309
+
1310
+ 2. Altered source versions must be plainly marked as such, and
1311
+ must not be misrepresented as being the original software.
1312
+
1313
+ 3. This notice may not be removed or altered from any source
1314
+ distribution.
1315
+
1316
+ Generated by CocoaPods - https://cocoapods.org