Skip to content

Instantly share code, notes, and snippets.

@emlai
Created November 9, 2016 13:11
Show Gist options
  • Save emlai/c38f6ff7dcd3ef45b09bb087be0a7126 to your computer and use it in GitHub Desktop.
Save emlai/c38f6ff7dcd3ef45b09bb087be0a7126 to your computer and use it in GitHub Desktop.
MCVE for CocoaPods/Xcodeproj issue #446
.DS_Store
/.build
/Packages
/*.xcodeproj
print("Hello, world!")
import PackageDescription
let package = Package(
name: "foo"
)
require 'xcodeproj'
project_path = 'foo.xcodeproj'
project = Xcodeproj::Project.open(project_path)
project.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment