From 64fa02e1443ce7ea442d182c623fbd0e84456f66 Mon Sep 17 00:00:00 2001 From: Devin Roth Date: Sat, 18 Aug 2018 09:02:40 -0700 Subject: [PATCH] Remove build status. --- Examples/iOS/OSCTest/OSCTest.xcodeproj/project.pbxproj | 2 -- Examples/macOS/OSCMonitor/OSCMonitor.xcodeproj/project.pbxproj | 2 -- README.md | 1 - 3 files changed, 5 deletions(-) diff --git a/Examples/iOS/OSCTest/OSCTest.xcodeproj/project.pbxproj b/Examples/iOS/OSCTest/OSCTest.xcodeproj/project.pbxproj index e3bc362..b09d1ed 100644 --- a/Examples/iOS/OSCTest/OSCTest.xcodeproj/project.pbxproj +++ b/Examples/iOS/OSCTest/OSCTest.xcodeproj/project.pbxproj @@ -12,7 +12,6 @@ 031ABE751FB64DC7005184D4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 031ABE731FB64DC7005184D4 /* Main.storyboard */; }; 031ABE771FB64DC7005184D4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 031ABE761FB64DC7005184D4 /* Assets.xcassets */; }; 031ABE7A1FB64DC7005184D4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 031ABE781FB64DC7005184D4 /* LaunchScreen.storyboard */; }; - 0323C58C212861B200E10268 /* SwiftOSC.framework in Sources */ = {isa = PBXBuildFile; fileRef = 03F4BBF01FB6E2B900193238 /* SwiftOSC.framework */; }; 03F4BBF11FB6E2C100193238 /* SwiftOSC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03F4BBF01FB6E2B900193238 /* SwiftOSC.framework */; }; 03F4BBF21FB6E2C100193238 /* SwiftOSC.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 03F4BBF01FB6E2B900193238 /* SwiftOSC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ @@ -165,7 +164,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0323C58C212861B200E10268 /* SwiftOSC.framework in Sources */, 031ABE721FB64DC7005184D4 /* ViewController.swift in Sources */, 031ABE701FB64DC7005184D4 /* AppDelegate.swift in Sources */, ); diff --git a/Examples/macOS/OSCMonitor/OSCMonitor.xcodeproj/project.pbxproj b/Examples/macOS/OSCMonitor/OSCMonitor.xcodeproj/project.pbxproj index 6856703..660237c 100644 --- a/Examples/macOS/OSCMonitor/OSCMonitor.xcodeproj/project.pbxproj +++ b/Examples/macOS/OSCMonitor/OSCMonitor.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 0323C58B2128619600E10268 /* SwiftOSC.framework in Sources */ = {isa = PBXBuildFile; fileRef = 035F847F1FB6F39500C8C333 /* SwiftOSC.framework */; }; 033827B61D3999590065A3A7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 033827B51D3999590065A3A7 /* AppDelegate.swift */; }; 033827B81D3999590065A3A7 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 033827B71D3999590065A3A7 /* ViewController.swift */; }; 033827BA1D3999590065A3A7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 033827B91D3999590065A3A7 /* Assets.xcassets */; }; @@ -167,7 +166,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0323C58B2128619600E10268 /* SwiftOSC.framework in Sources */, 03D25C2D1D3A2D2E00BE9674 /* TableData.swift in Sources */, 033827B81D3999590065A3A7 /* ViewController.swift in Sources */, 033827B61D3999590065A3A7 /* AppDelegate.swift in Sources */, diff --git a/README.md b/README.md index 58b5604..e3e028a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # SwiftOSC v1.2 -[![Build Status](https://travis-ci.org/devinroth/SwiftOSC.svg)](https://travis-ci.org/devinroth/SwiftOSC) [![Version](https://img.shields.io/cocoapods/v/SwiftOSC.svg?style=flat)](http://cocoapods.org/pods/SwiftOSC) [![License](https://img.shields.io/cocoapods/l/SwiftOSC.svg?style=flat)](https://github.com/devinroth/SwiftOSC/blob/master/LICENSE) [![Platform](https://img.shields.io/cocoapods/p/SwiftOSC.svg?style=flat)](http://cocoapods.org/pods/SwiftOSC)