diff --git a/index.html b/index.html index 6968308..2e88452 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Snakkimo diff --git a/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 81a371c..e252ad1 100644 --- a/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -9,6 +9,15 @@ "revision" : "44ae2505f54a80c5e559533950886d0644fc2fca", "version" : "8.4.0" } + }, + { + "identity" : "swiftkeychainwrapper", + "kind" : "remoteSourceControl", + "location" : "https://github.com/jrendel/SwiftKeychainWrapper.git", + "state" : { + "revision" : "185a3165346a03767101c4f62e9a545a0fe0530f", + "version" : "4.0.1" + } } ], "version" : 3 diff --git a/ios/App/CapApp-SPM/Package.swift b/ios/App/CapApp-SPM/Package.swift index a2f6c96..bf3c70e 100644 --- a/ios/App/CapApp-SPM/Package.swift +++ b/ios/App/CapApp-SPM/Package.swift @@ -11,14 +11,16 @@ let package = Package( targets: ["CapApp-SPM"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.4.0") + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.4.0"), + .package(name: "CapacitorSecureStoragePlugin", path: "../../../node_modules/capacitor-secure-storage-plugin") ], targets: [ .target( name: "CapApp-SPM", dependencies: [ .product(name: "Capacitor", package: "capacitor-swift-pm"), - .product(name: "Cordova", package: "capacitor-swift-pm") + .product(name: "Cordova", package: "capacitor-swift-pm"), + .product(name: "CapacitorSecureStoragePlugin", package: "CapacitorSecureStoragePlugin") ] ) ] diff --git a/src/index.css b/src/index.css index c9d3eb1..a6b8773 100644 --- a/src/index.css +++ b/src/index.css @@ -74,6 +74,9 @@ html { inset: 0; overflow: hidden; overscroll-behavior: none; + -webkit-text-size-adjust: 100%; + text-size-adjust: 100%; + touch-action: manipulation; } body {