Skip to content

Commit 59136db

Browse files
author
ryan_ball
committed
Allow for packaging/not packaging the target
1 parent 4f9dafc commit 59136db

File tree

6 files changed

+228
-146
lines changed

6 files changed

+228
-146
lines changed

Launchd Package Creator.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
34496CB42260DD740054265A /* launchd-package-creator.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "launchd-package-creator.entitlements"; sourceTree = "<group>"; };
5252
34496CEF226518780054265A /* extras.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = extras.swift; sourceTree = "<group>"; };
5353
34496CF3226F4CBA0054265A /* create_daemon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = create_daemon.swift; sourceTree = "<group>"; };
54+
34FB881822A95B40008E7728 /* Launchd Package Creator.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Launchd Package Creator.entitlements"; sourceTree = "<group>"; };
5455
/* End PBXFileReference section */
5556

5657
/* Begin PBXFrameworksBuildPhase section */
@@ -101,6 +102,7 @@
101102
34496C87225FF03F0054265A /* Launchd Package Creator */ = {
102103
isa = PBXGroup;
103104
children = (
105+
34FB881822A95B40008E7728 /* Launchd Package Creator.entitlements */,
104106
34496CB42260DD740054265A /* launchd-package-creator.entitlements */,
105107
34496C88225FF03F0054265A /* AppDelegate.swift */,
106108
34496C8A225FF03F0054265A /* ViewController.swift */,

0 commit comments

Comments
 (0)