Skip to content

Commit

Permalink
fix entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
陈徐挺(Jesse) committed Mar 6, 2017
1 parent 77cf1dd commit 36b992d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions PicU.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<<<<<<< HEAD
<key>com.apple.security.network.client</key>
<true/>
=======
>>>>>>> 69a7e9fa74e8b5396c1351936281d8c401e446c9
</dict>
</plist>
6 changes: 4 additions & 2 deletions PicU.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
DDB6C2301E120378009B7EDD /* QNService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QNService.swift; sourceTree = "<group>"; };
DDC182E91D5C1A6600D40AA3 /* OC-birdge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "OC-birdge.h"; sourceTree = "<group>"; };
DDC266061E5419B30061F5DA /* ImageService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageService.swift; sourceTree = "<group>"; };
DDD7F02D1E6D433700B685D8 /* PicU.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PicU.entitlements; sourceTree = "<group>"; };
DDE7BB1E1D3F4295009031F3 /* PasteboardObserver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasteboardObserver.swift; sourceTree = "<group>"; };
DDF4BDE81E6327E6006E0382 /* PicU.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PicU.entitlements; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -76,7 +76,7 @@
DD7B7E531D322CC700B68805 = {
isa = PBXGroup;
children = (
DDF4BDE81E6327E6006E0382 /* PicU.entitlements */,
DDD7F02D1E6D433700B685D8 /* PicU.entitlements */,
DD7B7E5E1D322CC700B68805 /* UPImage */,
DD7B7E5D1D322CC700B68805 /* Products */,
8678AFDE00AA4AA14BB417A0 /* Pods */,
Expand Down Expand Up @@ -367,6 +367,7 @@
baseConfigurationReference = CE95451D6911349713F6C020 /* Pods-PicU.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = PicU.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
Expand All @@ -389,6 +390,7 @@
baseConfigurationReference = 88A8CB4247904D1AAE55DF35 /* Pods-PicU.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = PicU.entitlements;
CODE_SIGN_IDENTITY = "Mac Developer";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
Expand Down

0 comments on commit 36b992d

Please sign in to comment.