Skip to content

Commit

Permalink
Merge pull request #237 from lindegroup/v1.1.3
Browse files Browse the repository at this point in the history
Merge 1.1.3 to master.
  • Loading branch information
futureimperfect committed Dec 15, 2014
2 parents 493aee8 + 78cd94c commit 1a7c7b1
Show file tree
Hide file tree
Showing 19 changed files with 120 additions and 109 deletions.
40 changes: 20 additions & 20 deletions AutoPkgr.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
BE0E857919D668F600B25B5E /* LGHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0E857819D668F600B25B5E /* LGHTTPRequest.m */; };
BE32178B19ED9ACA00A92E5A /* LGRecipeOverrides.m in Sources */ = {isa = PBXBuildFile; fileRef = BE32178A19ED9ACA00A92E5A /* LGRecipeOverrides.m */; };
BE32178E19EDA15400A92E5A /* LGTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = BE32178D19EDA15400A92E5A /* LGTableView.m */; };
BE39FE5319DFBB0100C1B4A1 /* LGDefaults+JSSAddon.m in Sources */ = {isa = PBXBuildFile; fileRef = BE39FE5219DFBB0100C1B4A1 /* LGDefaults+JSSAddon.m */; };
BE57733819D519E400D872A4 /* LGJSSAddon.m in Sources */ = {isa = PBXBuildFile; fileRef = BE57733719D519E400D872A4 /* LGJSSAddon.m */; };
BE39FE5319DFBB0100C1B4A1 /* LGDefaults+JSSImporter.m in Sources */ = {isa = PBXBuildFile; fileRef = BE39FE5219DFBB0100C1B4A1 /* LGDefaults+JSSImporter.m */; };
BE57733819D519E400D872A4 /* LGJSSImporter.m in Sources */ = {isa = PBXBuildFile; fileRef = BE57733719D519E400D872A4 /* LGJSSImporter.m */; };
BE57AC2A19BA3BBC00BB17B1 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BE57AC2C19BA3BBC00BB17B1 /* Localizable.strings */; };
BE6815EC1A0B2BAB004AD310 /* LGJSSDistributionPointsPrefPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = BE6815EA1A0B2BAB004AD310 /* LGJSSDistributionPointsPrefPanel.m */; };
BE6815ED1A0B2BAB004AD310 /* LGJSSDistributionPointsPrefPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = BE6815EB1A0B2BAB004AD310 /* LGJSSDistributionPointsPrefPanel.xib */; };
Expand Down Expand Up @@ -168,8 +168,8 @@
1AC6957A195B59EE00D2BD81 /* AutoPkgrTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AutoPkgrTests.m; sourceTree = "<group>"; };
1AC86D3B195E0AC6006FDD2B /* LGHostInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGHostInfo.h; sourceTree = "<group>"; };
1AC86D3C195E0AC6006FDD2B /* LGHostInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGHostInfo.m; sourceTree = "<group>"; };
1AC98408195CE7D60071CAB3 /* LGConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGConstants.h; sourceTree = "<group>"; };
1AC98409195CE7D60071CAB3 /* LGConstants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGConstants.m; sourceTree = "<group>"; };
1AC98408195CE7D60071CAB3 /* LGConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = LGConstants.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
1AC98409195CE7D60071CAB3 /* LGConstants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = LGConstants.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
1AC98410195CE8510071CAB3 /* LGEmailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGEmailer.h; sourceTree = "<group>"; };
1AC98411195CE8520071CAB3 /* LGEmailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGEmailer.m; sourceTree = "<group>"; };
1AC9841C195CEC350071CAB3 /* LGConfigurationWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGConfigurationWindowController.h; sourceTree = "<group>"; };
Expand All @@ -193,13 +193,13 @@
BE32178919ED9ACA00A92E5A /* LGRecipeOverrides.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGRecipeOverrides.h; sourceTree = "<group>"; };
BE32178A19ED9ACA00A92E5A /* LGRecipeOverrides.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGRecipeOverrides.m; sourceTree = "<group>"; };
BE32178C19EDA15400A92E5A /* LGTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGTableView.h; sourceTree = "<group>"; };
BE32178D19EDA15400A92E5A /* LGTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGTableView.m; sourceTree = "<group>"; };
BE34DF2B19AA21E200DC2FAF /* LGAutoPkgr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LGAutoPkgr.h; sourceTree = "<group>"; };
BE39FE5119DFBB0100C1B4A1 /* LGDefaults+JSSAddon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "LGDefaults+JSSAddon.h"; path = "Custom Catagories/LGDefaults+JSSAddon.h"; sourceTree = "<group>"; };
BE39FE5219DFBB0100C1B4A1 /* LGDefaults+JSSAddon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "LGDefaults+JSSAddon.m"; path = "Custom Catagories/LGDefaults+JSSAddon.m"; sourceTree = "<group>"; };
BE57733619D519E400D872A4 /* LGJSSAddon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGJSSAddon.h; sourceTree = "<group>"; };
BE57733719D519E400D872A4 /* LGJSSAddon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGJSSAddon.m; sourceTree = "<group>"; };
BE57AC2B19BA3BBC00BB17B1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
BE32178D19EDA15400A92E5A /* LGTableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = LGTableView.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
BE34DF2B19AA21E200DC2FAF /* LGAutoPkgr.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = LGAutoPkgr.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
BE39FE5119DFBB0100C1B4A1 /* LGDefaults+JSSImporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = "LGDefaults+JSSImporter.h"; path = "Custom Catagories/LGDefaults+JSSImporter.h"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
BE39FE5219DFBB0100C1B4A1 /* LGDefaults+JSSImporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = "LGDefaults+JSSImporter.m"; path = "Custom Catagories/LGDefaults+JSSImporter.m"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
BE57733619D519E400D872A4 /* LGJSSImporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = LGJSSImporter.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
BE57733719D519E400D872A4 /* LGJSSImporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = LGJSSImporter.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
BE57AC2B19BA3BBC00BB17B1 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; lineEnding = 0; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
BE6815E91A0B2BAB004AD310 /* LGJSSDistributionPointsPrefPanel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGJSSDistributionPointsPrefPanel.h; sourceTree = "<group>"; };
BE6815EA1A0B2BAB004AD310 /* LGJSSDistributionPointsPrefPanel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGJSSDistributionPointsPrefPanel.m; sourceTree = "<group>"; };
BE6815EB1A0B2BAB004AD310 /* LGJSSDistributionPointsPrefPanel.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LGJSSDistributionPointsPrefPanel.xib; sourceTree = "<group>"; };
Expand All @@ -212,11 +212,11 @@
BE87994A1995BA410082472B /* LGDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGDefaults.m; sourceTree = "<group>"; };
BE94AA7B19BB8A78001A00D0 /* LGProgressDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LGProgressDelegate.h; sourceTree = "<group>"; };
BEAA76CA19BFD635002D73EE /* LGInstaller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGInstaller.h; sourceTree = "<group>"; };
BEAA76CB19BFD635002D73EE /* LGInstaller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGInstaller.m; sourceTree = "<group>"; };
BEAA76CB19BFD635002D73EE /* LGInstaller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = LGInstaller.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
BEE8CF1119E0E7F400981C4B /* NSTextField+setSafeStringValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSTextField+setSafeStringValue.h"; path = "Custom Catagories/NSTextField+setSafeStringValue.h"; sourceTree = "<group>"; };
BEE8CF1219E0E7F400981C4B /* NSTextField+setSafeStringValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSTextField+setSafeStringValue.m"; path = "Custom Catagories/NSTextField+setSafeStringValue.m"; sourceTree = "<group>"; };
BEFC931B1995F0710074C938 /* LGError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LGError.h; sourceTree = "<group>"; };
BEFC931C1995F0710074C938 /* LGError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LGError.m; sourceTree = "<group>"; };
BEFC931B1995F0710074C938 /* LGError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = LGError.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
BEFC931C1995F0710074C938 /* LGError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = LGError.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
C15B862EAD3AB252A431E670 /* Pods-AutoPkgrTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AutoPkgrTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-AutoPkgrTests/Pods-AutoPkgrTests.release.xcconfig"; sourceTree = "<group>"; };
E858FACD08F464CDA3125B4C /* libPods-AutoPkgrTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-AutoPkgrTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
FDA38DE9467F06C7D86C83F6 /* Pods-AutoPkgrTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AutoPkgrTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-AutoPkgrTests/Pods-AutoPkgrTests.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -414,8 +414,8 @@
BE73CDC619E062AC00441443 /* NSString+cleaned.m */,
BEE8CF1119E0E7F400981C4B /* NSTextField+setSafeStringValue.h */,
BEE8CF1219E0E7F400981C4B /* NSTextField+setSafeStringValue.m */,
BE39FE5119DFBB0100C1B4A1 /* LGDefaults+JSSAddon.h */,
BE39FE5219DFBB0100C1B4A1 /* LGDefaults+JSSAddon.m */,
BE39FE5119DFBB0100C1B4A1 /* LGDefaults+JSSImporter.h */,
BE39FE5219DFBB0100C1B4A1 /* LGDefaults+JSSImporter.m */,
);
name = "Custom Categories";
sourceTree = "<group>";
Expand All @@ -436,8 +436,8 @@
BE32178A19ED9ACA00A92E5A /* LGRecipeOverrides.m */,
BE32178C19EDA15400A92E5A /* LGTableView.h */,
BE32178D19EDA15400A92E5A /* LGTableView.m */,
BE57733619D519E400D872A4 /* LGJSSAddon.h */,
BE57733719D519E400D872A4 /* LGJSSAddon.m */,
BE57733619D519E400D872A4 /* LGJSSImporter.h */,
BE57733719D519E400D872A4 /* LGJSSImporter.m */,
BE6815E91A0B2BAB004AD310 /* LGJSSDistributionPointsPrefPanel.h */,
BE6815EA1A0B2BAB004AD310 /* LGJSSDistributionPointsPrefPanel.m */,
);
Expand Down Expand Up @@ -739,15 +739,15 @@
6A0ACE34196FB349002C7FE4 /* LGRecipes.m in Sources */,
BE32178B19ED9ACA00A92E5A /* LGRecipeOverrides.m in Sources */,
6A0BABE9196E560000A136BB /* LGPopularRepositories.m in Sources */,
BE57733819D519E400D872A4 /* LGJSSAddon.m in Sources */,
BE57733819D519E400D872A4 /* LGJSSImporter.m in Sources */,
BE0E857919D668F600B25B5E /* LGHTTPRequest.m in Sources */,
1A1BAD9E197A4133008192A7 /* LGGitHubJSONLoader.m in Sources */,
BE32178E19EDA15400A92E5A /* LGTableView.m in Sources */,
6A53625D1988BE59008A949C /* LGTestPort.m in Sources */,
BEFC931D1995F0710074C938 /* LGError.m in Sources */,
1A1BAD96197A0407008192A7 /* LGVersionComparator.m in Sources */,
BE73CDC719E062AC00441443 /* NSString+cleaned.m in Sources */,
BE39FE5319DFBB0100C1B4A1 /* LGDefaults+JSSAddon.m in Sources */,
BE39FE5319DFBB0100C1B4A1 /* LGDefaults+JSSImporter.m in Sources */,
BEE8CF1319E0E7F400981C4B /* NSTextField+setSafeStringValue.m in Sources */,
BE77A80019E37C910022B6FB /* NSImage+statusLight.m in Sources */,
);
Expand Down
4 changes: 2 additions & 2 deletions AutoPkgr/AutoPkgr-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.2</string>
<string>1.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>560</string>
<string>587</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// LGDefaults+JSSAddon.h
// LGDefaults+JSSImporter.h
// AutoPkgr
//
// Created by Eldon on 10/3/14.
Expand Down Expand Up @@ -31,8 +31,8 @@ extern NSString* const kLGJSSDistPointWorkgroupDomainKey;
extern NSString* const kLGJSSDistPointTypeKey;


