Skip to content

Commit

Permalink
update iOS Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhichao Link committed Dec 19, 2023
1 parent 4ae278f commit 43358a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ios-build/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ target 'Unity-iPhone' do
use_frameworks!

# Particle Auth Service
pod 'ParticleNetworkBase', '1.3.5'
pod 'ParticleAuthService', '1.3.5'
pod 'ParticleNetworkBase', '1.3.7'
pod 'ParticleAuthService', '1.3.7'

# Particle Connect Service
pod 'ConnectCommon', '0.2.14'
Expand All @@ -20,12 +20,12 @@ target 'Unity-iPhone' do
pod 'ParticleAuthAdapter', '0.2.14'

# Particle Wallet Service
pod 'ParticleWalletConnect', '1.3.5'
pod 'ParticleWalletAPI', '1.3.5'
pod 'ParticleWalletGUI', '1.3.5'
pod 'ParticleWalletConnect', '1.3.7'
pod 'ParticleWalletAPI', '1.3.7'
pod 'ParticleWalletGUI', '1.3.7'

# Particle AA
pod 'ParticleAA', '1.3.5'
pod 'ParticleAA', '1.3.7'

# Particle Auth Core
pod 'AuthCoreAdapter', '1.3.0'
Expand Down

0 comments on commit 43358a0

Please sign in to comment.