Skip to content

Commit

Permalink
pod update, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Asherda committed Apr 5, 2023
1 parent b0f1d63 commit c22d47c
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stages:
- build

variables:
VERSION: 0.3.0-29
VERSION: 0.3.0-30
POST_MESSAGE: "Pipeline Trigger: ${CI_PIPELINE_SOURCE}\n
Branch: ${CI_COMMIT_REF_NAME}\n
Commit: ${CI_COMMIT_SHA}\n
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.android.build.OutputFile
def versionMajor = 0
def versionMinor = 3
def versionRevision = 0
def versionBuild = 29
def versionBuild = 30

def keystorePropertiesFile = rootProject.file("keystore.properties");

Expand Down
2 changes: 1 addition & 1 deletion env/main.android.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APP_VERSION": "0.3.0-29",
"APP_VERSION": "0.3.0-30",
"ELECTRUM_PROTOCOL_CHANGE": 1.4,

"KEY_DERIVATION_VERSION": 1,
Expand Down
2 changes: 1 addition & 1 deletion env/main.ios.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APP_VERSION": "0.3.0-28",
"APP_VERSION": "0.3.0-30",
"ELECTRUM_PROTOCOL_CHANGE": 1.4,

"KEY_DERIVATION_VERSION": 1,
Expand Down
102 changes: 51 additions & 51 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,54 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
$dynamic_frameworks = [
'react-native-verus-light-client',
'MnemonicSwift',
'React',
'React-Core',
'RCT-Folly',
'boost-for-react-native',
'DoubleConversion',
'glog',
'React-cxxreact',
'React-jsinspector',
'React-callinvoker',
'React-runtimeexecutor',
'React-jsi',
'React-perflogger',
'React-jsiexecutor',
'Yoga',
'React-RCTActionSheet',
'React-RCTAnimation',
'RCTTypeSafety',
'FBLazyVector',
'RCTRequired',
'ReactCommon',
'FBReactNativeSpec',
'React-RCTBlob',
'React-RCTNetwork',
'React-RCTImage',
'React-RCTLinking',
'React-RCTSettings',
'React-RCTText',
'React-RCTVibration',
'ZcashLightClientKit',
'gRPC-Swift',
'Logging',
'SwiftNIO',
'CNIOLinux',
'CNIODarwin',
'CNIOWindows',
'SwiftNIOConcurrencyHelpers',
'CNIOAtomics',
'SwiftNIOHTTP2',
'SwiftNIOHTTP1',
'CNIOHTTPParser',
'SwiftNIOTLS',
'SwiftNIOHPACK',
'SwiftNIOSSL',
'CNIOBoringSSL',
'CNIOBoringSSLShims',
'SwiftNIOTransportServices',
'SwiftNIOFoundationCompat',
'SwiftProtobuf',
'React',
'React-Core',
'RCT-Folly',
'boost-for-react-native',
'DoubleConversion',
'glog',
'React-cxxreact',
'React-jsinspector',
'React-callinvoker',
'React-runtimeexecutor',
'React-jsi',
'React-perflogger',
'React-jsiexecutor',
'Yoga',
'React-RCTActionSheet',
'React-RCTAnimation',
'RCTTypeSafety',
'FBLazyVector',
'RCTRequired',
'ReactCommon',
'FBReactNativeSpec',
'React-RCTBlob',
'React-RCTNetwork',
'React-RCTImage',
'React-RCTLinking',
'React-RCTSettings',
'React-RCTText',
'React-RCTVibration',
'ZcashLightClientKit',
'gRPC-Swift',
'Logging',
'SwiftNIO',
'CNIOLinux',
'CNIODarwin',
'CNIOWindows',
'SwiftNIOConcurrencyHelpers',
'CNIOAtomics',
'SwiftNIOHTTP2',
'SwiftNIOHTTP1',
'CNIOHTTPParser',
'SwiftNIOTLS',
'SwiftNIOHPACK',
'SwiftNIOSSL',
'CNIOBoringSSL',
'CNIOBoringSSLShims',
'SwiftNIOTransportServices',
'SwiftNIOFoundationCompat',
'SwiftProtobuf',
'CGRPCZlib',
'SQLite.swift',
'SwiftNIOCore',
Expand Down Expand Up @@ -116,13 +116,13 @@ target 'verusmobile' do

installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|


if target.name == 'ZcashLightClientKit'
config.build_settings['ZCASH_NETWORK_ENVIRONMENT'] = ENV["ZCASH_NETWORK_ENVIRONMENT"]
end
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end
end
end
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,6 @@ SPEC CHECKSUMS:
Yoga: c4d61225a466f250c35c1ee78d2d0b3d41fe661c
ZcashLightClientKit: 4e4273f2e841e982fedad461a9008cca19089f5c

PODFILE CHECKSUM: cac9c8c8bf69eea5d96a815eb63c90658fd745be
PODFILE CHECKSUM: 2ea7addfb99cd8f4e5f9742ed28cac88e62bc28c

COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion ios/assets/env/main.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"APP_VERSION": "0.3.0-28",
"APP_VERSION": "0.3.0-30",
"ELECTRUM_PROTOCOL_CHANGE": 1.4,

"KEY_DERIVATION_VERSION": 1,
Expand Down
52 changes: 26 additions & 26 deletions ios/verusMobile.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ios/verusMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string/>
<string></string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit c22d47c

Please sign in to comment.