Skip to content

Commit 1de1f78

Browse files
committed
Add config App Uses Non-Exempt Encryption
1 parent d6c5d3f commit 1de1f78

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

V2exOS.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
0D8F3358288D35D800C27AF1 /* TimeFormat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeFormat.swift; sourceTree = "<group>"; };
4343
0DA3F3A028A40ACF00E7224D /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; };
4444
0DA3F3A628A412FE00E7224D /* CurrentUserStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentUserStore.swift; sourceTree = "<group>"; };
45+
0DA4235228E3585C005BD63F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
4546
0DF3300D28A55DEA00AEF312 /* InboxListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboxListView.swift; sourceTree = "<group>"; };
4647
0DF3300F28A56A3600AEF312 /* StringExt.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExt.swift; sourceTree = "<group>"; };
4748
/* End PBXFileReference section */
@@ -81,6 +82,7 @@
8182
0D033B24288CD64500129C9B /* V2exOS */ = {
8283
isa = PBXGroup;
8384
children = (
85+
0DA4235228E3585C005BD63F /* Info.plist */,
8486
0D8F3357288D35B200C27AF1 /* Utils */,
8587
0D033B3C288D0FEC00129C9B /* Views */,
8688
0DA3F3A528A412F100E7224D /* User */,
@@ -372,6 +374,7 @@
372374
ENABLE_HARDENED_RUNTIME = YES;
373375
ENABLE_PREVIEWS = YES;
374376
GENERATE_INFOPLIST_FILE = YES;
377+
INFOPLIST_FILE = V2exOS/Info.plist;
375378
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
376379
INFOPLIST_KEY_NSHumanReadableCopyright = "";
377380
LD_RUNPATH_SEARCH_PATHS = (
@@ -403,6 +406,7 @@
403406
ENABLE_HARDENED_RUNTIME = YES;
404407
ENABLE_PREVIEWS = YES;
405408
GENERATE_INFOPLIST_FILE = YES;
409+
INFOPLIST_FILE = V2exOS/Info.plist;
406410
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
407411
INFOPLIST_KEY_NSHumanReadableCopyright = "";
408412
LD_RUNPATH_SEARCH_PATHS = (

V2exOS/Info.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>ITSAppUsesNonExemptEncryption</key>
6+
<false/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)