Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
version submitted to appstore 0.3.0+40
Browse files Browse the repository at this point in the history
  • Loading branch information
hans authored and hans committed Jul 7, 2022
1 parent 0aedc9e commit df64d04
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
8 changes: 4 additions & 4 deletions packages/admin/ios/Flutter/Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/home/dell/snap/flutter/common/flutter
FLUTTER_APPLICATION_PATH=/home/dell/growerp/packages/admin
FLUTTER_ROOT=/Users/hans/flutter
FLUTTER_APPLICATION_PATH=/Users/hans/growerp/packages/admin
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=lib/main.dart
FLUTTER_BUILD_DIR=build
Expand All @@ -9,5 +9,5 @@ FLUTTER_BUILD_NUMBER=40
EXCLUDED_ARCHS[sdk=iphonesimulator*]=i386
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=false
TREE_SHAKE_ICONS=false
PACKAGE_CONFIG=.dart_tool/package_config.json
TREE_SHAKE_ICONS=true
PACKAGE_CONFIG=/Users/hans/growerp/packages/admin/.dart_tool/package_config.json
8 changes: 4 additions & 4 deletions packages/admin/ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/home/dell/snap/flutter/common/flutter"
export "FLUTTER_APPLICATION_PATH=/home/dell/growerp/packages/admin"
export "FLUTTER_ROOT=/Users/hans/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/hans/growerp/packages/admin"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=0.3.0"
export "FLUTTER_BUILD_NUMBER=40"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.dart_tool/package_config.json"
export "TREE_SHAKE_ICONS=true"
export "PACKAGE_CONFIG=/Users/hans/growerp/packages/admin/.dart_tool/package_config.json"
6 changes: 6 additions & 0 deletions packages/admin/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PODS:
- Flutter
- integration_test (0.0.1):
- Flutter
- package_info_plus (0.4.5):
- Flutter
- printing (1.0.0):
- Flutter
- shared_preferences_ios (0.0.1):
Expand All @@ -17,6 +19,7 @@ DEPENDENCIES:
- Flutter (from `Flutter`)
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
- integration_test (from `.symlinks/plugins/integration_test/ios`)
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- printing (from `.symlinks/plugins/printing/ios`)
- shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
Expand All @@ -29,6 +32,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/image_picker_ios/ios"
integration_test:
:path: ".symlinks/plugins/integration_test/ios"
package_info_plus:
:path: ".symlinks/plugins/package_info_plus/ios"
printing:
:path: ".symlinks/plugins/printing/ios"
shared_preferences_ios:
Expand All @@ -42,6 +47,7 @@ SPEC CHECKSUMS:
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
image_picker_ios: b786a5dcf033a8336a657191401bfdf12017dabb
integration_test: a1e7d09bd98eca2fc37aefd79d4f41ad37bdbbe5
package_info_plus: 6c92f08e1f853dc01228d6f553146438dafcd14e
printing: eafa00acb682c0ca029d4d98d0798f55a1e27102
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/ios/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000327">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.00037">

</testcase>


<testcase classname="fastlane.lanes" name="1: upload_to_testflight" time="557.969729">
<testcase classname="fastlane.lanes" name="1: upload_to_testflight" time="567.705535">

</testcase>

Expand Down

0 comments on commit df64d04

Please sign in to comment.