diff options
| author | Teddy Wing | 2016-12-02 17:52:33 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2016-12-02 17:52:33 -0500 | 
| commit | 422d83d7572feb648f8dff966d36588e97cf4beb (patch) | |
| tree | ae4eca7ecced902a095b22555f9037cd0d6c0949 /Low Battery Yup.d.xcodeproj/project.pbxproj | |
| parent | 22e657a042d653e5abcdb876d843bb80343e9053 (diff) | |
| parent | 83cf716ed5534dcfc26a3e0a6e8463979989772f (diff) | |
| download | Low-Battery-Yup-422d83d7572feb648f8dff966d36588e97cf4beb.tar.bz2 | |
Merge branch 'launch-agent'
Diffstat (limited to 'Low Battery Yup.d.xcodeproj/project.pbxproj')
| -rw-r--r-- | Low Battery Yup.d.xcodeproj/project.pbxproj | 31 | 
1 files changed, 31 insertions, 0 deletions
diff --git a/Low Battery Yup.d.xcodeproj/project.pbxproj b/Low Battery Yup.d.xcodeproj/project.pbxproj index f1c9910..da19448 100644 --- a/Low Battery Yup.d.xcodeproj/project.pbxproj +++ b/Low Battery Yup.d.xcodeproj/project.pbxproj @@ -8,6 +8,8 @@  /* Begin PBXBuildFile section */  		D123F5A81DDF9D2400A27B7A /* DDHotKeyCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = D123F5A71DDF9D2400A27B7A /* DDHotKeyCenter.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; }; +		D131EB381DF1E8AB00504A74 /* com.teddywing.Low-Battery-Yup.StartAtLogin.plist in Resources */ = {isa = PBXBuildFile; fileRef = D131EB371DF1E8AB00504A74 /* com.teddywing.Low-Battery-Yup.StartAtLogin.plist */; }; +		D131EB4B1DF203CD00504A74 /* Low Battery Yup.d.app in Resources */ = {isa = PBXBuildFile; fileRef = D18C949E1DDC33CF00E03F87 /* Low Battery Yup.d.app */; };  		D15D90B71DF0465E001700CD /* ShortcutView.m in Sources */ = {isa = PBXBuildFile; fileRef = D15D90B61DF0465E001700CD /* ShortcutView.m */; };  		D1871D071DE094AB00B8030D /* DDHotKeyTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = D1871D061DE094AB00B8030D /* DDHotKeyTextField.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };  		D1871D081DE094C200B8030D /* DDHotKeyUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A37AF01DE001770022434D /* DDHotKeyUtilities.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; }; @@ -21,6 +23,8 @@  		D18C94C51DDC355400E03F87 /* Mouse.m in Sources */ = {isa = PBXBuildFile; fileRef = D18C94C41DDC355400E03F87 /* Mouse.m */; };  		D195AE5F1DDC776000A53A18 /* MASShortcut.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D195AE5A1DDC774300A53A18 /* MASShortcut.framework */; };  		D195AE601DDC776F00A53A18 /* MASShortcut.framework in Resources */ = {isa = PBXBuildFile; fileRef = D195AE5A1DDC774300A53A18 /* MASShortcut.framework */; }; +		D19DF20F1DF1AD3D0094C50F /* LaunchAgentManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D19DF20E1DF1AD3D0094C50F /* LaunchAgentManager.m */; }; +		D19DF2121DF1AD480094C50F /* DaemonLauncher.m in Sources */ = {isa = PBXBuildFile; fileRef = D19DF2111DF1AD480094C50F /* DaemonLauncher.m */; };  		D1A37AEE1DE0012C0022434D /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D1A37AED1DE0012C0022434D /* Carbon.framework */; };  		D1A37AF11DE001770022434D /* DDHotKeyUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A37AF01DE001770022434D /* DDHotKeyUtilities.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };  		D1F809E11DDC6AA0001671E9 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D18C94A21DDC33CF00E03F87 /* Cocoa.framework */; }; @@ -32,6 +36,13 @@  /* End PBXBuildFile section */  /* Begin PBXContainerItemProxy section */ +		D131EB451DF2034E00504A74 /* PBXContainerItemProxy */ = { +			isa = PBXContainerItemProxy; +			containerPortal = D18C94951DDC33CF00E03F87 /* Project object */; +			proxyType = 1; +			remoteGlobalIDString = D18C949D1DDC33CF00E03F87; +			remoteInfo = "Low Battery Yup.d"; +		};  		D195AE591DDC774300A53A18 /* PBXContainerItemProxy */ = {  			isa = PBXContainerItemProxy;  			containerPortal = D195AE4F1DDC774200A53A18 /* MASShortcut.xcodeproj */; @@ -58,6 +69,7 @@  /* Begin PBXFileReference section */  		D123F5A61DDF9D2400A27B7A /* DDHotKeyCenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDHotKeyCenter.h; path = DDHotKey/DDHotKeyCenter.h; sourceTree = "<group>"; };  		D123F5A71DDF9D2400A27B7A /* DDHotKeyCenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDHotKeyCenter.m; path = DDHotKey/DDHotKeyCenter.m; sourceTree = "<group>"; }; +		D131EB371DF1E8AB00504A74 /* com.teddywing.Low-Battery-Yup.StartAtLogin.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "com.teddywing.Low-Battery-Yup.StartAtLogin.plist"; sourceTree = "<group>"; };  		D15D90B51DF0465E001700CD /* ShortcutView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShortcutView.h; sourceTree = "<group>"; };  		D15D90B61DF0465E001700CD /* ShortcutView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShortcutView.m; sourceTree = "<group>"; };  		D1871D051DE094AB00B8030D /* DDHotKeyTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDHotKeyTextField.h; path = DDHotKey/DDHotKeyTextField.h; sourceTree = "<group>"; }; @@ -78,6 +90,10 @@  		D18C94C41DDC355400E03F87 /* Mouse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Mouse.m; sourceTree = "<group>"; };  		D195AE4F1DDC774200A53A18 /* MASShortcut.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MASShortcut.xcodeproj; path = MASShortcut/MASShortcut.xcodeproj; sourceTree = "<group>"; };  		D19DF1F41DF09CF30094C50F /* Constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Constants.h; sourceTree = "<group>"; }; +		D19DF20D1DF1AD3D0094C50F /* LaunchAgentManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LaunchAgentManager.h; sourceTree = "<group>"; }; +		D19DF20E1DF1AD3D0094C50F /* LaunchAgentManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LaunchAgentManager.m; sourceTree = "<group>"; }; +		D19DF2101DF1AD480094C50F /* DaemonLauncher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DaemonLauncher.h; sourceTree = "<group>"; }; +		D19DF2111DF1AD480094C50F /* DaemonLauncher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DaemonLauncher.m; sourceTree = "<group>"; };  		D1A37AED1DE0012C0022434D /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };  		D1A37AEF1DE001770022434D /* DDHotKeyUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDHotKeyUtilities.h; path = DDHotKey/DDHotKeyUtilities.h; sourceTree = "<group>"; };  		D1A37AF01DE001770022434D /* DDHotKeyUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDHotKeyUtilities.m; path = DDHotKey/DDHotKeyUtilities.m; sourceTree = "<group>"; }; @@ -207,6 +223,10 @@  				D195AE4F1DDC774200A53A18 /* MASShortcut.xcodeproj */,  				D1F809EE1DDC6AA0001671E9 /* AppDelegate.h */,  				D1F809EF1DDC6AA0001671E9 /* AppDelegate.m */, +				D19DF20D1DF1AD3D0094C50F /* LaunchAgentManager.h */, +				D19DF20E1DF1AD3D0094C50F /* LaunchAgentManager.m */, +				D19DF2101DF1AD480094C50F /* DaemonLauncher.h */, +				D19DF2111DF1AD480094C50F /* DaemonLauncher.m */,  				D19DF1F41DF09CF30094C50F /* Constants.h */,  				D15D90B51DF0465E001700CD /* ShortcutView.h */,  				D15D90B61DF0465E001700CD /* ShortcutView.m */, @@ -224,6 +244,7 @@  				D1F809E81DDC6AA0001671E9 /* main.m */,  				D1F809EA1DDC6AA0001671E9 /* Low Battery Yup-Prefix.pch */,  				D1F809EB1DDC6AA0001671E9 /* Credits.rtf */, +				D131EB371DF1E8AB00504A74 /* com.teddywing.Low-Battery-Yup.StartAtLogin.plist */,  			);  			name = "Supporting Files";  			sourceTree = "<group>"; @@ -259,6 +280,7 @@  			buildRules = (  			);  			dependencies = ( +				D131EB461DF2034E00504A74 /* PBXTargetDependency */,  				D1D440591DDD9B50003721DE /* PBXTargetDependency */,  			);  			name = "Low Battery Yup"; @@ -342,10 +364,12 @@  			isa = PBXResourcesBuildPhase;  			buildActionMask = 2147483647;  			files = ( +				D131EB4B1DF203CD00504A74 /* Low Battery Yup.d.app in Resources */,  				D1F809E71DDC6AA0001671E9 /* InfoPlist.strings in Resources */,  				D1F809ED1DDC6AA0001671E9 /* Credits.rtf in Resources */,  				D1F809F31DDC6AA0001671E9 /* MainMenu.xib in Resources */,  				D195AE601DDC776F00A53A18 /* MASShortcut.framework in Resources */, +				D131EB381DF1E8AB00504A74 /* com.teddywing.Low-Battery-Yup.StartAtLogin.plist in Resources */,  			);  			runOnlyForDeploymentPostprocessing = 0;  		}; @@ -374,12 +398,19 @@  				D1871D081DE094C200B8030D /* DDHotKeyUtilities.m in Sources */,  				D1871D091DE0955E00B8030D /* DDHotKeyCenter.m in Sources */,  				D15D90B71DF0465E001700CD /* ShortcutView.m in Sources */, +				D19DF20F1DF1AD3D0094C50F /* LaunchAgentManager.m in Sources */, +				D19DF2121DF1AD480094C50F /* DaemonLauncher.m in Sources */,  			);  			runOnlyForDeploymentPostprocessing = 0;  		};  /* End PBXSourcesBuildPhase section */  /* Begin PBXTargetDependency section */ +		D131EB461DF2034E00504A74 /* PBXTargetDependency */ = { +			isa = PBXTargetDependency; +			target = D18C949D1DDC33CF00E03F87 /* Low Battery Yup.d */; +			targetProxy = D131EB451DF2034E00504A74 /* PBXContainerItemProxy */; +		};  		D1D440591DDD9B50003721DE /* PBXTargetDependency */ = {  			isa = PBXTargetDependency;  			name = MASShortcut;  | 
