This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Air-de-Daniel:myapp daniel$ flutter run --release --verbose | |
[ +24 ms] executing: [/Users/daniel/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +37 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ ] 8c0b43bda4e5ff29d399f06ce1c0e1027268d6b5 | |
[ ] executing: [/Users/daniel/dev/flutter/] git describe --match v*.*.* --first-parent --long --tags | |
[ +24 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags | |
[ ] v1.16.1-41-g8c0b43bda | |
[ +9 ms] executing: [/Users/daniel/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +11 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} | |
[ ] origin/master |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Air-de-Daniel:myapp daniel$ flutter run --release --verbose | |
[ +24 ms] executing: [/Users/daniel/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +37 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ ] 8c0b43bda4e5ff29d399f06ce1c0e1027268d6b5 | |
[ ] executing: [/Users/daniel/dev/flutter/] git describe --match v*.*.* --first-parent --long --tags | |
[ +24 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags | |
[ ] v1.16.1-41-g8c0b43bda | |
[ +9 ms] executing: [/Users/daniel/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +11 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} | |
[ ] origin/master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MacBook-Air-de-Daniel:myappname myuser$ flutter run --verbose | |
[ +54 ms] executing: [/Users/myuser/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +116 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H | |
[ +11 ms] 0b8abb4724aa590dd0f429683339b1e045a1594d | |
[ ] executing: [/Users/myuser/dev/flutter/] git describe --match v*.*.* --first-parent --long --tags | |
[ +130 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags | |
[ ] v1.12.13+hotfix.8-0-g0b8abb472 | |
[ +8 ms] executing: [/Users/myuser/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u} | |
[ +14 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Build settings for action build and target Runner: | |
ACTION = build | |
AD_HOC_CODE_SIGNING_ALLOWED = NO | |
ALTERNATE_GROUP = staff | |
ALTERNATE_MODE = u+w,go-w,a+rX | |
ALTERNATE_OWNER = daniel | |
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES | |
ALWAYS_SEARCH_USER_PATHS = NO | |
ALWAYS_USE_SEPARATE_HEADERMAPS = NO | |
APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer |