Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 6dfc93e7
authored
2025-12-16 17:10:59 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
根据环境,来下载对应的
1 parent
622646be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
ios_build_pre.sh
ios_build_pre.sh
0 → 100644
View file @
6dfc93e
# 编译发布前需要执行的操作
if
[
-z
"
$1
"
]
;
then
echo
'需要指定环境变量'
fi
base_root
=
'/Users/ethanlam/works/gitlab/flutter_pros/appframe.git/assets'
cd
$base_root
if
[
! -z
"
$1
"
]
;
then
# 首先下载同步最新的数据包
rm -f assets/dist.zip
cd
assets
if
[
"
$1
"
==
'dev'
]
;
then
wget https://bxe-obs.banxiaoer.com/fronts/material/xehybrid/assets/basepkg/base-dev.zip
cp -f base-dev.zip
$base_root
/assets/dist.zip
echo
'wget dev is done '
fi
if
[
"
$1
"
==
'pro'
]
;
then
wget https://bxe-obs.banxiaoer.com/fronts/material/xehybrid/assets/basepkg/base-pro.zip
cp -f base-pro.zip
$base_root
/assets/dist.zip
echo
'wget pro is done '
fi
fi
echo
'done '
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment