Skip to content

Commit fb3133f

Browse files
Jason KimJason Kim
authored andcommitted
Project settings update to default and work only on an iPad
1 parent a4dfb3e commit fb3133f

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

iOS-REST-API-Explorer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
558558
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
559559
PRODUCT_NAME = "iOS-REST-API-Explorer";
560-
TARGETED_DEVICE_FAMILY = "1,2";
560+
TARGETED_DEVICE_FAMILY = 2;
561561
};
562562
name = Debug;
563563
};
@@ -570,7 +570,7 @@
570570
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
571571
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
572572
PRODUCT_NAME = "iOS-REST-API-Explorer";
573-
TARGETED_DEVICE_FAMILY = "1,2";
573+
TARGETED_DEVICE_FAMILY = 2;
574574
};
575575
name = Release;
576576
};

iOS-REST-API-Explorer/Info.plist

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@
4040
<false/>
4141
</dict>
4242
</dict>
43-
<key>UISupportedInterfaceOrientations</key>
44-
<array>
45-
<string>UIInterfaceOrientationLandscapeLeft</string>
46-
<string>UIInterfaceOrientationLandscapeRight</string>
47-
<string>UIInterfaceOrientationPortrait</string>
48-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
49-
</array>
5043
<key>UISupportedInterfaceOrientations~ipad</key>
5144
<array>
5245
<string>UIInterfaceOrientationLandscapeLeft</string>

0 commit comments

Comments
 (0)