Skip to content

Commit

Permalink
Fix bridging header path
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Oct 26, 2015
1 parent c69b5dd commit 166e64b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ModMove.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objectVersion = 47;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -130,7 +130,7 @@
};
};
buildConfigurationList = C27E73121BD9FFB00058FDD0 /* Build configuration list for PBXProject "ModMove" */;
compatibilityVersion = "Xcode 3.2";
compatibilityVersion = "Xcode 6.3";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
Expand Down Expand Up @@ -281,7 +281,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.smileykeith.ModMove;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "ModMove/ModMove-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "ModMove/Resources/ModMove-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
Expand All @@ -296,7 +296,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.smileykeith.ModMove;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "ModMove/ModMove-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "ModMove/Resources/ModMove-Bridging-Header.h";
};
name = Release;
};
Expand Down

0 comments on commit 166e64b

Please sign in to comment.