Skip to content

Commit

Permalink
Merge pull request #259 from ostelco/feature/fix-iphone-support-only
Browse files Browse the repository at this point in the history
fix only support ipad to only support iphone
  • Loading branch information
Håvard Norén authored Jun 17, 2019
2 parents 99f444c + d5aaeac commit 747574f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ostelco-ios-client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,7 @@
PROVISIONING_PROFILE_SPECIFIER = "match Development sg.redotter.dev.selfcare";
SWIFT_OBJC_BRIDGING_HEADER = "ostelco-ios-client/SupportingFiles/ostelco-ios-client-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 2;
TARGETED_DEVICE_FAMILY = 1;
USER_HEADER_SEARCH_PATHS = "";
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down Expand Up @@ -2707,7 +2707,7 @@
PROVISIONING_PROFILE_SPECIFIER = "match AppStore sg.redotter.dev.selfcare";
SWIFT_OBJC_BRIDGING_HEADER = "ostelco-ios-client/SupportingFiles/ostelco-ios-client-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 2;
TARGETED_DEVICE_FAMILY = 1;
USER_HEADER_SEARCH_PATHS = "";
VERSIONING_SYSTEM = "apple-generic";
};
Expand Down
2 changes: 0 additions & 2 deletions ostelco-ios-client/SupportingFiles/Development.plist
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
Expand Down

0 comments on commit 747574f

Please sign in to comment.