Skip to content

Commit

Permalink
Set ITSAppUsesNonExemptEncryption to NO
Browse files Browse the repository at this point in the history
App uses encryption limited to that within the Apple operating system
  • Loading branch information
erikbasargin committed Jan 9, 2025
1 parent 453c35e commit 44731a3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ODCLite.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
6F6BE3B42CB2FCA8002695EC /* ODC Lite.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ODC Lite.app"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
130D1B9C2D3092E70047404E /* Exceptions for "ODCLite" folder in "ODCLite" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 6F6BE3B32CB2FCA7002695EC /* ODCLite */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
13A089F92CF3C12E001A7712 /* ODCLiteTests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
Expand All @@ -33,6 +43,9 @@
};
6F6BE3B62CB2FCA8002695EC /* ODCLite */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
130D1B9C2D3092E70047404E /* Exceptions for "ODCLite" folder in "ODCLite" target */,
);
path = ODCLite;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -402,6 +415,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = ODCLite/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSCameraUsageDescription = "To capture your camera on the broadcast.";
Expand Down Expand Up @@ -438,6 +452,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = ODCLite/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_LSUIElement = YES;
INFOPLIST_KEY_NSCameraUsageDescription = "To capture your camera on the broadcast.";
Expand Down
8 changes: 8 additions & 0 deletions ODCLite/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>

0 comments on commit 44731a3

Please sign in to comment.