25-2/24/1

This commit is contained in:
Hamza-Ayed
2025-03-16 18:07:32 +03:00
parent a07a1b10ea
commit 6e77dec65f
5 changed files with 48 additions and 0 deletions

12
ios/Runner/Config.plist Normal file
View File

@@ -0,0 +1,12 @@
<?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">
<!--
Config.plist
Runner
Created by Hamza Aleghwairyeen on 16/03/2025.
Copyright (c) 2025 . All rights reserved.
-->
<plist version="1.0">
<dict/>
</plist>

View File

@@ -0,0 +1,8 @@
//
// Constants1.swift
// Runner
//
// Created by Hamza Aleghwairyeen on 16/03/2025.
//
import Foundation

View File

@@ -0,0 +1,8 @@
//
// KeychainHelper.swift
// Runner
//
// Created by Hamza Aleghwairyeen on 16/03/2025.
//
import Foundation

View File

@@ -0,0 +1,12 @@
//
// SecurityChecks.h
// Runner
//
// Created by Hamza Aleghwairyeen on 16/03/2025.
//
#ifndef SecurityChecks_h
#define SecurityChecks_h
#endif /* SecurityChecks_h */

View File

@@ -0,0 +1,8 @@
//
// SecurityChecks.m
// Runner
//
// Created by Hamza Aleghwairyeen on 16/03/2025.
//
#import <Foundation/Foundation.h>