Skip to content

Commit cc246e4

Browse files
authored
#2764 Fix malformed user id crash (#2765)
* #2764 Fix crash for keys with malformed user ids * fix core build * update webpack * update typescript
1 parent ee91226 commit cc246e4

16 files changed

Lines changed: 2107 additions & 1804 deletions

File tree

.semaphore/semaphore.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,10 @@ blocks:
3131
- bundle install
3232
- bundle exec fastlane build
3333
- bundle exec fastlane test
34-
# - git clone https://github.com/appium/WebDriverAgent.git
35-
# - cd WebDriverAgent
36-
# - xcodebuild build-for-testing -project WebDriverAgent.xcodeproj -derivedDataPath /var/tmp/derived_data/WebDriverAgent -scheme WebDriverAgentRunner -destination "platform=iphonesimulator,OS=26.1,name=iPhone 17"
3734
epilogue:
3835
always:
3936
commands:
4037
- cd /var/tmp/derived_data/FlowCrypt/Build/Products/Debug-iphonesimulator && cache store FlowCrypt-$SEMAPHORE_GIT_SHA.app FlowCrypt.app
41-
# - cd /var/tmp/derived_data/WebDriverAgent/Build/Products/Debug-iphonesimulator && cache store WebDriverAgentRunner-Runner-$SEMAPHORE_GIT_SHA.app WebDriverAgentRunner-Runner.app
4238
- name: TypeScript tests
4339
dependencies: []
4440
run:

0 commit comments

Comments
 (0)