Skip to content

Commit

Permalink
securing api keys by removing from VCS and using cmake on android to …
Browse files Browse the repository at this point in the history
…make harder to unveil the key by reverse engineering
  • Loading branch information
Horácio Comé committed Dec 20, 2023
1 parent b2abda2 commit e4e38eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions iosApp/iosApp/ContentView.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e4e38eb

Please sign in to comment.