File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
XcodeProj_Carthage.xcodeproj/xcshareddata/xcschemes
XcodeProj_Carthage.xcworkspace/xcshareddata/xcschemes Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11🚀 Check out the guidelines [ here] ( https://tuist.io/docs/contribution/changelog-guidelines/ )
22
3+ ## 7.20.0 - Sol
4+
35## Next
6+
47- Added ` runPostActionsOnFailure ` to ` XCScheme ` [ #603 ] ( https://github.com/tuist/XcodeProj/pull/603 ) by [ @FranzBusch ] ( https://github.com/FranzBusch )
58
69## 7.19.0 - Kreuzberg
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Add the dependency in your `Package.swift` file:
4343let package = Package (
4444 name : " myproject" ,
4545 dependencies : [
46- .package (url : " https://github.com/tuist/xcodeproj.git" , .upToNextMajor (from : " 7.19 .0" ))
46+ .package (url : " https://github.com/tuist/xcodeproj.git" , .upToNextMajor (from : " 7.20 .0" ))
4747 ],
4848 targets : [
4949 .target (
@@ -65,7 +65,7 @@ github "tuist/xcodeproj" ~> 7.11.
6565### CocoaPods
6666
6767``` ruby
68- pod ' xcodeproj' , ' ~> 7.19 .0
68+ pod ' xcodeproj' , ' ~> 7.20 .0
6969```
7070
7171### Scripting
Original file line number Diff line number Diff line change 2626 buildConfiguration = " Debug"
2727 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
2828 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29- shouldUseLaunchSchemeArgsEnv = " YES"
30- disableMainThreadChecker = " YES" >
29+ shouldUseLaunchSchemeArgsEnv = " YES" >
3130 <Testables >
3231 </Testables >
3332 </TestAction >
4039 ignoresPersistentStateOnLaunch = " NO"
4140 debugDocumentVersioning = " YES"
4241 debugServiceExtension = " internal"
43- allowLocationSimulation = " YES"
44- disableMainThreadChecker = " YES" >
42+ allowLocationSimulation = " YES" >
4543 <MacroExpansion >
4644 <BuildableReference
4745 BuildableIdentifier = " primary"
Original file line number Diff line number Diff line change 2626 buildConfiguration = " Debug"
2727 selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
2828 selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29- shouldUseLaunchSchemeArgsEnv = " YES"
30- disableMainThreadChecker = " YES" >
29+ shouldUseLaunchSchemeArgsEnv = " YES" >
3130 <Testables >
3231 </Testables >
3332 </TestAction >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'xcodeproj'
3- s . version = '7.19 .0'
3+ s . version = '7.20 .0'
44 s . summary = 'Read/Modify/Write your Xcode projects'
55 s . homepage = 'https://github.com/tuist/xcodeproj'
66 s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments