Skip to content

Commit

Permalink
Merge pull request #118 from fassko/develop
Browse files Browse the repository at this point in the history
Released new version
  • Loading branch information
fassko authored Jun 24, 2018
2 parents b310e36 + 6fde10b commit 26836b2
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dodies.lv.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer: Kristaps Grinbergs (MMGQCA8E72)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Kristaps Grinbergs (MMGQCA8E72)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.8.180318.2052;
CURRENT_PROJECT_VERSION = 1.9.180624.1824;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_BITCODE = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -895,7 +895,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution: Kristaps Grinbergs (3SGNZQGS68)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Kristaps Grinbergs (3SGNZQGS68)";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.8.180318.2052;
CURRENT_PROJECT_VERSION = 1.9.180624.1824;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_BITCODE = NO;
ENABLE_NS_ASSERTIONS = NO;
Expand Down
2 changes: 1 addition & 1 deletion Dodies.lv/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>1.8.180318.2052</string>
<string>1.9.180624.1824</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
2 changes: 1 addition & 1 deletion Dodies.lvUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.8.180318.2052</string>
<string>1.9.180624.1824</string>
</dict>
</plist>
1 change: 0 additions & 1 deletion buddybuild_prebuild.sh

This file was deleted.

26 changes: 23 additions & 3 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,37 @@



<testcase classname="fastlane.lanes" name="0: update_fastlane" time="1.967835">
<testcase classname="fastlane.lanes" name="0: update_fastlane" time="2.074332">

</testcase>


<testcase classname="fastlane.lanes" name="1: default_platform" time="0.00104">
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.001059">

</testcase>


<testcase classname="fastlane.lanes" name="2: xcodebuild" time="148.272453">
<testcase classname="fastlane.lanes" name="2: get_version_number" time="0.064213">

</testcase>


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

</testcase>


<testcase classname="fastlane.lanes" name="4: clear_derived_data" time="34.682325">

</testcase>


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

</testcase>


<testcase classname="fastlane.lanes" name="6: testflight" time="116.408103">

</testcase>

Expand Down

0 comments on commit 26836b2

Please sign in to comment.