Skip to content

Commit

Permalink
chore: post release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Nov 20, 2023
1 parent 0f596e2 commit 30e9763
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions mobile/android/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000219">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000263">

</testcase>


<testcase classname="fastlane.lanes" name="1: bundleRelease" time="67.071569">
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="80.37488">

</testcase>


<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="29.991184">
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="25.830358">

</testcase>

Expand Down
6 changes: 3 additions & 3 deletions mobile/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 127;
CURRENT_PROJECT_VERSION = 128;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -515,7 +515,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 127;
CURRENT_PROJECT_VERSION = 128;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -543,7 +543,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 127;
CURRENT_PROJECT_VERSION = 128;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down
4 changes: 2 additions & 2 deletions mobile/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.87.0</string>
<string>1.88.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>127</string>
<string>128</string>
<key>FLTEnableImpeller</key>
<true />
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
12 changes: 6 additions & 6 deletions mobile/ios/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000245">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000267">

</testcase>


<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.162192">
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.193021">

</testcase>


<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.082136">
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.987435">

</testcase>


<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.181105">
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.181886">

</testcase>


<testcase classname="fastlane.lanes" name="4: build_app" time="99.633247">
<testcase classname="fastlane.lanes" name="4: build_app" time="105.510332">

</testcase>


<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="62.690406">
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="65.714015">

</testcase>

Expand Down

0 comments on commit 30e9763

Please sign in to comment.