6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 776ae4bc
Changed files
comwell_key_app/assets/translations/en-US.json | 2 +- .../Target Support Files/BerTlv/BerTlv-Info.plist | 26 ---------------- .../Target Support Files/BerTlv/BerTlv-dummy.m | 5 ---- .../Target Support Files/BerTlv/BerTlv-prefix.pch | 12 -------- .../Target Support Files/BerTlv/BerTlv-umbrella.h | 24 --------------- .../BerTlv/BerTlv.debug.xcconfig | 12 -------- .../Target Support Files/BerTlv/BerTlv.modulemap | 6 ---- .../BerTlv/BerTlv.release.xcconfig | 12 -------- .../CocoaLumberjack/CocoaLumberjack-Info.plist | 26 ---------------- .../CocoaLumberjack/CocoaLumberjack-dummy.m | 5 ---- .../CocoaLumberjack/CocoaLumberjack-prefix.pch | 12 -------- .../CocoaLumberjack/CocoaLumberjack-umbrella.h | 35 ---------------------- .../CocoaLumberjack/CocoaLumberjack.debug.xcconfig | 12 -------- .../CocoaLumberjack/CocoaLumberjack.modulemap | 6 ---- .../CocoaLumberjack.release.xcconfig | 12 -------- ...coaLumberjackPrivacy-CocoaLumberjack-Info.plist | 24 --------------- .../JSONModel/JSONModel-Info.plist | 26 ---------------- .../JSONModel/JSONModel-dummy.m | 5 ---- .../JSONModel/JSONModel-prefix.pch | 12 -------- .../JSONModel/JSONModel-umbrella.h | 25 ---------------- .../JSONModel/JSONModel.debug.xcconfig | 12 -------- .../JSONModel/JSONModel.modulemap | 6 ---- .../JSONModel/JSONModel.release.xcconfig | 12 -------- ...splash_privacy-flutter_native_splash-Info.plist | 24 --------------- .../flutter_native_splash-Info.plist | 26 ---------------- .../flutter_native_splash-dummy.m | 5 ---- .../flutter_native_splash-prefix.pch | 12 -------- .../flutter_native_splash-umbrella.h | 17 ----------- .../flutter_native_splash.debug.xcconfig | 14 --------- .../flutter_native_splash.modulemap | 6 ---- .../flutter_native_splash.release.xcconfig | 14 --------- ...ion_privacy-path_provider_foundation-Info.plist | 24 --------------- .../path_provider_foundation-Info.plist | 26 ---------------- .../path_provider_foundation-dummy.m | 5 ---- .../path_provider_foundation-prefix.pch | 12 -------- .../path_provider_foundation-umbrella.h | 16 ---------- .../path_provider_foundation.debug.xcconfig | 15 ---------- .../path_provider_foundation.modulemap | 6 ---- .../path_provider_foundation.release.xcconfig | 15 ---------- .../seos_mobile_keys_plugin-Info.plist | 26 ---------------- .../seos_mobile_keys_plugin-dummy.m | 5 ---- .../seos_mobile_keys_plugin-prefix.pch | 12 -------- .../seos_mobile_keys_plugin-umbrella.h | 16 ---------- .../seos_mobile_keys_plugin.debug.xcconfig | 18 ----------- .../seos_mobile_keys_plugin.modulemap | 6 ---- .../seos_mobile_keys_plugin.release.xcconfig | 18 ----------- ...rivacy-shared_preferences_foundation-Info.plist | 24 --------------- .../shared_preferences_foundation-Info.plist | 26 ---------------- .../shared_preferences_foundation-dummy.m | 5 ---- .../shared_preferences_foundation-prefix.pch | 12 -------- .../shared_preferences_foundation-umbrella.h | 16 ---------- .../shared_preferences_foundation.debug.xcconfig | 16 ---------- .../shared_preferences_foundation.modulemap | 6 ---- .../shared_preferences_foundation.release.xcconfig | 16 ---------- .../ios/Runner.xcodeproj/project.pbxproj | 32 +++++++++----------- .../xcshareddata/xcschemes/Runner.xcscheme | 20 +++++++++++++ .../xcshareddata/xcschemes/develop.xcscheme | 20 +++++++++++++ comwell_key_app/pubspec.yaml | 17 +++++------ 58 files changed, 63 insertions(+), 814 deletions(-)
Diff
diff --git a/comwell_key_app/assets/translations/en-US.json b/comwell_key_app/assets/translations/en-US.json
index e30068e7..308c9c5d 100644
--- a/comwell_key_app/assets/translations/en-US.json
+++ b/comwell_key_app/assets/translations/en-US.json
@@ -18,7 +18,7 @@
"try_again": "Try again",
"room_key_description": "This is your room key",
"login_button": "Login",
- "create_user_button": "create new user",
+ "create_user_button": "Create new user",
"profile_settings_profile_menu": "Profile settings",
"payment_card_profile_menu": "Payment card",
"notifications_profile_menu": "Notifications",
diff --git a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-Info.plist
deleted file mode 100644
index 90d95411..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>0.2.5</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>${CURRENT_PROJECT_VERSION}</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-dummy.m b/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-dummy.m
deleted file mode 100644
index ee88d398..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import <Foundation/Foundation.h>
-@interface PodsDummy_BerTlv : NSObject
-@end
-@implementation PodsDummy_BerTlv
-@end
diff --git a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-prefix.pch b/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-umbrella.h b/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-umbrella.h
deleted file mode 100644
index a5ad883e..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv-umbrella.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-#import "BerTag.h"
-#import "BerTlv.h"
-#import "BerTlvBuilder.h"
-#import "BerTlvErrors.h"
-#import "BerTlvParser.h"
-#import "BerTlvs.h"
-#import "BerTlvUmbrella.h"
-#import "HexUtil.h"
-
-FOUNDATION_EXPORT double BerTlvVersionNumber;
-FOUNDATION_EXPORT const unsigned char BerTlvVersionString[];
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv.debug.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv.debug.xcconfig
deleted file mode 100644
index 6fcaccd1..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv.debug.xcconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BerTlv
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/BerTlv
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv.modulemap b/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv.modulemap
deleted file mode 100644
index 639e41a1..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module BerTlv {
- umbrella header "BerTlv-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv.release.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv.release.xcconfig
deleted file mode 100644
index 6fcaccd1..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/BerTlv/BerTlv.release.xcconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/BerTlv
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/BerTlv
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-Info.plist
deleted file mode 100644
index 410a9c85..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>3.8.5</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>${CURRENT_PROJECT_VERSION}</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-dummy.m b/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-dummy.m
deleted file mode 100644
index 2f752937..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import <Foundation/Foundation.h>
-@interface PodsDummy_CocoaLumberjack : NSObject
-@end
-@implementation PodsDummy_CocoaLumberjack
-@end
diff --git a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-prefix.pch b/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h b/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h
deleted file mode 100644
index 8c503ef3..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h
+++ /dev/null
@@ -1,35 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-#import "CLIColor.h"
-#import "DDAbstractDatabaseLogger.h"
-#import "DDASLLogCapture.h"
-#import "DDASLLogger.h"
-#import "DDAssertMacros.h"
-#import "DDContextFilterLogFormatter+Deprecated.h"
-#import "DDContextFilterLogFormatter.h"
-#import "DDDispatchQueueLogFormatter.h"
-#import "DDFileLogger+Buffering.h"
-#import "DDFileLogger.h"
-#import "DDLog+LOGV.h"
-#import "DDLog.h"
-#import "DDLoggerNames.h"
-#import "DDLogMacros.h"
-#import "DDMultiFormatter.h"
-#import "DDOSLogger.h"
-#import "DDTTYLogger.h"
-#import "CocoaLumberjack.h"
-#import "DDLegacyMacros.h"
-
-FOUNDATION_EXPORT double CocoaLumberjackVersionNumber;
-FOUNDATION_EXPORT const unsigned char CocoaLumberjackVersionString[];
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.debug.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.debug.xcconfig
deleted file mode 100644
index f24a1b48..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.debug.xcconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/CocoaLumberjack
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.modulemap b/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.modulemap
deleted file mode 100644
index 714e390c..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module CocoaLumberjack {
- umbrella header "CocoaLumberjack-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.release.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.release.xcconfig
deleted file mode 100644
index f24a1b48..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack.release.xcconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/CocoaLumberjack
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist
deleted file mode 100644
index 06dfe5f3..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/CocoaLumberjack/ResourceBundle-CocoaLumberjackPrivacy-CocoaLumberjack-Info.plist
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>BNDL</string>
- <key>CFBundleShortVersionString</key>
- <string>3.8.5</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-Info.plist
deleted file mode 100644
index fdebf4c2..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>1.8.0</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>${CURRENT_PROJECT_VERSION}</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-dummy.m b/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-dummy.m
deleted file mode 100644
index a968b128..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import <Foundation/Foundation.h>
-@interface PodsDummy_JSONModel : NSObject
-@end
-@implementation PodsDummy_JSONModel
-@end
diff --git a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-prefix.pch b/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-umbrella.h b/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-umbrella.h
deleted file mode 100644
index a6ea263a..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel-umbrella.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-#import "JSONModel.h"
-#import "JSONModelClassProperty.h"
-#import "JSONModelError.h"
-#import "JSONModelLib.h"
-#import "JSONAPI.h"
-#import "JSONHTTPClient.h"
-#import "JSONModel+networking.h"
-#import "JSONKeyMapper.h"
-#import "JSONValueTransformer.h"
-
-FOUNDATION_EXPORT double JSONModelVersionNumber;
-FOUNDATION_EXPORT const unsigned char JSONModelVersionString[];
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel.debug.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel.debug.xcconfig
deleted file mode 100644
index 26fe8b04..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel.debug.xcconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JSONModel
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/JSONModel
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel.modulemap b/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel.modulemap
deleted file mode 100644
index ab6c3cb1..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module JSONModel {
- umbrella header "JSONModel-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel.release.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel.release.xcconfig
deleted file mode 100644
index 26fe8b04..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/JSONModel/JSONModel.release.xcconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JSONModel
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/JSONModel
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/ResourceBundle-flutter_native_splash_privacy-flutter_native_splash-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/ResourceBundle-flutter_native_splash_privacy-flutter_native_splash-Info.plist
deleted file mode 100644
index 4e3b541b..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/ResourceBundle-flutter_native_splash_privacy-flutter_native_splash-Info.plist
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>BNDL</string>
- <key>CFBundleShortVersionString</key>
- <string>2.4.3</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-Info.plist
deleted file mode 100644
index 746c5fff..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>2.4.3</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>${CURRENT_PROJECT_VERSION}</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-dummy.m b/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-dummy.m
deleted file mode 100644
index 433aa662..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import <Foundation/Foundation.h>
-@interface PodsDummy_flutter_native_splash : NSObject
-@end
-@implementation PodsDummy_flutter_native_splash
-@end
diff --git a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-prefix.pch b/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-umbrella.h b/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-umbrella.h
deleted file mode 100644
index 7c357eb6..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash-umbrella.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-#import "FlutterNativeSplashPlugin.h"
-
-FOUNDATION_EXPORT double flutter_native_splashVersionNumber;
-FOUNDATION_EXPORT const unsigned char flutter_native_splashVersionString[];
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash.debug.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash.debug.xcconfig
deleted file mode 100644
index 510a3026..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash.debug.xcconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/flutter_native_splash
-DEFINES_MODULE = YES
-EXCLUDED_ARCHS[sdk=iphonesimulator*] = i386
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.symlinks/plugins/flutter_native_splash/ios
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash.modulemap b/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash.modulemap
deleted file mode 100644
index 162d767b..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module flutter_native_splash {
- umbrella header "flutter_native_splash-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash.release.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash.release.xcconfig
deleted file mode 100644
index 510a3026..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/flutter_native_splash/flutter_native_splash.release.xcconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/flutter_native_splash
-DEFINES_MODULE = YES
-EXCLUDED_ARCHS[sdk=iphonesimulator*] = i386
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.symlinks/plugins/flutter_native_splash/ios
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/ResourceBundle-path_provider_foundation_privacy-path_provider_foundation-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/ResourceBundle-path_provider_foundation_privacy-path_provider_foundation-Info.plist
deleted file mode 100644
index e22a9aaa..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/ResourceBundle-path_provider_foundation_privacy-path_provider_foundation-Info.plist
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>BNDL</string>
- <key>CFBundleShortVersionString</key>
- <string>0.0.1</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-Info.plist
deleted file mode 100644
index 8928a8d9..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>0.0.1</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>${CURRENT_PROJECT_VERSION}</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-dummy.m b/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-dummy.m
deleted file mode 100644
index ef3b0d0f..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import <Foundation/Foundation.h>
-@interface PodsDummy_path_provider_foundation : NSObject
-@end
-@implementation PodsDummy_path_provider_foundation
-@end
diff --git a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-prefix.pch b/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-umbrella.h b/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-umbrella.h
deleted file mode 100644
index f62757e6..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation-umbrella.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-
-FOUNDATION_EXPORT double path_provider_foundationVersionNumber;
-FOUNDATION_EXPORT const unsigned char path_provider_foundationVersionString[];
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation.debug.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation.debug.xcconfig
deleted file mode 100644
index fd8f671e..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation.debug.xcconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/path_provider_foundation
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift
-LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.symlinks/plugins/path_provider_foundation/darwin
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation.modulemap b/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation.modulemap
deleted file mode 100644
index 0b19b5ee..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module path_provider_foundation {
- umbrella header "path_provider_foundation-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation.release.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation.release.xcconfig
deleted file mode 100644
index fd8f671e..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/path_provider_foundation/path_provider_foundation.release.xcconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/path_provider_foundation
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift
-LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.symlinks/plugins/path_provider_foundation/darwin
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-Info.plist
deleted file mode 100644
index 8928a8d9..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>0.0.1</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>${CURRENT_PROJECT_VERSION}</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-dummy.m b/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-dummy.m
deleted file mode 100644
index 81cc4274..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import <Foundation/Foundation.h>
-@interface PodsDummy_seos_mobile_keys_plugin : NSObject
-@end
-@implementation PodsDummy_seos_mobile_keys_plugin
-@end
diff --git a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-prefix.pch b/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-umbrella.h b/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-umbrella.h
deleted file mode 100644
index 2d49216f..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin-umbrella.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-
-FOUNDATION_EXPORT double seos_mobile_keys_pluginVersionNumber;
-FOUNDATION_EXPORT const unsigned char seos_mobile_keys_pluginVersionString[];
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin.debug.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin.debug.xcconfig
deleted file mode 100644
index 44df8184..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin.debug.xcconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/seos_mobile_keys_plugin
-DEFINES_MODULE = YES
-EXCLUDED_ARCHS[sdk=iphonesimulator*] = i386
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BerTlv" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/JSONModel"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
-OTHER_LDFLAGS = $(inherited) -framework "BerTlv" -framework "CocoaLumberjack" -framework "JSONModel" -framework "SeosMobileKeysSDK"
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.symlinks/plugins/seos_mobile_keys_plugin/ios
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin.modulemap b/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin.modulemap
deleted file mode 100644
index 118ca03f..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module seos_mobile_keys_plugin {
- umbrella header "seos_mobile_keys_plugin-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin.release.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin.release.xcconfig
deleted file mode 100644
index 44df8184..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/seos_mobile_keys_plugin/seos_mobile_keys_plugin.release.xcconfig
+++ /dev/null
@@ -1,18 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/seos_mobile_keys_plugin
-DEFINES_MODULE = YES
-EXCLUDED_ARCHS[sdk=iphonesimulator*] = i386
-FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/BerTlv" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/JSONModel"
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift
-OTHER_LDFLAGS = $(inherited) -framework "BerTlv" -framework "CocoaLumberjack" -framework "JSONModel" -framework "SeosMobileKeysSDK"
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.symlinks/plugins/seos_mobile_keys_plugin/ios
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/ResourceBundle-shared_preferences_foundation_privacy-shared_preferences_foundation-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/ResourceBundle-shared_preferences_foundation_privacy-shared_preferences_foundation-Info.plist
deleted file mode 100644
index e22a9aaa..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/ResourceBundle-shared_preferences_foundation_privacy-shared_preferences_foundation-Info.plist
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>BNDL</string>
- <key>CFBundleShortVersionString</key>
- <string>0.0.1</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-Info.plist b/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-Info.plist
deleted file mode 100644
index 8928a8d9..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-Info.plist
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>${PODS_DEVELOPMENT_LANGUAGE}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>FMWK</string>
- <key>CFBundleShortVersionString</key>
- <string>0.0.1</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>${CURRENT_PROJECT_VERSION}</string>
- <key>NSPrincipalClass</key>
- <string></string>
-</dict>
-</plist>
diff --git a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-dummy.m b/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-dummy.m
deleted file mode 100644
index afd34565..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-dummy.m
+++ /dev/null
@@ -1,5 +0,0 @@
-#import <Foundation/Foundation.h>
-@interface PodsDummy_shared_preferences_foundation : NSObject
-@end
-@implementation PodsDummy_shared_preferences_foundation
-@end
diff --git a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-prefix.pch b/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-prefix.pch
deleted file mode 100644
index beb2a244..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-prefix.pch
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-umbrella.h b/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-umbrella.h
deleted file mode 100644
index 68ea6b47..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation-umbrella.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifdef __OBJC__
-#import <UIKit/UIKit.h>
-#else
-#ifndef FOUNDATION_EXPORT
-#if defined(__cplusplus)
-#define FOUNDATION_EXPORT extern "C"
-#else
-#define FOUNDATION_EXPORT extern
-#endif
-#endif
-#endif
-
-
-FOUNDATION_EXPORT double shared_preferences_foundationVersionNumber;
-FOUNDATION_EXPORT const unsigned char shared_preferences_foundationVersionString[];
-
diff --git a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation.debug.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation.debug.xcconfig
deleted file mode 100644
index 7fe9e5ee..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation.debug.xcconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/shared_preferences_foundation
-DEFINES_MODULE = YES
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift
-LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.symlinks/plugins/shared_preferences_foundation/darwin
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation.modulemap b/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation.modulemap
deleted file mode 100644
index 3dcec75c..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation.modulemap
+++ /dev/null
@@ -1,6 +0,0 @@
-framework module shared_preferences_foundation {
- umbrella header "shared_preferences_foundation-umbrella.h"
-
- export *
- module * { export * }
-}
diff --git a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation.release.xcconfig b/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation.release.xcconfig
deleted file mode 100644
index 7fe9e5ee..00000000
--- a/comwell_key_app/ios/Pods/Target Support Files/shared_preferences_foundation/shared_preferences_foundation.release.xcconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
-CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/shared_preferences_foundation
-DEFINES_MODULE = YES
-GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
-LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift
-LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)/ $(SDKROOT)/usr/lib/swift
-OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS
-PODS_BUILD_DIR = ${BUILD_DIR}
-PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
-PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE}
-PODS_ROOT = ${SRCROOT}
-PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.symlinks/plugins/shared_preferences_foundation/darwin
-PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates
-PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier}
-SKIP_INSTALL = YES
-USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
diff --git a/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj b/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj
index 4d72f6ad..ad546046 100644
--- a/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj
+++ b/comwell_key_app/ios/Runner.xcodeproj/project.pbxproj
@@ -10,9 +10,8 @@
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
60BC597D2DEF216C00031449 /* seos-mobile-keys-plugin in Frameworks */ = {isa = PBXBuildFile; productRef = 60BC597C2DEF216C00031449 /* seos-mobile-keys-plugin */; };
- 60E2CAAC2C11BC6300B7206F /* SeosMobileKeysSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 60E2CA932C11B89C00B7206F /* SeosMobileKeysSDK.xcframework */; };
- 60E2CAAD2C11BC6300B7206F /* SeosMobileKeysSDK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 60E2CA932C11B89C00B7206F /* SeosMobileKeysSDK.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
+ 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
95F88EFF99B226A52E9957A4 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57B4780D9147B6DF08C495B2 /* Pods_Runner.framework */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -20,20 +19,6 @@
F71C88C09C9983F9B0E19022 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5DF394EBD14723E019294B07 /* GoogleService-Info.plist */; };
/* End PBXBuildFile section */
-/* Begin PBXCopyFilesBuildPhase section */
- 60E2CAAE2C11BC6300B7206F /* Embed Frameworks */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "";
- dstSubfolderSpec = 10;
- files = (
- 60E2CAAD2C11BC6300B7206F /* SeosMobileKeysSDK.xcframework in Embed Frameworks */,
- );
- name = "Embed Frameworks";
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXCopyFilesBuildPhase section */
-
/* Begin PBXFileReference section */
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
@@ -69,7 +54,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 60E2CAAC2C11BC6300B7206F /* SeosMobileKeysSDK.xcframework in Frameworks */,
+ 78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */,
60BC597D2DEF216C00031449 /* seos-mobile-keys-plugin in Frameworks */,
95F88EFF99B226A52E9957A4 /* Pods_Runner.framework in Frameworks */,
);
@@ -163,7 +148,6 @@
97C146EA1CF9000F007C117D /* Sources */,
97C146EB1CF9000F007C117D /* Frameworks */,
97C146EC1CF9000F007C117D /* Resources */,
- 60E2CAAE2C11BC6300B7206F /* Embed Frameworks */,
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
60A3A0652C6E297E0034E2D1 /* ShellScript */,
FA6E6FAC2B9ED1B9005DB4C1 /* Remove Duplicate Signature */,
@@ -176,6 +160,9 @@
dependencies = (
);
name = Runner;
+ packageProductDependencies = (
+ 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */,
+ );
productName = Runner;
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
productType = "com.apple.product-type.application";
@@ -205,6 +192,7 @@
);
mainGroup = 97C146E51CF9000F007C117D;
packageReferences = (
+ 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */,
60BC597B2DEF216C00031449 /* XCLocalSwiftPackageReference "../../mobilekeys_sdk_plugin/ios/seos_mobile_keys_plugin" */,
);
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
@@ -1182,6 +1170,10 @@
isa = XCLocalSwiftPackageReference;
relativePath = ../../mobilekeys_sdk_plugin/ios/seos_mobile_keys_plugin;
};
+ 781AD8BC2B33823900A9FFBB /* XCLocalSwiftPackageReference "Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage" */ = {
+ isa = XCLocalSwiftPackageReference;
+ relativePath = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage;
+ };
/* End XCLocalSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
@@ -1189,6 +1181,10 @@
isa = XCSwiftPackageProductDependency;
productName = "seos-mobile-keys-plugin";
};
+ 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */ = {
+ isa = XCSwiftPackageProductDependency;
+ productName = FlutterGeneratedPluginSwiftPackage;
+ };
/* End XCSwiftPackageProductDependency section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
diff --git a/comwell_key_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/comwell_key_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
index c53e2b31..5db441f5 100644
--- a/comwell_key_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+++ b/comwell_key_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -5,6 +5,24 @@
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
+ <PreActions>
+ <ExecutionAction
+ ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
+ <ActionContent
+ title = "Run Prepare Flutter Framework Script"
+ scriptText = "/bin/sh "$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh" prepare ">
+ <EnvironmentBuildable>
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+ BuildableName = "Runner.app"
+ BlueprintName = "Runner"
+ ReferencedContainer = "container:Runner.xcodeproj">
+ </BuildableReference>
+ </EnvironmentBuildable>
+ </ActionContent>
+ </ExecutionAction>
+ </PreActions>
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
@@ -26,6 +44,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
@@ -43,6 +62,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
diff --git a/comwell_key_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/develop.xcscheme b/comwell_key_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/develop.xcscheme
index 510d5e7c..8e45ec95 100644
--- a/comwell_key_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/develop.xcscheme
+++ b/comwell_key_app/ios/Runner.xcodeproj/xcshareddata/xcschemes/develop.xcscheme
@@ -6,6 +6,24 @@
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES"
buildArchitectures = "Automatic">
+ <PreActions>
+ <ExecutionAction
+ ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
+ <ActionContent
+ title = "Run Prepare Flutter Framework Script"
+ scriptText = "/bin/sh "$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh" prepare ">
+ <EnvironmentBuildable>
+ <BuildableReference
+ BuildableIdentifier = "primary"
+ BlueprintIdentifier = "97C146ED1CF9000F007C117D"
+ BuildableName = "Runner.app"
+ BlueprintName = "Runner"
+ ReferencedContainer = "container:Runner.xcodeproj">
+ </BuildableReference>
+ </EnvironmentBuildable>
+ </ActionContent>
+ </ExecutionAction>
+ </PreActions>
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
@@ -36,6 +54,7 @@
buildConfiguration = "Debug-develop"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</TestAction>
@@ -43,6 +62,7 @@
buildConfiguration = "Debug-develop"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
diff --git a/comwell_key_app/pubspec.yaml b/comwell_key_app/pubspec.yaml
index 1da519fd..fc79e77f 100644
--- a/comwell_key_app/pubspec.yaml
+++ b/comwell_key_app/pubspec.yaml
@@ -104,15 +104,14 @@ flutter:
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
- fonts:
- - family: Fellix
- fonts:
- - asset: assets/fonts/Fellix-Bold.ttf
- - asset: assets/fonts/Fellix-Bold.ttf
- - asset: assets/fonts/Fellix-Regular.ttf
- - asset: assets/fonts/Fellix-Regular.ttf
- - asset: assets/fonts/Fellix-SemiBold.ttf
- - asset: assets/fonts/Fellix-SemiBold.ttf
+ #fonts:
+ # - family: Fellix
+ # fonts:
+ # - asset: assets/fonts/Fellix-Bold.ttf
+ # - asset: assets/fonts/Fellix-Regular.ttf
+ # - asset: assets/fonts/Fellix-Regular.ttf
+ # - asset: assets/fonts/Fellix-SemiBold.ttf
+ # - asset: assets/fonts/Fellix-SemiBold.ttf
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf