File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
88A iOS client application for retrieving your Grades from the OSSC servers.
99
Original file line number Diff line number Diff line change 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 };
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 };
You can’t perform that action at this time.
0 commit comments