[CalendarServer-changes] [15346] CalendarServer/trunk/support
source_changes at macosforge.org
source_changes at macosforge.org
Mon Nov 30 08:26:19 PST 2015
Revision: 15346
http://trac.calendarserver.org//changeset/15346
Author: cdaboo at apple.com
Date: 2015-11-30 08:26:19 -0800 (Mon, 30 Nov 2015)
Log Message:
-----------
Add info plist section to python wrapper binary.
Modified Paths:
--------------
CalendarServer/trunk/support/Apple.make
Added Paths:
-----------
CalendarServer/trunk/support/appgroup.plist
Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make 2015-11-20 18:01:30 UTC (rev 15345)
+++ CalendarServer/trunk/support/Apple.make 2015-11-30 16:26:19 UTC (rev 15346)
@@ -64,7 +64,7 @@
build-wrapper: $(BuildDirectory)/python-wrapper
$(BuildDirectory)/python-wrapper: $(Sources)/support/python-wrapper.c
- $(CC) $(Sources)/support/python-wrapper.c -o $(BuildDirectory)/python-wrapper
+ $(CC) -sectcreate __TEXT __info_plist $(Sources)/support/appgroup.plist $(Sources)/support/python-wrapper.c -o $(BuildDirectory)/python-wrapper
install:: install-python
install-python:: build
Added: CalendarServer/trunk/support/appgroup.plist
===================================================================
--- CalendarServer/trunk/support/appgroup.plist (rev 0)
+++ CalendarServer/trunk/support/appgroup.plist 2015-11-30 16:26:19 UTC (rev 15346)
@@ -0,0 +1,12 @@
+<?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>Application-Group</key>
+ <array>
+ <string>com.apple.identity.export</string>
+ <string>com.apple.server</string>
+ </array>
+</dict>
+</plist>
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151130/c1c52973/attachment.html>
More information about the calendarserver-changes
mailing list