Skip to content

Commit 569f984

Browse files
committed
Adding bridge name and version
1 parent 7c10869 commit 569f984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package/core/ios/Classes/TestAppio.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class TestAppioPlugin: NSObject, FlutterPlugin {
4242
let appToken = args["appToken"],
4343
let environmentString = args["environment"],
4444
let environment = TestAppio.Environmnent(rawValue: environmentString) {
45-
TestAppio.setup(configuration: .init(appToken: appToken, environment: environment))
45+
TestAppio.setup(configuration: .init(appToken: appToken, environment: environment, sdk: SDK(name: "Flutter", version: "1.0.1")))
4646
result(nil)
4747
} else {
4848
result(FlutterError(code: "InvalidArguments", message: "Invalid arguments for 'setup'", details: nil))

package/core/ios/testappio.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'testappio'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = 'TestApp.io SDK with your Flutter app'
55
s.description = <<-DESC
66
TestApp.io SDK for Flutter allows seamless integration of TestApp.io's comprehensive feedback and performance monitoring tools into Flutter applications. It enables the capture of insightful feedback and crucial events with minimal effort to enhance app quality and user experience.

0 commit comments

Comments
 (0)