@capacitor-community/fcm 7.1.0 → 7.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor-community/fcm",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Enable Firebase Cloud Messaging features for Capacitor apps",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,15 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
- xmlns:app="http://schemas.android.com/apk/res-auto"
4
- xmlns:tools="http://schemas.android.com/tools"
5
- android:layout_width="match_parent"
6
- android:layout_height="match_parent"
7
- tools:context="com.getcapacitor.BridgeActivity"
8
- >
9
-
10
- <WebView
11
- android:id="@+id/webview"
12
- android:layout_width="fill_parent"
13
- android:layout_height="fill_parent" />
14
-
15
- </androidx.coordinatorlayout.widget.CoordinatorLayout>
@@ -1,3 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <resources>
3
- </resources>
@@ -1,3 +0,0 @@
1
- <resources>
2
- <string name="my_string">Just a simple string</string>
3
- </resources>
@@ -1,3 +0,0 @@
1
- <resources>
2
-
3
- </resources>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "group:Plugin.xcodeproj">
6
- </FileRef>
7
- <FileRef
8
- location = "group:Pods/Pods.xcodeproj">
9
- </FileRef>
10
- </Workspace>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>IDEDidComputeMac32BitWarning</key>
6
- <true/>
7
- </dict>
8
- </plist>
@@ -1,23 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Bucket
3
- type = "0"
4
- version = "2.0">
5
- <Breakpoints>
6
- <BreakpointProxy
7
- BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
8
- <BreakpointContent
9
- shouldBeEnabled = "No"
10
- ignoreCount = "0"
11
- continueAfterRunningActions = "No"
12
- filePath = "PluginTests/PluginTests.swift"
13
- timestampString = "539031493.297595"
14
- startingColumnNumber = "9223372036854775807"
15
- endingColumnNumber = "9223372036854775807"
16
- startingLineNumber = "28"
17
- endingLineNumber = "28"
18
- landmarkName = "testEcho()"
19
- landmarkType = "7">
20
- </BreakpointContent>
21
- </BreakpointProxy>
22
- </Breakpoints>
23
- </Bucket>
@@ -1,22 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>CFBundleDevelopmentRegion</key>
6
- <string>$(DEVELOPMENT_LANGUAGE)</string>
7
- <key>CFBundleExecutable</key>
8
- <string>$(EXECUTABLE_NAME)</string>
9
- <key>CFBundleIdentifier</key>
10
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11
- <key>CFBundleInfoDictionaryVersion</key>
12
- <string>6.0</string>
13
- <key>CFBundleName</key>
14
- <string>$(PRODUCT_NAME)</string>
15
- <key>CFBundlePackageType</key>
16
- <string>BNDL</string>
17
- <key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
19
- <key>CFBundleVersion</key>
20
- <string>1</string>
21
- </dict>
22
- </plist>
@@ -1,35 +0,0 @@
1
- // import XCTest
2
- // import Capacitor
3
- // @testable import Plugin
4
- //
5
- // class PluginTests: XCTestCase {
6
- //
7
- // override func setUp() {
8
- // super.setUp()
9
- // // Put setup code here. This method is called before the invocation of each test method in the class.
10
- // }
11
- //
12
- // override func tearDown() {
13
- // // Put teardown code here. This method is called after the invocation of each test method in the class.
14
- // super.tearDown()
15
- // }
16
- //
17
- // func testEcho() {
18
- // // This is an example of a functional test case for a plugin.
19
- // // Use XCTAssert and related functions to verify your tests produce the correct results.
20
- //
21
- // let value = "Hello, World!"
22
- // let plugin = MyPlugin()
23
- //
24
- // let call = CAPPluginCall(callbackId: "test", options: [
25
- // "value": value
26
- // ], success: { (result, call) in
27
- // let resultValue = result!.data["value"] as? String
28
- // XCTAssertEqual(value, resultValue)
29
- // }, error: { (err) in
30
- // XCTFail("Error shouldn't have been called")
31
- // })
32
- //
33
- // plugin.echo(call!)
34
- // }
35
- // }
@@ -1,20 +0,0 @@
1
- # Uncomment the next line to define a global platform for your project
2
- platform :ios, '14.0'
3
-
4
- def capacitor_pods
5
- # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
6
- use_frameworks!
7
- pod 'Capacitor', :path => '../../node_modules/@capacitor/ios'
8
- pod 'CapacitorCordova', :path => '../../node_modules/@capacitor/ios'
9
- end
10
-
11
- target 'Plugin' do
12
- # Pods for IonicRunner
13
- pod 'FirebaseMessaging', '~> 11'
14
- capacitor_pods
15
- end
16
-
17
- target 'PluginTests' do
18
- pod 'FirebaseMessaging', '~> 11'
19
- capacitor_pods
20
- end
File without changes
File without changes
File without changes