#pragma mark - LGDefaults extensions for JSS Addon Interface
@interface LGDefaults (JSSAddon)
#pragma mark - LGDefaults extensions for JSSImporter Interface
@interface LGDefaults (JSSImporter)

@property (copy, nonatomic) NSString *JSSURL;
@property (copy, nonatomic) NSString *JSSAPIUsername;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// LGDefaults+JSSAddon.m
// LGDefaults+JSSImporter.m
// AutoPkgr
//
// Created by Eldon on 10/3/14.
Expand All @@ -19,7 +19,7 @@
// limitations under the License.
//

#import "LGDefaults+JSSAddon.h"
#import "LGDefaults+JSSImporter.h"

# pragma mark - Repo Keys
NSString *const kLGJSSDistPointNameKey = @"name";
Expand All @@ -31,9 +31,9 @@
NSString *const kLGJSSDistPointWorkgroupDomainKey = @"domain";
NSString *const kLGJSSDistPointTypeKey = @"type";

#pragma mark - LGDefaults category implementation for JSS Addon Interface
#pragma mark - LGDefaults category implementation for JSSImporter Interface

@implementation LGDefaults (JSSAddon)
@implementation LGDefaults (JSSImporter)

- (NSString *)JSSURL
{
Expand Down
2 changes: 1 addition & 1 deletion AutoPkgr/LGAutoPkgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#import "LGConstants.h"
#import "LGError.h"
#import "LGDefaults+JSSAddon.h"
#import "LGDefaults+JSSImporter.h"
#import "NSString+cleaned.h"
#import "NSTextField+setSafeStringValue.h"
#import "NSImage+statusLight.h"
Expand Down
Loading

0 comments on commit 1a7c7b1

Please sign in to comment.