From 03dddd9dbe0a6fc4759b2b96da87499578351d26 Mon Sep 17 00:00:00 2001 From: Eli Burke Date: Tue, 5 Jul 2016 20:55:23 -0400 Subject: [PATCH 1/2] remove copy-frameworks step --- .../project.pbxproj | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/MZFormSheetPresentationController.xcodeproj/project.pbxproj b/MZFormSheetPresentationController.xcodeproj/project.pbxproj index 9dce6f5..78b2eeb 100644 --- a/MZFormSheetPresentationController.xcodeproj/project.pbxproj +++ b/MZFormSheetPresentationController.xcodeproj/project.pbxproj @@ -183,7 +183,6 @@ 468A6BF51C4B2FAD00F84D81 /* Frameworks */, 468A6BF61C4B2FAD00F84D81 /* Headers */, 468A6BF71C4B2FAD00F84D81 /* Resources */, - AE0D4D1C1C90802100A82E3B /* ShellScript */, ); buildRules = ( ); @@ -235,23 +234,6 @@ }; /* End PBXResourcesBuildPhase section */ -/* Begin PBXShellScriptBuildPhase section */ - AE0D4D1C1C90802100A82E3B /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "$(SRCROOT)/Carthage/Build/iOS/MZAppearance.framework", - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/usr/local/bin/carthage copy-frameworks"; - }; -/* End PBXShellScriptBuildPhase section */ - /* Begin PBXSourcesBuildPhase section */ 468A6BF41C4B2FAD00F84D81 /* Sources */ = { isa = PBXSourcesBuildPhase; From b34c93ef3f879ff49204488dc4c4ffa241ee7558 Mon Sep 17 00:00:00 2001 From: Eli Burke Date: Tue, 5 Jul 2016 21:08:04 -0400 Subject: [PATCH 2/2] added missing headers to framework header --- Framework/MZFormSheetPresentationControllerFramework.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Framework/MZFormSheetPresentationControllerFramework.h b/Framework/MZFormSheetPresentationControllerFramework.h index f11f00f..5d6fab7 100644 --- a/Framework/MZFormSheetPresentationControllerFramework.h +++ b/Framework/MZFormSheetPresentationControllerFramework.h @@ -17,6 +17,8 @@ FOUNDATION_EXPORT const unsigned char MZFormSheetPresentationControllerVersionSt #import #import +#import +#import #import @@ -26,7 +28,8 @@ FOUNDATION_EXPORT const unsigned char MZFormSheetPresentationControllerVersionSt #import #import -#import +#import +#import #import -#import \ No newline at end of file +#import \ No newline at end of file