Skip to content

Commit

Permalink
Merge pull request #47 from PLADI-ALM/fix/git-action
Browse files Browse the repository at this point in the history
Fix/git action
  • Loading branch information
chayoosang authored Dec 1, 2023
2 parents 27de804 + 779d369 commit ec9e696
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 29 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ app.*.map.json
Gemfile
Gemfile.lock
android/fastlane/.env
android/fastlane/.env
/android/fastlane/.env
ios/fastlane/.env
android/fastlane/.env
/ios/fastlane/.env
ios/fastlane/*.env
android/fastlane/*.env
ios/fastlane/.env
1 change: 0 additions & 1 deletion android/fastlane/.env

This file was deleted.

10 changes: 5 additions & 5 deletions android/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000165">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000251">

</testcase>


<testcase classname="fastlane.lanes" name="1: Switch to android increase_version lane" time="6.7e-05">
<testcase classname="fastlane.lanes" name="1: Switch to android increase_version lane" time="0.000106">

</testcase>


<testcase classname="fastlane.lanes" name="2: flutter build appbundle" time="21.421608">
<testcase classname="fastlane.lanes" name="2: flutter build appbundle" time="26.010473">

</testcase>


<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="40.814514">
<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="54.367004">

</testcase>


<testcase classname="fastlane.lanes" name="4: slack" time="0.535229">
<testcase classname="fastlane.lanes" name="4: slack" time="0.525506">

</testcase>

Expand Down
1 change: 1 addition & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Flutter/flutter_assets/
Flutter/flutter_export_environment.sh
ServiceDefinitions.json
Runner/GeneratedPluginRegistrant.*
fastlane/.env

# Exceptions to above rules.
!default.mode1v3
Expand Down
Binary file added ios/7NN5Z63QWS.cer
Binary file not shown.
Binary file modified ios/AppStore_com.example.pladi.mobileprovision
Binary file not shown.
Binary file modified ios/Runner.app.dSYM.zip
Binary file not shown.
Binary file modified ios/Runner.ipa
Binary file not shown.
12 changes: 6 additions & 6 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 643M65W7HH;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -505,7 +505,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = 643M65W7HH;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
Expand All @@ -524,7 +524,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = 643M65W7HH;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
Expand All @@ -541,7 +541,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = 643M65W7HH;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
Expand Down Expand Up @@ -669,7 +669,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 643M65W7HH;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -703,7 +703,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 643M65W7HH;
ENABLE_BITCODE = NO;
Expand Down
2 changes: 1 addition & 1 deletion ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>6</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
Expand Down
31 changes: 18 additions & 13 deletions ios/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,67 +5,72 @@



<testcase classname="fastlane.lanes" name="00: default_platform" time="0.000192">
<testcase classname="fastlane.lanes" name="00: default_platform" time="0.000277">

</testcase>


<testcase classname="fastlane.lanes" name="01: match" time="21.741337">
<testcase classname="fastlane.lanes" name="01: match" time="40.280481">

</testcase>


<testcase classname="fastlane.lanes" name="02: get_certificates" time="4.32481">
<testcase classname="fastlane.lanes" name="02: setup_ci" time="0.000346">

</testcase>


<testcase classname="fastlane.lanes" name="03: get_provisioning_profile" time="4.611">
<testcase classname="fastlane.lanes" name="03: get_certificates" time="5.188">

</testcase>


<testcase classname="fastlane.lanes" name="04: cocoapods" time="1.543923">
<testcase classname="fastlane.lanes" name="04: get_provisioning_profile" time="6.356861">

</testcase>


<testcase classname="fastlane.lanes" name="05: increment_version_number" time="0.173532">
<testcase classname="fastlane.lanes" name="05: cocoapods" time="2.07861">

</testcase>


<testcase classname="fastlane.lanes" name="06: latest_testflight_build_number" time="7.151001">
<testcase classname="fastlane.lanes" name="06: increment_version_number" time="0.242569">

</testcase>


<testcase classname="fastlane.lanes" name="07: increment_build_number" time="0.156064">
<testcase classname="fastlane.lanes" name="07: latest_testflight_build_number" time="7.362247">

</testcase>


<testcase classname="fastlane.lanes" name="08: build_app" time="102.689255">
<testcase classname="fastlane.lanes" name="08: increment_build_number" time="0.213344">

</testcase>


<testcase classname="fastlane.lanes" name="09: upload_to_testflight" time="521.365028">
<testcase classname="fastlane.lanes" name="09: build_app" time="166.097439">

</testcase>


<testcase classname="fastlane.lanes" name="10: get_version_number" time="0.029004">
<testcase classname="fastlane.lanes" name="10: upload_to_testflight" time="352.645333">

</testcase>


<testcase classname="fastlane.lanes" name="11: Switch to ios send_slack_test lane" time="0.000167">
<testcase classname="fastlane.lanes" name="11: get_version_number" time="0.044982">

</testcase>


<testcase classname="fastlane.lanes" name="12: slack" time="0.486081">
<testcase classname="fastlane.lanes" name="12: Switch to ios send_slack_test lane" time="0.000239">

</testcase>


<testcase classname="fastlane.lanes" name="13: slack" time="0.600499">

</testcase>

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: frontend
description: A new Flutter project.
publish_to: none
version: 11.0.0+11
version: 16.0.0+16
environment:
sdk: ">=3.0.5 <4.0.0"
dependencies:
Expand Down

0 comments on commit ec9e696

Please sign in to comment.