Skip to content

Commit

Permalink
v0.2.10+1
Browse files Browse the repository at this point in the history
  • Loading branch information
cabbagelol committed Mar 24, 2024
1 parent dcb9471 commit dd34814
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
File renamed without changes.
Binary file added assets/fonts/Ubuntu_Mono/UbuntuMono-Bold.ttf
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>11.0</string>
<string>12.0</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1430;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
Expand Down Expand Up @@ -344,7 +344,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down Expand Up @@ -435,7 +435,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -484,7 +484,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1430"
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: bfban
description: bfban.com
publish_to: 'none'
version: '0.2.9'
version: '0.2.10'

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down Expand Up @@ -137,8 +137,8 @@ flutter:
fonts:
- family: UbuntuMono
fonts:
- asset: fonts/Ubuntu_Mono/UbuntuMono-Italic.ttf
- asset: fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf
- asset: assets/fonts/Ubuntu_Mono/UbuntuMono-Italic.ttf
- asset: assets/fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf
style: italic
assets:
- assets/
Expand All @@ -150,5 +150,5 @@ flutter:
- assets/images/games/bf6/
- assets/images/games/bfv/
- assets/splash/
- fonts/
- fonts/Ubuntu_Mono/
- assets/fonts/
- assets/fonts/Ubuntu_Mono/
4 changes: 2 additions & 2 deletions script/build android.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Android
# (Local Build apk.file) :
flutter build apk lib/main.prod.dart --release --build-number 41
flutter build apk lib/main.prod.dart --release --build-number 42
# (Build Google aab.file) :
flutter build appbundle lib/main.prod.dart --release --build-number 41
flutter build appbundle lib/main.prod.dart --release --build-number 42

cp -R build/app/outputs/flutter-apk/*.* installation/

2 changes: 1 addition & 1 deletion script/build ios.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Apple
# (Build Apple ipa.file) :
flutter build ipa ./lib/main.prod.dart --release --build-number 7
flutter build ipa ./lib/main.prod.dart --release --build-number 1

0 comments on commit dd34814

Please sign in to comment.