From 348c12e1fc3c447901a8f0a204c9721544170c69 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sun, 15 May 2016 19:02:44 +0300 Subject: [PATCH 1/2] fix travis-ci badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1116ae..c543553 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ #Tablet.swift

-Build Status +Build Status Swift 2.2 compatible Platform iOS CocoaPods compatible From e0968898194c056dafa726dfd5d73a1e8bb82278 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Fri, 3 Jun 2016 00:28:56 +0300 Subject: [PATCH 2/2] fix xcode proj --- TabletDemo/TabletDemo.xcodeproj/project.pbxproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TabletDemo/TabletDemo.xcodeproj/project.pbxproj b/TabletDemo/TabletDemo.xcodeproj/project.pbxproj index 9779299..c07b7a8 100644 --- a/TabletDemo/TabletDemo.xcodeproj/project.pbxproj +++ b/TabletDemo/TabletDemo.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + DA539CC41D00DC6000368ACB /* Tablet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA539CC31D00DC6000368ACB /* Tablet.framework */; }; DAC2D5CA1C9D303E009E9C19 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC2D5C91C9D303E009E9C19 /* AppDelegate.swift */; }; DAC2D5CF1C9D30A7009E9C19 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DAC2D5CD1C9D30A7009E9C19 /* Main.storyboard */; }; DAC2D5D01C9D30A7009E9C19 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DAC2D5CE1C9D30A7009E9C19 /* LaunchScreen.storyboard */; }; @@ -17,6 +18,7 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + DA539CC31D00DC6000368ACB /* Tablet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Tablet.framework; path = "../Tablet/build/Debug-iphoneos/Tablet.framework"; sourceTree = ""; }; DAB7EB271BEF787300D2AD5E /* TabletDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TabletDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; DAC2D5C91C9D303E009E9C19 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; DAC2D5CD1C9D30A7009E9C19 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = ""; }; @@ -33,17 +35,27 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + DA539CC41D00DC6000368ACB /* Tablet.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + DA539CC21D00DC5300368ACB /* Frameworks */ = { + isa = PBXGroup; + children = ( + DA539CC31D00DC6000368ACB /* Tablet.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; DAB7EB1E1BEF787300D2AD5E = { isa = PBXGroup; children = ( DAC2D5C61C9D2FE5009E9C19 /* Classes */, DAC2D5CB1C9D3058009E9C19 /* Resources */, + DA539CC21D00DC5300368ACB /* Frameworks */, DAB7EB281BEF787300D2AD5E /* Products */, ); sourceTree = "";