Skip to content

Commit

Permalink
build: v1.3.5+91
Browse files Browse the repository at this point in the history
  • Loading branch information
theachoem committed Sep 19, 2022
1 parent f972582 commit cf47314
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.2
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 84;
CURRENT_PROJECT_VERSION = 91;
DEVELOPMENT_TEAM = 24KJ877SZ9;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -518,7 +518,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 84;
CURRENT_PROJECT_VERSION = 91;
DEVELOPMENT_TEAM = 24KJ877SZ9;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -546,7 +546,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 84;
CURRENT_PROJECT_VERSION = 91;
DEVELOPMENT_TEAM = 24KJ877SZ9;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down
4 changes: 2 additions & 2 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.4</string>
<string>1.3.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>84</string>
<string>91</string>
<key>FacebookAppID</key>
<string>373633651102417</string>
<key>FacebookClientToken</key>
Expand Down
4 changes: 2 additions & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
default_platform(:ios)

platform :ios do
version_number = "1.3.4"
build_number = "84"
version_number = "1.3.5"
build_number = "91"

# execute only once
lane :certificates do
Expand Down
16 changes: 8 additions & 8 deletions ios/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,42 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000491">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000927">

</testcase>


<testcase classname="fastlane.lanes" name="1: Switch to ios build lane" time="0.000365">
<testcase classname="fastlane.lanes" name="1: Switch to ios build lane" time="0.001792">

</testcase>


<testcase classname="fastlane.lanes" name="2: match" time="7.558969">
<testcase classname="fastlane.lanes" name="2: match" time="7.932781">

</testcase>


<testcase classname="fastlane.lanes" name="3: increment_version_number" time="1.155159">
<testcase classname="fastlane.lanes" name="3: increment_version_number" time="3.789167">

</testcase>


<testcase classname="fastlane.lanes" name="4: increment_build_number" time="1.004474">
<testcase classname="fastlane.lanes" name="4: increment_build_number" time="0.946987">

</testcase>


<testcase classname="fastlane.lanes" name="5: gym" time="338.15639">
<testcase classname="fastlane.lanes" name="5: gym" time="431.214418">

</testcase>


<testcase classname="fastlane.lanes" name="6: Switch to ios upload_app lane" time="0.002927">
<testcase classname="fastlane.lanes" name="6: Switch to ios upload_app lane" time="0.000596">

</testcase>


<testcase classname="fastlane.lanes" name="7: pilot" time="189.208955">
<testcase classname="fastlane.lanes" name="7: pilot" time="183.917459">

</testcase>

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: spooky
description: Minimalist application to write stories, notes, diary!
publish_to: none
version: 1.3.4+84
version: 1.3.5+90
environment:
sdk: ">=2.17.0 <3.0.0"

Expand Down

0 comments on commit cf47314

Please sign in to comment.