Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ObuchiYuki committed Feb 13, 2022
1 parent 3a1b640 commit e406796
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 21 deletions.
2 changes: 2 additions & 0 deletions DevToys/DevToys.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = DevToys/DevToys.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
Expand Down Expand Up @@ -782,6 +783,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = DevToys/DevToys.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
Expand Down
Binary file modified DevToys/DevToys/Body/Media/Image Optimizer/jpegoptim
Binary file not shown.
Binary file not shown.
Binary file modified DevToys/DevToys/Body/Media/Image Optimizer/optipng
Binary file not shown.
22 changes: 1 addition & 21 deletions DevToys/DevToys/DevToys.entitlements
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
<?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>com.apple.security.files.all
</key>
<true/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.assets.movies.read-write</key>
<true/>
<key>com.apple.security.assets.music.read-write</key>
<true/>
<key>com.apple.security.assets.pictures.read-write</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
<dict/>
</plist>

0 comments on commit e406796

Please sign in to comment.