Skip to content

Commit

Permalink
Jenkins Version Bump 1460
Browse files Browse the repository at this point in the history
  • Loading branch information
shitong committed May 28, 2020
1 parent 1e8c215 commit 6b29e53
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://github.com/CocoaPods/Specs.git'
require './vite_pod'

# Vite ViteOfficial ViteTest ViteDapp
target_name = 'ViteTest'
target_name = 'ViteOfficial'


def vite_config(config, name)
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,6 @@ SPEC CHECKSUMS:
web3.swift.pod: 66048c11416c2e7a9a4b35fe42254d0f0d9db4b1
XCGLogger: 0434f15e3909cdc450bb63faf638b8792ab782ab

PODFILE CHECKSUM: beb65605c821461e0c705758d2b0be9fe2987f7d
PODFILE CHECKSUM: 949e87ff87562dc10927856772bf525d1d18fa95

COCOAPODS: 1.7.5
2 changes: 1 addition & 1 deletion PushService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1459</string>
<string>1460</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
130 changes: 65 additions & 65 deletions Vite.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Vite/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1459</string>
<string>1460</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 2 additions & 0 deletions Vite/Vite-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@

#import "DenyPtrace.c"
#import "BaiduMobStat.h"
#if DEBUG || TEST
#import "DoraemonKit/DoraemonManager.h"
#endif
void disable_gdb();
2 changes: 1 addition & 1 deletion ViteDapp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1459</string>
<string>1460</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion ViteOfficial/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1459</string>
<string>1460</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion ViteTest/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1459</string>
<string>1460</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
2 changes: 1 addition & 1 deletion ViteTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1459</string>
<string>1460</string>
</dict>
</plist>

0 comments on commit 6b29e53

Please sign in to comment.