Skip to content

Commit

Permalink
Add exempt encryption Info.plist key
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Jan 20, 2024
1 parent 4775d20 commit 1a978d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Configs/macOS.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CODE_SIGN_STYLE = Automatic
COMBINE_HIDPI_IMAGES = YES
DEVELOPMENT_ASSET_PATHS = "macOS/Preview Content"
ENABLE_HARDENED_RUNTIME = YES
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO
INFOPLIST_KEY_LSApplicationCategoryType = public.app-category.productivity
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/../Frameworks
PRODUCT_BUNDLE_IDENTIFIER = com.saagarjha.MacCast
Expand Down
1 change: 1 addition & 0 deletions Configs/visionOS.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
DEVELOPMENT_ASSET_PATHS = "visionOS/Preview Content"
INFOPLIST_FILE = $(TARGET_NAME)/Info.plist
INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks
PRODUCT_BUNDLE_IDENTIFIER = com.saagarjha.MacCast
PRODUCT_NAME = MacCast
Expand Down

0 comments on commit 1a978d6

Please sign in to comment.