From 6e77dec65fc73a732018eca123a2b1c99fcd61f5 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sun, 16 Mar 2025 18:07:32 +0300 Subject: [PATCH] 25-2/24/1 --- ios/Runner/Config.plist | 12 ++++++++++++ ios/Runner/Constants1.swift | 8 ++++++++ ios/Runner/KeychainHelper.swift | 8 ++++++++ ios/Runner/SecurityChecks.h | 12 ++++++++++++ ios/Runner/SecurityChecks.m | 8 ++++++++ 5 files changed, 48 insertions(+) create mode 100644 ios/Runner/Config.plist create mode 100644 ios/Runner/Constants1.swift create mode 100644 ios/Runner/KeychainHelper.swift create mode 100644 ios/Runner/SecurityChecks.h create mode 100644 ios/Runner/SecurityChecks.m diff --git a/ios/Runner/Config.plist b/ios/Runner/Config.plist new file mode 100644 index 0000000..7781a58 --- /dev/null +++ b/ios/Runner/Config.plist @@ -0,0 +1,12 @@ + + + + + + diff --git a/ios/Runner/Constants1.swift b/ios/Runner/Constants1.swift new file mode 100644 index 0000000..704a451 --- /dev/null +++ b/ios/Runner/Constants1.swift @@ -0,0 +1,8 @@ +// +// Constants1.swift +// Runner +// +// Created by Hamza Aleghwairyeen on 16/03/2025. +// + +import Foundation diff --git a/ios/Runner/KeychainHelper.swift b/ios/Runner/KeychainHelper.swift new file mode 100644 index 0000000..a7418db --- /dev/null +++ b/ios/Runner/KeychainHelper.swift @@ -0,0 +1,8 @@ +// +// KeychainHelper.swift +// Runner +// +// Created by Hamza Aleghwairyeen on 16/03/2025. +// + +import Foundation diff --git a/ios/Runner/SecurityChecks.h b/ios/Runner/SecurityChecks.h new file mode 100644 index 0000000..bc3d287 --- /dev/null +++ b/ios/Runner/SecurityChecks.h @@ -0,0 +1,12 @@ +// +// SecurityChecks.h +// Runner +// +// Created by Hamza Aleghwairyeen on 16/03/2025. +// + +#ifndef SecurityChecks_h +#define SecurityChecks_h + + +#endif /* SecurityChecks_h */ diff --git a/ios/Runner/SecurityChecks.m b/ios/Runner/SecurityChecks.m new file mode 100644 index 0000000..0ab760d --- /dev/null +++ b/ios/Runner/SecurityChecks.m @@ -0,0 +1,8 @@ +// +// SecurityChecks.m +// Runner +// +// Created by Hamza Aleghwairyeen on 16/03/2025. +// + +#import