Skip to content

Commit

Permalink
Us STPrivilegedTask via cocoapods instead
Browse files Browse the repository at this point in the history
  • Loading branch information
MarLoe committed Sep 4, 2018
1 parent 00d68bc commit d3a8cae
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 412 deletions.
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target 'VMware' do

# Pods for VMware
pod 'GitHubRelease', :git => 'https://github.com/MarLoe/GitHub.Release'
pod 'STPrivilegedTask', :git => 'https://github.com/sveinbjornt/STPrivilegedTask'
end

target 'VMware.Debug' do
Expand Down
10 changes: 9 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
PODS:
- GitHubRelease (0.5.3)
- STPrivilegedTask (1.0.7)

DEPENDENCIES:
- GitHubRelease (from `https://github.com/MarLoe/GitHub.Release`)
- STPrivilegedTask (from `https://github.com/sveinbjornt/STPrivilegedTask`)

EXTERNAL SOURCES:
GitHubRelease:
:git: https://github.com/MarLoe/GitHub.Release
STPrivilegedTask:
:git: https://github.com/sveinbjornt/STPrivilegedTask

CHECKOUT OPTIONS:
GitHubRelease:
:commit: a1d85949c9376f77baa8977947d2bfedb4c04e28
:git: https://github.com/MarLoe/GitHub.Release
STPrivilegedTask:
:commit: f8d63a6d5b18b186ce9d014d16125faab6049d95
:git: https://github.com/sveinbjornt/STPrivilegedTask

SPEC CHECKSUMS:
GitHubRelease: b8ff520022db9b578682fcf29f13312ee20046fc
STPrivilegedTask: 56c3397238a1ec07720fb877a044898373cd2c68

PODFILE CHECKSUM: 64be4b10b27980c4bd3e2322c465f2fe9ef9ee9e
PODFILE CHECKSUM: 8f411986837afbc4a4489d15aab0fcb20ee0de8f

COCOAPODS: 1.5.3
18 changes: 1 addition & 17 deletions VMware.PreferencePane.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
6D292A13212E128200A950AF /* MLPlistParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D292A11212E128200A950AF /* MLPlistParser.m */; };
6D7527AD20CEFBBD00ECAAD2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5B3A8258203114AB0062DFEF /* Assets.xcassets */; };
6D7527AF20CEFC2F00ECAAD2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5B3A8258203114AB0062DFEF /* Assets.xcassets */; };
6D914134213D217F000D7931 /* STPrivilegedTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D914132213D217F000D7931 /* STPrivilegedTask.h */; };
6D914135213D217F000D7931 /* STPrivilegedTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D914133213D217F000D7931 /* STPrivilegedTask.m */; };
6DB3F5B820D087F20019CB79 /* NSView+Enabled.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DB3F5B620D087F20019CB79 /* NSView+Enabled.h */; };
6DB3F5B920D087F20019CB79 /* NSView+Enabled.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DB3F5B720D087F20019CB79 /* NSView+Enabled.m */; };
6DD6407A213E731300962088 /* VMware.searchTerms in Resources */ = {isa = PBXBuildFile; fileRef = 6DD64079213E731300962088 /* VMware.searchTerms */; };
Expand Down Expand Up @@ -83,11 +81,9 @@
6D292A0F212E0F4F00A950AF /* MLCommand+internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MLCommand+internal.h"; sourceTree = "<group>"; };
6D292A10212E128200A950AF /* MLPlistParser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MLPlistParser.h; sourceTree = "<group>"; };
6D292A11212E128200A950AF /* MLPlistParser.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MLPlistParser.m; sourceTree = "<group>"; };
6D914132213D217F000D7931 /* STPrivilegedTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = STPrivilegedTask.h; sourceTree = "<group>"; };
6D914133213D217F000D7931 /* STPrivilegedTask.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = STPrivilegedTask.m; sourceTree = "<group>"; };
6DB3F5B620D087F20019CB79 /* NSView+Enabled.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSView+Enabled.h"; sourceTree = "<group>"; };
6DB3F5B720D087F20019CB79 /* NSView+Enabled.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSView+Enabled.m"; sourceTree = "<group>"; };
6DB3F5BA20D092BF0019CB79 /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; };
6DB3F5BA20D092BF0019CB79 /* Podfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Podfile; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
6DD64079213E731300962088 /* VMware.searchTerms */ = {isa = PBXFileReference; explicitFileType = text.plist; path = VMware.searchTerms; sourceTree = "<group>"; };
7249EB30CD2C1412B8DADE41 /* Pods-VMware.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VMware.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VMware/Pods-VMware.debug.xcconfig"; sourceTree = "<group>"; };
731C4F79D6F7323456A2D75D /* Pods-VMware.Debug.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-VMware.Debug.debug.xcconfig"; path = "Pods/Target Support Files/Pods-VMware.Debug/Pods-VMware.Debug.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -154,7 +150,6 @@
isa = PBXGroup;
children = (
6D2929D0212D896400A950AF /* Commands */,
6D914131213D217F000D7931 /* STPrivilegedTask */,
5B509F9420362265001A2037 /* Presets.plist */,
5B3A823D2030ED960062DFEF /* MainPane.h */,
5B3A823F2030ED960062DFEF /* MainPane.m */,
Expand Down Expand Up @@ -212,15 +207,6 @@
path = Commands;
sourceTree = "<group>";
};
6D914131213D217F000D7931 /* STPrivilegedTask */ = {
isa = PBXGroup;
children = (
6D914132213D217F000D7931 /* STPrivilegedTask.h */,
6D914133213D217F000D7931 /* STPrivilegedTask.m */,
);
path = STPrivilegedTask;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand All @@ -233,7 +219,6 @@
5B3A823E2030ED960062DFEF /* MainPane.h in Headers */,
6D2929DB212DF00400A950AF /* MLLaunchCtrlCommand.h in Headers */,
6D292A12212E128200A950AF /* MLPlistParser.h in Headers */,
6D914134213D217F000D7931 /* STPrivilegedTask.h in Headers */,
6D2929D7212D96A200A950AF /* MLVMwareCommand.h in Headers */,
6D2929D3212D898700A950AF /* MLCommand.h in Headers */,
);
Expand Down Expand Up @@ -386,7 +371,6 @@
files = (
6D2929DC212DF00400A950AF /* MLLaunchCtrlCommand.m in Sources */,
5B3A82402030ED960062DFEF /* MainPane.m in Sources */,
6D914135213D217F000D7931 /* STPrivilegedTask.m in Sources */,
6D2929D8212D96A200A950AF /* MLVMwareCommand.m in Sources */,
6D2929D4212D898700A950AF /* MLCommand.m in Sources */,
6D292A13212E128200A950AF /* MLPlistParser.m in Sources */,
Expand Down
66 changes: 0 additions & 66 deletions VMware/STPrivilegedTask/STPrivilegedTask.h

This file was deleted.

Loading

0 comments on commit d3a8cae

Please sign in to comment.