Skip to content

Commit 25aba34

Browse files
bump up iOS SDK version
1 parent 12fcca3 commit 25aba34

File tree

11 files changed

+32
-24
lines changed

11 files changed

+32
-24
lines changed

ios/ios-aggregate-verifier-example/ios-aggregate-example.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
repositoryURL = "https://github.com/web3auth/web3auth-swift-sdk";
613613
requirement = {
614614
kind = upToNextMajorVersion;
615-
minimumVersion = 7.4.1;
615+
minimumVersion = 7.5.0;
616616
};
617617
};
618618
/* End XCRemoteSwiftPackageReference section */

ios/ios-aggregate-verifier-example/ios-aggregate-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
"kind" : "remoteSourceControl",
150150
"location" : "https://github.com/web3auth/web3auth-swift-sdk",
151151
"state" : {
152-
"revision" : "4c00016bed255f91808547eb43241519440686ed",
153-
"version" : "7.4.1"
152+
"revision" : "5de95f8eaa5ca7847c6d93daddc13ce51eb2b1f0",
153+
"version" : "7.5.0"
154154
}
155155
},
156156
{

ios/ios-aggregate-verifier-example/ios-aggregate-example/ViewModel.swift

+4-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ class ViewModel: ObservableObject {
4141
backUpShareFactor: MfaSetting(enable: true, priority: 2),
4242
socialBackupFactor: MfaSetting(enable: true, priority: 3),
4343
passwordFactor: MfaSetting(enable: true, priority: 4)
44-
)
44+
),
45+
// 259200 allows user to stay authenticated for 3 days with Web3Auth.
46+
// Default is 86400, which is 1 day.
47+
sessionTime: 259200
4548
))
4649
await MainActor.run(body: {
4750
if self.web3Auth?.state != nil {

ios/ios-auth0-example/ios-auth0-example.xcodeproj/project.pbxproj

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
2810C9532B63652A00BCE94C /* Web3Auth in Frameworks */ = {isa = PBXBuildFile; productRef = 2810C9522B63652A00BCE94C /* Web3Auth */; };
1011
4D9FEEE5294BAC380035414D /* ios_auth0_exampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9FEEE4294BAC380035414D /* ios_auth0_exampleApp.swift */; };
1112
4D9FEEE7294BAC380035414D /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9FEEE6294BAC380035414D /* ContentView.swift */; };
1213
4D9FEEE9294BAC3A0035414D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4D9FEEE8294BAC3A0035414D /* Assets.xcassets */; };
1314
4D9FEEEC294BAC3A0035414D /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4D9FEEEB294BAC3A0035414D /* Preview Assets.xcassets */; };
1415
4D9FEEF6294BAC3A0035414D /* ios_auth0_exampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9FEEF5294BAC3A0035414D /* ios_auth0_exampleTests.swift */; };
1516
4D9FEF00294BAC3A0035414D /* ios_auth0_exampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9FEEFF294BAC3A0035414D /* ios_auth0_exampleUITests.swift */; };
1617
4D9FEF02294BAC3A0035414D /* ios_auth0_exampleUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9FEF01294BAC3A0035414D /* ios_auth0_exampleUITestsLaunchTests.swift */; };
17-
4D9FEF10294BAC850035414D /* Web3Auth in Frameworks */ = {isa = PBXBuildFile; productRef = 4D9FEF0F294BAC850035414D /* Web3Auth */; };
1818
4D9FEF12294BACB10035414D /* ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9FEF11294BACB10035414D /* ViewModel.swift */; };
1919
4D9FEF14294BACC90035414D /* UserDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9FEF13294BACC90035414D /* UserDetailView.swift */; };
2020
4D9FEF16294BACD80035414D /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D9FEF15294BACD80035414D /* LoginView.swift */; };
@@ -62,7 +62,7 @@
6262
isa = PBXFrameworksBuildPhase;
6363
buildActionMask = 2147483647;
6464
files = (
65-
4D9FEF10294BAC850035414D /* Web3Auth in Frameworks */,
65+
2810C9532B63652A00BCE94C /* Web3Auth in Frameworks */,
6666
);
6767
runOnlyForDeploymentPostprocessing = 0;
6868
};
@@ -161,7 +161,7 @@
161161
);
162162
name = "ios-auth0-example";
163163
packageProductDependencies = (
164-
4D9FEF0F294BAC850035414D /* Web3Auth */,
164+
2810C9522B63652A00BCE94C /* Web3Auth */,
165165
);
166166
productName = "ios-auth0-example";
167167
productReference = 4D9FEEE1294BAC380035414D /* ios-auth0-example.app */;
@@ -236,7 +236,7 @@
236236
);
237237
mainGroup = 4D9FEED8294BAC380035414D;
238238
packageReferences = (
239-
4D9FEF0E294BAC850035414D /* XCRemoteSwiftPackageReference "web3auth-swift-sdk" */,
239+
2810C9512B63652A00BCE94C /* XCRemoteSwiftPackageReference "web3auth-swift-sdk" */,
240240
);
241241
productRefGroup = 4D9FEEE2294BAC380035414D /* Products */;
242242
projectDirPath = "";
@@ -607,20 +607,20 @@
607607
/* End XCConfigurationList section */
608608

