-
Notifications
You must be signed in to change notification settings - Fork 4
Basic setup, not secured
Efra Espada edited this page Jan 20, 2024
·
2 revisions
Remember that this tutorial allows you to implement the dependency in a basic way, so the encryption keys are public and your resources may be compromised.
dependencies:
stringcare: ^0.1.1 # android ios linux macos web windows
Due to some limitations when adding the C++ file to the iOS and macOS runner targets you need to clone the repository.
Add the C++ file to the Runner
targets.
You can locate the stringcare.cpp
file in your cloned repository:
stringcare/ios/Classes/stringcare.cpp
If XCode ask for include the Runner-Bridging-Header.h
file to the project, do it.