From e4e38eb7e3a473cf1c349b2d5753323e9f39220c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hor=C3=A1cio=20Com=C3=A9?= Date: Wed, 20 Dec 2023 16:16:04 +0000 Subject: [PATCH] securing api keys by removing from VCS and using cmake on android to make harder to unveil the key by reverse engineering --- iosApp/iosApp/ContentView.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/iosApp/iosApp/ContentView.swift b/iosApp/iosApp/ContentView.swift index 5dbd3d5..04fd537 100644 --- a/iosApp/iosApp/ContentView.swift +++ b/iosApp/iosApp/ContentView.swift @@ -1,3 +1,11 @@ +// +// SecurityKeyLibrary.swift +// iosApp +// +// Created by Horácio Comé on 20/12/2023. +// Copyright © 2023 orgName. All rights reserved. +// + import UIKit import SwiftUI import shared