609609
/* Begin XCRemoteSwiftPackageReference section */
610-
4D9FEF0E294BAC850035414D /* XCRemoteSwiftPackageReference "web3auth-swift-sdk" */ = {
610+
2810C9512B63652A00BCE94C /* XCRemoteSwiftPackageReference "web3auth-swift-sdk" */ = {
611611
isa = XCRemoteSwiftPackageReference;
612-
repositoryURL = "https://github.com/web3auth/web3auth-swift-sdk";
612+
repositoryURL = "https://github.com/Web3Auth/web3auth-swift-sdk/";
613613
requirement = {
614614
kind = upToNextMajorVersion;
615-
minimumVersion = 7.4.1;
615+
minimumVersion = 7.5.0;
616616
};
617617
};
618618
/* End XCRemoteSwiftPackageReference section */
619619

620620
/* Begin XCSwiftPackageProductDependency section */
621-
4D9FEF0F294BAC850035414D /* Web3Auth */ = {
621+
2810C9522B63652A00BCE94C /* Web3Auth */ = {
622622
isa = XCSwiftPackageProductDependency;
623-
package = 4D9FEF0E294BAC850035414D /* XCRemoteSwiftPackageReference "web3auth-swift-sdk" */;
623+
package = 2810C9512B63652A00BCE94C /* XCRemoteSwiftPackageReference "web3auth-swift-sdk" */;
624624
productName = Web3Auth;
625625
};
626626
/* End XCSwiftPackageProductDependency section */

ios/ios-auth0-example/ios-auth0-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
"kind" : "remoteSourceControl",
150150
"location" : "https://github.com/web3auth/web3auth-swift-sdk",
151151
"state" : {
152-
"revision" : "4c00016bed255f91808547eb43241519440686ed",
153-
"version" : "7.4.1"
152+
"revision" : "5de95f8eaa5ca7847c6d93daddc13ce51eb2b1f0",
153+
"version" : "7.5.0"
154154
}
155155
},
156156
{

ios/ios-auth0-example/ios-auth0-example/ViewModel.swift

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ class ViewModel: ObservableObject {
3737
backUpShareFactor: MfaSetting(enable: true, priority: 2),
3838
socialBackupFactor: MfaSetting(enable: true, priority: 3),
3939
passwordFactor: MfaSetting(enable: true, priority: 4)
40-
)
41-
40+
),
41+
// 259200 allows user to stay authenticated for 3 days with Web3Auth.
42+
// Default is 86400, which is 1 day.
43+
sessionTime: 259200
4244
))
4345
await MainActor.run(body: {
4446
if self.web3Auth?.state != nil {

ios/ios-firebase-example/ios-firebase-example.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
repositoryURL = "https://github.com/web3auth/web3auth-swift-sdk";
629629
requirement = {
630630
kind = upToNextMajorVersion;
631-
minimumVersion = 7.4.1;
631+
minimumVersion = 7.5.0;
632632
};
633633
};
634634
/* End XCRemoteSwiftPackageReference section */

ios/ios-firebase-example/ios-firebase-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@
257257
"kind" : "remoteSourceControl",
258258
"location" : "https://github.com/web3auth/web3auth-swift-sdk",
259259
"state" : {
260-
"revision" : "4c00016bed255f91808547eb43241519440686ed",
261-
"version" : "7.4.1"
260+
"revision" : "5de95f8eaa5ca7847c6d93daddc13ce51eb2b1f0",
261+
"version" : "7.5.0"
262262
}
263263
},
264264
{

ios/ios-firebase-example/ios-firebase-example/ViewModel.swift

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ class ViewModel: ObservableObject {
3939
backUpShareFactor: MfaSetting(enable: true, priority: 2),
4040
socialBackupFactor: MfaSetting(enable: true, priority: 3),
4141
passwordFactor: MfaSetting(enable: true, priority: 4)
42-
)
42+
),
43+
// 259200 allows user to stay authenticated for 3 days with Web3Auth.
44+
// Default is 86400, which is 1 day.
45+
sessionTime: 259200
4346
))
4447
await MainActor.run(body: {
4548
if self.web3Auth?.state != nil {

ios/ios-quick-start/ios-example.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
repositoryURL = "https://github.com/web3auth/web3auth-swift-sdk";
605605
requirement = {
606606
kind = upToNextMajorVersion;
607-
minimumVersion = 7.2.0;
607+
minimumVersion = 7.5.0;
608608
};
609609
};
610610
/* End XCRemoteSwiftPackageReference section */

ios/ios-quick-start/ios-example.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
"kind" : "remoteSourceControl",
150150
"location" : "https://github.com/web3auth/web3auth-swift-sdk",
151151
"state" : {
152-
"revision" : "4c00016bed255f91808547eb43241519440686ed",
153-
"version" : "7.4.1"
152+
"revision" : "5de95f8eaa5ca7847c6d93daddc13ce51eb2b1f0",
153+
"version" : "7.5.0"
154154
}
155155
},
156156
{

0 commit comments

Comments
 (0)