Skip to content

Commit 87ee845

Browse files
committed
Remove iPadOS Platform Support for now
- The list is only getting displayed in the sidebar. I have to fix this before re-enabeling iPadOS support.
1 parent 91c39f5 commit 87ee845

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# iOSSC
44

55
[![swift-version](https://img.shields.io/badge/swift-5.3-orange.svg)](https://github.com/apple/swift)
6-
[![platforms](https://img.shields.io/badge/platform-iOS%20%7C%20iPadOS-lightgrey)]()
6+
[![platforms](https://img.shields.io/badge/platform-iOS-lightgrey)]()
77

88
A iOS client application for retrieving your Grades from the OSSC servers.
99

iOSSC.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
PRODUCT_BUNDLE_IDENTIFIER = me.kuhlti.iOSSC;
418418
PRODUCT_NAME = "$(TARGET_NAME)";
419419
SWIFT_VERSION = 5.0;
420-
TARGETED_DEVICE_FAMILY = "1,2";
420+
TARGETED_DEVICE_FAMILY = 1;
421421
};
422422
name = Debug;
423423
};
@@ -440,7 +440,7 @@
440440
PRODUCT_BUNDLE_IDENTIFIER = me.kuhlti.iOSSC;
441441
PRODUCT_NAME = "$(TARGET_NAME)";
442442
SWIFT_VERSION = 5.0;
443-
TARGETED_DEVICE_FAMILY = "1,2";
443+
TARGETED_DEVICE_FAMILY = 1;
444444
};
445445
name = Release;
446446
};

0 commit comments

Comments
 (0)