Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 55G7HJZV7W;
DEVELOPMENT_TEAM = 35RXKB6738;
INFOPLIST_FILE = IDKitSampleApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -166,7 +166,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 55G7HJZV7W;
DEVELOPMENT_TEAM = 35RXKB6738;
INFOPLIST_FILE = IDKitSampleApp/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ struct ContentView: View {

@MainActor
final class SampleModel: ObservableObject {
@Published var appId = "app_d8bbd5341f16fb97a61e644b7e169c0e"
@Published var rpId = "rp_7b4f23dd5fb2a826"
@Published var appId = "app_75c2486e930cb8c0026266335c869b7a"
@Published var rpId = "rp_9b6853dacd0dbcb1"
@Published var action = "test-action"
@Published var signal = "signal"
@Published var environment: SampleEnvironment = .production
Expand Down
Loading