Skip to content

Commit

Permalink
Add iphoneos platform to Simulator target
Browse files Browse the repository at this point in the history
Only having iphonesimulator was making the build target available just for Mac devices
  • Loading branch information
heitortsergent committed Jan 26, 2016
1 parent 89c4ee0 commit b89a755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeenClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
OTHER_LDFLAGS = "";
PRODUCT_NAME = "KeenClient-Simulator";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = iphonesimulator;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
VALID_ARCHS = "armv6 armv7 arm64";
};
name = Debug;
Expand All @@ -865,7 +865,7 @@
OTHER_LDFLAGS = "";
PRODUCT_NAME = "KeenClient-Simulator";
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = iphonesimulator;
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
VALID_ARCHS = "armv6 armv7 arm64";
};
name = Release;
Expand Down

0 comments on commit b89a755

Please sign in to comment.