2 Commits

Author SHA1 Message Date
Ryan Nystrom 71d45111c5 use script 2018-04-22 14:45:16 -04:00
Ryan Nystrom 8a34ba3126 Setup Travis CI 2018-04-22 14:34:49 -04:00
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
language: swift
osx_image: xcode9.3
script:
- xcodebuild clean -project ContextMenu.xcodeproj -scheme ContextMenu -destination "platform=iOS Simulator,name=iPhone X,OS=11.3" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -quiet
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>