Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VirtualCard-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
APP
VirtualCard-iOS
Commits
60a6d763
Commit
60a6d763
authored
Jul 16, 2019
by
IOS-张 博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改版本号,为发版做准备
parent
c4446c60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
QGAppMacro.h
.../VirtualPayment/QGUtils/QGTool/QGBasicUITool/QGAppMacro.h
+7
-2
No files found.
VirtualPayment/VirtualPayment/QGUtils/QGTool/QGBasicUITool/QGAppMacro.h
View file @
60a6d763
...
@@ -36,7 +36,12 @@
...
@@ -36,7 +36,12 @@
#define Screen_Scaling (MAINSCREEN_WIDTH/375.0)
#define Screen_Scaling (MAINSCREEN_WIDTH/375.0)
///版本号
///版本号
#define XcodeAppVersion [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"]
//#define XcodeAppVersion [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"]
//此处写死版本号,每次发版手动升级版本号
//因为该包发版依赖于替换旧包,所以真实版本号很高。此处手动维护是因为产品要求版本号比较低。
#define XcodeAppVersion @"1.0.00"
#define XcodeAppBundleIdentifier [[NSBundle mainBundle] bundleIdentifier]
#define XcodeAppBundleIdentifier [[NSBundle mainBundle] bundleIdentifier]
///渠道
///渠道
#define appChannel [QGToolsConfig getAppKeyWithToolsType:QGToolsConfigTypeAppChannel]
#define appChannel [QGToolsConfig getAppKeyWithToolsType:QGToolsConfigTypeAppChannel]
...
@@ -44,7 +49,7 @@
...
@@ -44,7 +49,7 @@
#define WXAppId @"wx1bd4da7708f11ef3"
#define WXAppId @"wx1bd4da7708f11ef3"
#define GuideKey @"1.0"
#define GuideKey @"1.0
.00
"
static
NSString
*
const
kDefaultIconUrl
=
@"http://7xodoz.dl1.z0.glb.clouddn.com/app/share/logo_120.png"
;
static
NSString
*
const
kDefaultIconUrl
=
@"http://7xodoz.dl1.z0.glb.clouddn.com/app/share/logo_120.png"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment