Skip to content

Commit

Permalink
Version 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Feb 2, 2020
1 parent 8f4ffb0 commit f32704e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add the dependency in your `Package.swift` file:
let package = Package(
name: "myproject",
dependencies: [
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.7.0")),
.package(url: "https://github.com/tuist/xcodeproj.git", .upToNextMajor(from: "7.8.0")),
],
targets: [
.target(
Expand All @@ -53,13 +53,13 @@ let package = Package(

```bash
# Cartfile
github "tuist/xcodeproj" ~> 7.7.0
github "tuist/xcodeproj" ~> 7.8.0
```

### CocoaPods

```ruby
pod 'xcodeproj', '~> 7.7.0'
pod 'xcodeproj', '~> 7.8.0'
```

### Scripting
Expand All @@ -71,7 +71,7 @@ git tag that represents the project’s version:
```swift
#!/usr/bin/swift sh
import Foundation
import XcodeProj // @tuist ~> 7.7.0
import XcodeProj // @tuist ~> 7.8.0
import PathKit

guard CommandLine.arguments.count == 3 else {
Expand Down
4 changes: 4 additions & 0 deletions XcodeProj_Carthage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
0B364FCF8F7A557C252929EA /* XCConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B928006AD1C96D4D8072BD9 /* XCConfig.swift */; };
0C6F7F2EF3EE9D97F081D9FD /* PBXAggregateTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = A11172C9DBADEDF3203564B7 /* PBXAggregateTarget.swift */; };
1009BFBC8BD95556803FF2C9 /* Dictionary+Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D03946AD764A02121872F7 /* Dictionary+Extras.swift */; };
1270ABC0B6133C84F57A8D3F /* XCScheme+PathRunnable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26EF076F4983A1ABBD3CC81B /* XCScheme+PathRunnable.swift */; };
13CBB83040E0B373CE80CB16 /* PBXBuildFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13177CF1296C6C32BF4C5B7C /* PBXBuildFile.swift */; };
147157016720CE9BC5943AF2 /* XCScheme+LaunchAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EE77276DEE6859DE961F94D /* XCScheme+LaunchAction.swift */; };
1ADDD97C53AEC0990F693CDA /* AEXML.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C950F23FEF894B133070990 /* AEXML.framework */; };
Expand Down Expand Up @@ -133,6 +134,7 @@
20B1225FED6E1D49EE385AA0 /* XCScheme+EnvironmentVariable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCScheme+EnvironmentVariable.swift"; sourceTree = "<group>"; };
2370B4E19828CEFC032511A1 /* PBXContainerItemProxy.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PBXContainerItemProxy.swift; sourceTree = "<group>"; };
249AAF8AE1978D1546C0ADB5 /* PBXGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PBXGroup.swift; sourceTree = "<group>"; };
26EF076F4983A1ABBD3CC81B /* XCScheme+PathRunnable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCScheme+PathRunnable.swift"; sourceTree = "<group>"; };
2B928006AD1C96D4D8072BD9 /* XCConfig.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCConfig.swift; sourceTree = "<group>"; };
2BD1A6E5AC6502EDE59541C8 /* PBXNativeTarget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PBXNativeTarget.swift; sourceTree = "<group>"; };
2D9937B44A9FCDD847F79008 /* XCSwiftPackageProductDependency.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCSwiftPackageProductDependency.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -336,6 +338,7 @@
C3FE679A53603AE3FE43462F /* XCScheme+ExecutionAction.swift */,
4EE77276DEE6859DE961F94D /* XCScheme+LaunchAction.swift */,
39B8CB253365692579B8C8E2 /* XCScheme+LocationScenarioReference.swift */,
26EF076F4983A1ABBD3CC81B /* XCScheme+PathRunnable.swift */,
B2E17A977543393ED7B848A9 /* XCScheme+ProfileAction.swift */,
0BFCA27253AECAC6A2EF5E66 /* XCScheme+RemoteRunnable.swift */,
1D5C2732048660AC71431D9C /* XCScheme+Runnable.swift */,
Expand Down Expand Up @@ -660,6 +663,7 @@
AC49ED6F358FFBF504A3D0AE /* XCScheme+ExecutionAction.swift in Sources */,
147157016720CE9BC5943AF2 /* XCScheme+LaunchAction.swift in Sources */,
69CBD38E1B96198049A02795 /* XCScheme+LocationScenarioReference.swift in Sources */,
1270ABC0B6133C84F57A8D3F /* XCScheme+PathRunnable.swift in Sources */,
364C132E6ABF980BF9E84649 /* XCScheme+ProfileAction.swift in Sources */,
209B0AC5FFCE800A35624C49 /* XCScheme+RemoteRunnable.swift in Sources */,
B972348A969282D604A5C325 /* XCScheme+Runnable.swift in Sources */,
Expand Down
2 changes: 1 addition & 1 deletion xcodeproj.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "xcodeproj"
s.version = "7.7.0"
s.version = "7.8.0"
s.summary = "Read/Modify/Write your Xcode projects"
s.homepage = "https://github.com/tuist/xcodeproj"
s.license = 'MIT'
Expand Down

0 comments on commit f32704e

Please sign in to comment.