Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BridgefySDK on iOS to version 1.0.0 #137

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
193 changes: 86 additions & 107 deletions ios/Hyperlocal.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"pins" : [
{
"identity" : "sdk-ios-beta",
"identity" : "sdk-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/bridgefy/sdk-ios-beta",
"location" : "https://github.com/bridgefy/sdk-ios",
"state" : {
"revision" : "2bb74e067e3e3aed8d7f82e263a1f76a5e14b9b4",
"version" : "0.4.1"
"revision" : "4537f14e68491f0cd8482063a7eb6aa76be72c91",
"version" : "1.0.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ SPEC CHECKSUMS:
RCTTypeSafety: b6c253064466411c6810b45f66bc1e43ce0c54ba
React: 715292db5bd46989419445a5547954b25d2090f0
React-callinvoker: 105392d1179058585b564d35b4592fe1c46d6fba
React-Codegen: b75333b93d835afce84b73472927cccaef2c9f8c
React-Codegen: 9fc3b853194369f1a980930b11f85469f64c4d48
React-Core: 88838ed1724c64905fc6c0811d752828a92e395b
React-CoreModules: cd238b4bb8dc8529ccc8b34ceae7267b04ce1882
React-cxxreact: 291bfab79d8098dc5ebab98f62e6bdfe81b3955a
Expand Down
2 changes: 1 addition & 1 deletion ios/RCTBridgefyModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import BridgefySDK

@objc(RCTBridgefyModule) class RCTBridgefyModule: RCTEventEmitter {
var apiKey = "e259da26-3f8f-42c2-b354-a9fb9fa353e2"
var apiKey = "60dd44b0-c38a-4a02-a90a-e895d4171d06"
var testDelegate = MyDelegate()
var bridgefyInstance: Bridgefy? = nil
public static var emitter: RCTEventEmitter!
Expand Down
Loading