Skip to content

Commit

Permalink
The Mac framework builds for x86_64 only.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed May 9, 2015
1 parent f81299a commit 40e2acc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Stream.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@
PRODUCT_NAME = Stream;
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VALID_ARCHS = x86_64;
};
name = Debug;
};
Expand All @@ -499,6 +500,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.9;
PRODUCT_NAME = Stream;
SKIP_INSTALL = YES;
VALID_ARCHS = x86_64;
};
name = Release;
};
Expand Down

0 comments on commit 40e2acc

Please sign in to comment.