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