Skip to content

Commit

Permalink
Fix/deeplinking (#1935)
Browse files Browse the repository at this point in the history
* Debug logs

* Wait for redux before storing invitation code

* Remove debug logs

* Workaround for ARM64 GCC preprocessors

* Make Detox tests work (Apple Silicon) (#1929)

Co-authored-by: [email protected] <[email protected]>

* Fix lint

---------

Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
siepra and githubquiet authored Oct 9, 2023
1 parent 94855a8 commit fbd0ea0
Show file tree
Hide file tree
Showing 20 changed files with 37,389 additions and 37,289 deletions.
74,156 changes: 37,078 additions & 37,078 deletions packages/backend/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/backend/src/nest/socket/socket.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class SocketService extends EventEmitter implements OnModuleInit {

async onModuleInit() {
this.logger('init:started')

this.attachListeners()
await this.init()

Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
simulator: {
type: 'ios.simulator',
device: {
type: 'iPhone 14',
type: 'iPhone 15 Pro',
},
},
simulator_ci: {
Expand Down
6 changes: 6 additions & 0 deletions packages/mobile/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ target 'Quiet' do

post_install do |installer|
react_native_post_install(installer)

installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
end
end
end
end
4 changes: 2 additions & 2 deletions packages/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,6 @@ SPEC CHECKSUMS:
Tor: 39dc71bf048312e202608eb499ca5c74e841b503
Yoga: ba09b6b11e6139e3df8229238aa794205ca6a02a

PODFILE CHECKSUM: a4e6892ba77eca3b09c3662064177471e13db8b7
PODFILE CHECKSUM: 986ea3b4bace0fe04a792347f3dc6f060797e84d

COCOAPODS: 1.11.3
COCOAPODS: 1.13.0
Loading

0 comments on commit fbd0ea0

Please sign in to comment.