File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed
BugShaker.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'BugShaker'
3- spec . version = '0.4.0 '
3+ spec . version = '0.4.1 '
44 spec . license = { :type => 'Apache 2.0' }
5- spec . homepage = 'https://github.com/detroit-labs /BugShaker'
5+ spec . homepage = 'https://github.com/dtrenz /BugShaker'
66 spec . documentation_url = 'http://dtrenz.github.io/BugShaker/'
77 spec . authors = { 'Dan Trenz' => 'dtrenz@gmail.com' }
88 spec . summary = 'Shake to submit a bug report (w/ screenshot) via email.'
9- spec . source = { :git => 'https://github.com/detroit-labs /BugShaker.git' , :tag => spec . version . to_s }
9+ spec . source = { :git => 'https://github.com/dtrenz /BugShaker.git' , :tag => spec . version . to_s }
1010 spec . source_files = 'Sources/*.swift'
1111 spec . swift_version = '4.1'
1212 spec . platform = :ios , '9.0'
Original file line number Diff line number Diff line change 2727 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
2828 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
2929 codeCoverageEnabled = " YES"
30+ onlyGenerateCoverageForSpecifiedTargets = " YES"
3031 shouldUseLaunchSchemeArgsEnv = " YES" >
32+ <CodeCoverageTargets >
33+ <BuildableReference
34+ BuildableIdentifier = " primary"
35+ BlueprintIdentifier = " C52820F71CA43D40003EA0D4"
36+ BuildableName = " BugShaker.framework"
37+ BlueprintName = " BugShaker"
38+ ReferencedContainer = " container:BugShaker.xcodeproj" >
39+ </BuildableReference >
40+ </CodeCoverageTargets >
3141 <Testables >
3242 <TestableReference
3343 skipped = " NO" >
Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33` BugShaker ` adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 0.4.1] ( https://github.com/dtrenz/BugShaker/releases/tag/0.4.1 )
6+ ** Released:** 2018-08-10
7+
8+ #### Fixed
9+ - Bug: [ Screenshots aren't able to capture blurred images] ( https://github.com/dtrenz/BugShaker/issues/28 )
10+ - Bug: [ App crashes with appshaker included] ( https://github.com/dtrenz/BugShaker/issues/29 )
11+
12+ ---
13+
514## [ 0.4.0] ( https://github.com/dtrenz/BugShaker/releases/tag/0.4.0 )
615** Released:** 2018-08-06
716
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.4.0 </string >
18+ <string >0.4.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments