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 Mar 20, 2024
1 parent 5b314ff commit 591a641
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.000208">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.00024">

</testcase>


<testcase classname="fastlane.lanes" name="1: bundleRelease" time="76.932126">
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="81.32752">

</testcase>


<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="33.616364">
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="26.041597">

</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 @@ -383,7 +383,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 144;
CURRENT_PROJECT_VERSION = 145;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -525,7 +525,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 144;
CURRENT_PROJECT_VERSION = 145;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -553,7 +553,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 144;
CURRENT_PROJECT_VERSION = 145;
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 @@ -55,11 +55,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.98.2</string>
<string>1.99.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>144</string>
<string>145</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.000232">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000246">

</testcase>


<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.745911">
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.175843">

</testcase>


<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="4.672711">
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="6.871371">

</testcase>


<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.171883">
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.189451">

</testcase>


<testcase classname="fastlane.lanes" name="4: build_app" time="112.172167">
<testcase classname="fastlane.lanes" name="4: build_app" time="142.078248">

</testcase>


<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="98.918418">
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="78.774821">

</testcase>

Expand Down

0 comments on commit 591a641

Please sign in to comment.