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 3de75121
authored
2025-12-18 17:58:58 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化脚本
1 parent
d7019d4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pub_ios.sh
pub_ios.sh
View file @
3de7512
...
...
@@ -6,6 +6,7 @@ fi
env
=
$1
_rebuild_
=
$2
_main_ver
=
'1.0.'
_ver
=
`
date +%y%m%d%H%M
`
base_root
=
'/Users/ethanlam/works/gitlab/flutter_pros/appframe.git'
...
...
@@ -42,7 +43,7 @@ cd ios
#flutter build ios --build-number=$_ver
#--dart-define=env=$env
flutter build ipa --export-method ad-hoc --dart-define
'env='
$env
--dart-define
'version='
$_ver
flutter build ipa --export-method ad-hoc --dart-define
=
env
=
$env
--dart-define
=
version
=
$_main_ver
$_ver
cd
$base_root
mkdir -p dist
...
...
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