Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
77711e3
Update version to 1.3.2
sosnovsky Mar 19, 2025
b0cf57a
wip
sosnovsky Mar 20, 2025
1cb2355
wip
sosnovsky Mar 28, 2025
f9d6484
wip
sosnovsky Mar 31, 2025
5aabb3b
update to iOS 18.4
sosnovsky Apr 14, 2025
1f338ba
update fastlane
sosnovsky Apr 14, 2025
690bd70
fix fastlane
sosnovsky Apr 14, 2025
b486dd9
wip
sosnovsky Apr 15, 2025
9651536
wip
sosnovsky Apr 16, 2025
763c898
wip
sosnovsky Apr 16, 2025
d3b3473
wip
sosnovsky May 14, 2025
dc57a54
wip
sosnovsky May 14, 2025
2903c3c
wip
sosnovsky May 14, 2025
2e014ed
wip
sosnovsky May 14, 2025
6468f0c
wip
sosnovsky May 14, 2025
6e0a762
wip
sosnovsky May 14, 2025
063354c
wip
sosnovsky May 14, 2025
d275393
wip
sosnovsky May 15, 2025
3441442
wip
sosnovsky May 15, 2025
2ba8fc0
wip
sosnovsky May 15, 2025
47bdcc2
wip
sosnovsky May 15, 2025
bf6891e
wip
sosnovsky May 15, 2025
fbc6cf7
wip
sosnovsky May 15, 2025
2285003
wip
sosnovsky May 16, 2025
f792d23
use xcode 16.2
sosnovsky May 16, 2025
5c9dc5b
wip
sosnovsky May 16, 2025
bd3144f
wip
sosnovsky May 16, 2025
2c81d80
wip
sosnovsky May 16, 2025
c20d05e
wip
sosnovsky May 19, 2025
207878c
wip
sosnovsky May 19, 2025
c48b141
Release 1.3.3
sosnovsky May 19, 2025
5dd9e42
wip
sosnovsky May 21, 2025
0cd7786
wip
sosnovsky May 27, 2025
71890d3
wip
sosnovsky May 27, 2025
ca75f7c
wip
sosnovsky May 30, 2025
5efb630
wip
sosnovsky Jun 3, 2025
f1f06c5
wip
sosnovsky Jun 3, 2025
5bf9dfc
wip
sosnovsky Jun 6, 2025
142537a
temporarily disable tests
sosnovsky Jun 6, 2025
d70fa27
Merge branch 'release-1-3-2' into release-1-3-3
sosnovsky Jun 6, 2025
8355a91
Merge branch 'master' into release-1-3-3
sosnovsky Jun 6, 2025
ac669e8
Merge branch 'master' into release-1-3-3
sosnovsky Jun 6, 2025
374d3b5
update Fastfile
sosnovsky Jun 6, 2025
93e728b
use 18.3.1 simulator
sosnovsky Jun 7, 2025
f616355
wip
sosnovsky Jun 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions Core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions FlowCrypt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3180,7 +3180,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.3;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.flowcrypt.as.ios.enterprise;
PRODUCT_NAME = FlowCrypt;
Expand Down Expand Up @@ -3555,7 +3555,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.3;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.flowcrypt.as.ios.debug;
PRODUCT_NAME = FlowCrypt;
Expand Down Expand Up @@ -3604,7 +3604,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 1.3.2;
MARKETING_VERSION = 1.3.3;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.flowcrypt.as.ios.consumer;
PRODUCT_NAME = FlowCrypt;
Expand Down
2 changes: 1 addition & 1 deletion FlowCrypt/Resources/generated/flowcrypt-ios-prod.js.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions appium/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion appium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"moment": "^2.29.1",
"node-forge": "1.3.1",
"node-gyp": "^11.0.0",
"openpgp": "5.11.2",
"openpgp": "5.11.3",
"ts-node": "^10.5.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
Expand Down