mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CW-798 Fix macos 15 issues (#1775)
* update flutter to 3.24.3 * bump flutter to 3.24.4, fix all android issues (i hope) * update uni_links path * update sensitive_clipboard * update dependencies * update fast_scanner * update the ref * Update how_to_add_new_wallet_type.md [skip ci] * Update how_to_add_new_wallet_type.md [skip ci] * Update how_to_add_new_wallet_type.md [skip ci] * Update how_to_add_new_wallet_type.md [skip ci] --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
cfe78d4e5f
commit
505ea26533
49 changed files with 841 additions and 714 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
source "$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)/universal_sed.sh"
|
||||
gen_podspec() {
|
||||
ARCH=$1
|
||||
CW_PLUGIN_DIR="`pwd`/../../cw_monero/macos"
|
||||
|
@ -9,7 +9,7 @@ gen_podspec() {
|
|||
DEFAULT_FILE_PATH="${CW_PLUGIN_DIR}/${DEFAULT_FILENAME}"
|
||||
rm -f $DEFAULT_FILE_PATH
|
||||
cp $BASE_FILE_PATH $DEFAULT_FILE_PATH
|
||||
gsed -i "s/#___VALID_ARCHS___#/${ARCH}/g" $DEFAULT_FILE_PATH
|
||||
universal_sed "s/#___VALID_ARCHS___#/${ARCH}/g" $DEFAULT_FILE_PATH
|
||||
}
|
||||
|
||||
gen_project() {
|
||||
|
@ -17,7 +17,7 @@ gen_project() {
|
|||
CW_DIR="`pwd`/../../macos/Runner.xcodeproj"
|
||||
DEFAULT_FILENAME="project.pbxproj"
|
||||
DEFAULT_FILE_PATH="${CW_DIR}/${DEFAULT_FILENAME}"
|
||||
gsed -i "s/ARCHS =.*/ARCHS = \"${ARCH}\";/g" $DEFAULT_FILE_PATH
|
||||
universal_sed "s/ARCHS =.*/ARCHS = \"${ARCH}\";/g" $DEFAULT_FILE_PATH
|
||||
}
|
||||
|
||||
gen() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue