Skip to content

Commit

Permalink
Resolved file path in misnamed mac framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mchoe committed Apr 11, 2016
1 parent fab7dcc commit 01be63b
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 26 deletions.
14 changes: 7 additions & 7 deletions SwiftSVG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
396A8E491B3D2036001986AF /* SwiftSVGMac.framework.h in Headers */ = {isa = PBXBuildFile; fileRef = 396A8E481B3D2036001986AF /* SwiftSVGMac.framework.h */; settings = {ATTRIBUTES = (Public, ); }; };
396A8E491B3D2036001986AF /* SwiftSVGMacFramework.h in Headers */ = {isa = PBXBuildFile; fileRef = 396A8E481B3D2036001986AF /* SwiftSVGMacFramework.h */; settings = {ATTRIBUTES = (Public, ); }; };
396A8E661B3D221E001986AF /* SwiftSVGTestsiOS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 396A8E651B3D221E001986AF /* SwiftSVGTestsiOS.swift */; };
396A8E671B3D221E001986AF /* SwiftSVGiOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 39B8D88C1B3C3283009DAF60 /* SwiftSVGiOS.framework */; };
396A8E6D1B3D238B001986AF /* Dictionary+KeyForValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E245B671AAE383200472F5A /* Dictionary+KeyForValue.swift */; };
Expand Down Expand Up @@ -51,8 +51,8 @@

/* Begin PBXFileReference section */
396A8E441B3D2036001986AF /* SwiftSVGMac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftSVGMac.framework; sourceTree = BUILT_PRODUCTS_DIR; };
396A8E471B3D2036001986AF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
396A8E481B3D2036001986AF /* SwiftSVGMac.framework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftSVGMac.framework.h; sourceTree = "<group>"; };
396A8E471B3D2036001986AF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = ../SwiftSVGMacFramework/Info.plist; sourceTree = "<group>"; };
396A8E481B3D2036001986AF /* SwiftSVGMacFramework.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SwiftSVGMacFramework.h; path = ../SwiftSVGMacFramework/SwiftSVGMacFramework.h; sourceTree = "<group>"; };
396A8E611B3D221E001986AF /* SwiftSVGTestsiOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftSVGTestsiOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
396A8E641B3D221E001986AF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
396A8E651B3D221E001986AF /* SwiftSVGTestsiOS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftSVGTestsiOS.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -103,7 +103,7 @@
396A8E451B3D2036001986AF /* SwiftSVGMacFramework */ = {
isa = PBXGroup;
children = (
396A8E481B3D2036001986AF /* SwiftSVGMac.framework.h */,
396A8E481B3D2036001986AF /* SwiftSVGMacFramework.h */,
396A8E461B3D2036001986AF /* Supporting Files */,
);
name = SwiftSVGMacFramework;
Expand Down Expand Up @@ -216,7 +216,7 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
396A8E491B3D2036001986AF /* SwiftSVGMac.framework.h in Headers */,
396A8E491B3D2036001986AF /* SwiftSVGMacFramework.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -426,7 +426,7 @@
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = SwiftSVGMac.framework/Info.plist;
INFOPLIST_FILE = SwiftSVGMacFramework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
Expand All @@ -452,7 +452,7 @@
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
GCC_NO_COMMON_BLOCKS = YES;
INFOPLIST_FILE = SwiftSVGMac.framework/Info.plist;
INFOPLIST_FILE = SwiftSVGMacFramework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
Expand Down
19 changes: 0 additions & 19 deletions SwiftSVGMac.framework/SwiftSVGMac.framework.h

This file was deleted.

File renamed without changes.
38 changes: 38 additions & 0 deletions SwiftSVGMacFramework/SwiftSVGMacFramework.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
//
// SwiftSVGMac.framework.h
// SwiftSVG
//
// Copyright (c) 2015 Michael Choe
// http://www.straussmade.com/
// http://www.twitter.com/_mchoe
// http://www.github.com/mchoe
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
// all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#import <Cocoa/Cocoa.h>

//! Project version number for SwiftSVGMac.framework.
FOUNDATION_EXPORT double SwiftSVGMac_frameworkVersionNumber;

//! Project version string for SwiftSVGMac.framework.
FOUNDATION_EXPORT const unsigned char SwiftSVGMac_frameworkVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <SwiftSVGMac_framework/PublicHeader.h>


0 comments on commit 01be63b

Please sign in to comment.