Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions QuickLabelTimer/QuickLabelTimer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,10 @@
REGISTER_APP_GROUPS = YES;
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SUPPORTS_MACCATALYST = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
TARGETED_DEVICE_FAMILY = "1,7";
XROS_DEPLOYMENT_TARGET = 2.5;
};
name = Debug;
Expand Down Expand Up @@ -446,9 +447,10 @@
REGISTER_APP_GROUPS = YES;
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SUPPORTS_MACCATALYST = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
TARGETED_DEVICE_FAMILY = "1,7";
XROS_DEPLOYMENT_TARGET = 2.5;
};
name = Release;
Expand Down
4 changes: 1 addition & 3 deletions QuickLabelTimer/QuickLabelTimer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<plist version="1.0">
<dict>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<array/>
<key>UILaunchScreen</key>
<dict>
<key>UIColorName</key>
Expand Down