Skip to content

Commit

Permalink
Make example app run on iPad.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagiera committed Sep 13, 2017
1 parent 8f49f42 commit 4bd0b76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Example/ios/GestureHandler.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@
"-lc++",
);
PRODUCT_NAME = GestureHandler;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
Expand All @@ -885,6 +886,7 @@
"-lc++",
);
PRODUCT_NAME = GestureHandler;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
Expand Down

0 comments on commit 4bd0b76

Please sign in to comment.