Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
mobile-group
galaxy-iOS
Commits
f327d68f
Commit
f327d68f
authored
Apr 24, 2024
by
David黄金龙
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改版本号
parent
71a2c4b6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
8 deletions
+12
-8
Fastfile
galaxy/fastlane/Fastfile
+3
-3
README.md
galaxy/fastlane/README.md
+2
-2
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+3
-3
YHHKEventViewController.swift
.../Classes/Modules/Home(首页)/C/YHHKEventViewController.swift
+2
-0
YHHomePageViewController.swift
...Classes/Modules/Home(首页)/C/YHHomePageViewController.swift
+1
-0
YHStartPageViewController.swift
...lasses/Modules/Home(首页)/C/YHStartPageViewController.swift
+1
-0
No files found.
galaxy/fastlane/Fastfile
View file @
f327d68f
...
@@ -3,21 +3,21 @@ default_platform(:ios)
...
@@ -3,21 +3,21 @@ default_platform(:ios)
platform :ios do
platform :ios do
desc "Description of what the lane does"
desc "Description of what the lane does"
# 打包时候用的名称 例如 fastlane app
# 打包时候用的名称 例如 fastlane app
lane :galaxy do
lane :galaxy
Test
do
# add actions here: https://docs.fastlane.tools/actions
# add actions here: https://docs.fastlane.tools/actions
# 拉取最新代码
# 拉取最新代码
develop_branch = "develop"
develop_branch = "develop"
sh "git checkout #{develop_branch}"
sh "git checkout #{develop_branch}"
sh "git pull origin #{develop_branch}"
sh "git pull origin #{develop_branch}"
sh "pod install --no-repo-update"
#
sh "pod install --no-repo-update"
gym(
gym(
workspace: 'galaxy.xcworkspace',
workspace: 'galaxy.xcworkspace',
# 每次打包之前clean一下
# 每次打包之前clean一下
clean: true,
clean: true,
# 打包出 ipa 文件的路径,我放到了桌面文件夹,你自行更改文件夹
# 打包出 ipa 文件的路径,我放到了桌面文件夹,你自行更改文件夹
output_directory: '/Users/
edy/Desktop/App
',
output_directory: '/Users/
davidhuangA/Desktop/ipa
',
# 打包的名称,可任意取
# 打包的名称,可任意取
output_name: 'galaxy.ipa',
output_name: 'galaxy.ipa',
# 项目的 scheme,自己项目名 .xcworkspace 前面的项目名就是
# 项目的 scheme,自己项目名 .xcworkspace 前面的项目名就是
...
...
galaxy/fastlane/README.md
View file @
f327d68f
...
@@ -15,10 +15,10 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
...
@@ -15,10 +15,10 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
## iOS
## iOS
### ios galaxy
### ios galaxy
Test
```
sh
```
sh
[
bundle
exec
]
fastlane ios galaxy
[
bundle
exec
]
fastlane ios galaxy
Test
```
```
Description of what the lane does
Description of what the lane does
...
...
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
f327d68f
...
@@ -2985,7 +2985,7 @@
...
@@ -2985,7 +2985,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
4
;
CURRENT_PROJECT_VERSION
=
5
;
DEVELOPMENT_TEAM
=
""
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
...
@@ -3191,7 +3191,7 @@
...
@@ -3191,7 +3191,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
4
;
CURRENT_PROJECT_VERSION
=
5
;
DEVELOPMENT_TEAM
=
""
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
...
@@ -3239,7 +3239,7 @@
...
@@ -3239,7 +3239,7 @@
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]"
=
"iPhone Developer"
;
CODE_SIGN_STYLE
=
Manual
;
CODE_SIGN_STYLE
=
Manual
;
CURRENT_PROJECT_VERSION
=
4
;
CURRENT_PROJECT_VERSION
=
5
;
DEVELOPMENT_TEAM
=
""
;
DEVELOPMENT_TEAM
=
""
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
"DEVELOPMENT_TEAM[sdk=iphoneos*]"
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHKEventViewController.swift
View file @
f327d68f
...
@@ -54,6 +54,8 @@ extension YHHKEventViewController {
...
@@ -54,6 +54,8 @@ extension YHHKEventViewController {
func
setupUI
()
{
func
setupUI
()
{
gk_navBarAlpha
=
1
gk_navBarAlpha
=
1
gk_navTitle
=
"香港办事"
printLog
(
gk_navigationBar
.
isHidden
)
sectionView
=
{
sectionView
=
{
let
view
=
YHServiceSectionView
()
let
view
=
YHServiceSectionView
()
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomePageViewController.swift
View file @
f327d68f
...
@@ -124,6 +124,7 @@ private extension YHHomePageViewController {
...
@@ -124,6 +124,7 @@ private extension YHHomePageViewController {
}
}
func
setupUI
()
{
func
setupUI
()
{
gk_navigationBar
.
isHidden
=
false
gk_navigationBar
.
isHidden
=
true
gk_navigationBar
.
isHidden
=
true
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHStartPageViewController.swift
View file @
f327d68f
...
@@ -151,6 +151,7 @@ private extension YHStartPageViewController {
...
@@ -151,6 +151,7 @@ private extension YHStartPageViewController {
//1.设置主窗口
//1.设置主窗口
func
setupRootVC
()
{
func
setupRootVC
()
{
gk_navigationBar
.
isHidden
=
false
let
tabBarController
=
YHTabBarViewController
()
let
tabBarController
=
YHTabBarViewController
()
let
homeVC
=
YHHomePageViewController
()
let
homeVC
=
YHHomePageViewController
()
tabBarController
.
delegate
=
homeVC
tabBarController
.
delegate
=
homeVC
...
...
pete谢兆麟
@pete
mentioned in commit
e9570c0e
·
Apr 24, 2024
mentioned in commit
e9570c0e
mentioned in commit e9570c0eaefa7dca99ea8834ef6f187afa0383ea
Toggle commit list
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