forked from simplex-chat/simplex-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from simplex-chat/stable
UNIFY SIMPLEX to NOSTR
- Loading branch information
Showing
475 changed files
with
41,326 additions
and
17,347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,12 +124,12 @@ jobs: | |
run: | | ||
echo "ignore-project: False" >> cabal.project.local | ||
echo "package simplexmq" >> cabal.project.local | ||
echo " extra-include-dirs: /opt/homebrew/opt/openssl@1.1/include" >> cabal.project.local | ||
echo " extra-lib-dirs: /opt/homebrew/opt/openssl@1.1/lib" >> cabal.project.local | ||
echo " extra-include-dirs: /opt/homebrew/opt/openssl@3.0/include" >> cabal.project.local | ||
echo " extra-lib-dirs: /opt/homebrew/opt/openssl@3.0/lib" >> cabal.project.local | ||
echo "" >> cabal.project.local | ||
echo "package direct-sqlcipher" >> cabal.project.local | ||
echo " extra-include-dirs: /opt/homebrew/opt/openssl@1.1/include" >> cabal.project.local | ||
echo " extra-lib-dirs: /opt/homebrew/opt/openssl@1.1/lib" >> cabal.project.local | ||
echo " extra-include-dirs: /opt/homebrew/opt/openssl@3.0/include" >> cabal.project.local | ||
echo " extra-lib-dirs: /opt/homebrew/opt/openssl@3.0/lib" >> cabal.project.local | ||
echo " flags: +openssl" >> cabal.project.local | ||
- name: Unix prepare cabal.project.local for Mac | ||
|
@@ -138,21 +138,21 @@ jobs: | |
run: | | ||
echo "ignore-project: False" >> cabal.project.local | ||
echo "package simplexmq" >> cabal.project.local | ||
echo " extra-include-dirs: /usr/local/opt/openssl@1.1/include" >> cabal.project.local | ||
echo " extra-lib-dirs: /usr/local/opt/openssl@1.1/lib" >> cabal.project.local | ||
echo " extra-include-dirs: /usr/local/opt/openssl@3.0/include" >> cabal.project.local | ||
echo " extra-lib-dirs: /usr/local/opt/openssl@3.0/lib" >> cabal.project.local | ||
echo "" >> cabal.project.local | ||
echo "package direct-sqlcipher" >> cabal.project.local | ||
echo " extra-include-dirs: /usr/local/opt/openssl@1.1/include" >> cabal.project.local | ||
echo " extra-lib-dirs: /usr/local/opt/openssl@1.1/lib" >> cabal.project.local | ||
echo " extra-include-dirs: /usr/local/opt/openssl@3.0/include" >> cabal.project.local | ||
echo " extra-lib-dirs: /usr/local/opt/openssl@3.0/lib" >> cabal.project.local | ||
echo " flags: +openssl" >> cabal.project.local | ||
- name: Install AppImage dependencies | ||
if: startsWith(github.ref, 'refs/tags/v') && matrix.asset_name && matrix.os == 'ubuntu-20.04' | ||
run: sudo apt install -y desktop-file-utils | ||
|
||
- name: Install pkg-config for Mac | ||
- name: Install openssl for Mac | ||
if: matrix.os == 'macos-latest' || matrix.os == 'macos-13' | ||
run: brew install pkg-config | ||
run: brew install [email protected] | ||
|
||
- name: Unix prepare cabal.project.local for Ubuntu | ||
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-22.04' | ||
|
@@ -334,7 +334,7 @@ jobs: | |
run: | | ||
export PATH=$PATH:/c/ghcup/bin:$(echo /c/tools/ghc-*/bin || echo) | ||
scripts/desktop/prepare-openssl-windows.sh | ||
openssl_windows_style_path=$(echo `pwd`/dist-newstyle/openssl-1.1.1w | sed 's#/\([a-zA-Z]\)#\1:#' | sed 's#/#\\#g') | ||
openssl_windows_style_path=$(echo `pwd`/dist-newstyle/openssl-3.0.15 | sed 's#/\([a-zA-Z]\)#\1:#' | sed 's#/#\\#g') | ||
rm cabal.project.local 2>/dev/null || true | ||
echo "ignore-project: False" >> cabal.project.local | ||
echo "package direct-sqlcipher" >> cabal.project.local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
- blog/** | ||
- docs/** | ||
- .github/workflows/web.yml | ||
- PRIVACY.md | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
apps/ios/Shared/Assets.xcassets/flux_logo-light.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Flux_logo_blue_white.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+33.1 KB
apps/ios/Shared/Assets.xcassets/flux_logo-light.imageset/Flux_logo_blue_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions
21
apps/ios/Shared/Assets.xcassets/flux_logo.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Flux_logo_blue.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+34.1 KB
apps/ios/Shared/Assets.xcassets/flux_logo.imageset/Flux_logo_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions
21
apps/ios/Shared/Assets.xcassets/flux_logo_symbol.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Flux_symbol_blue-white.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+16.8 KB
...ios/Shared/Assets.xcassets/flux_logo_symbol.imageset/Flux_symbol_blue-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.