diff --git a/Travis Toolbar.xcodeproj/project.pbxproj b/Travis CI.xcodeproj/project.pbxproj similarity index 91% rename from Travis Toolbar.xcodeproj/project.pbxproj rename to Travis CI.xcodeproj/project.pbxproj index cb9d87e..126183b 100755 --- a/Travis Toolbar.xcodeproj/project.pbxproj +++ b/Travis CI.xcodeproj/project.pbxproj @@ -101,14 +101,14 @@ 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; }; - 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = main.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 2BFA9DA610CDF852007972A1 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = ""; }; - 2E00CCB2164EE10000A30635 /* TravisAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TravisAPI.h; sourceTree = ""; }; - 2E00CCB3164EE10000A30635 /* TravisAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TravisAPI.m; sourceTree = ""; }; - 2E00CCB5164EE18000A30635 /* TravisHTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TravisHTTPClient.h; sourceTree = ""; }; - 2E00CCB6164EE18000A30635 /* TravisHTTPClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TravisHTTPClient.m; sourceTree = ""; }; + 2E00CCB2164EE10000A30635 /* TravisAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = TravisAPI.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 2E00CCB3164EE10000A30635 /* TravisAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = TravisAPI.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 2E00CCB5164EE18000A30635 /* TravisHTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = TravisHTTPClient.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 2E00CCB6164EE18000A30635 /* TravisHTTPClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = TravisHTTPClient.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 2E00CCB9164F972F00A30635 /* OCMockito.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = OCMockito.framework; sourceTree = ""; }; 2E00CCBF164F974800A30635 /* TravisToolbarTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TravisToolbarTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; 2E00CCC0164F974800A30635 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; @@ -117,32 +117,32 @@ 2E00CCC8164F974900A30635 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; 2E00CCCD164F974900A30635 /* TravisToolbarTests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TravisToolbarTests-Prefix.pch"; sourceTree = ""; }; 2E00CCD2164F988400A30635 /* OCHamcrest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = OCHamcrest.framework; sourceTree = ""; }; - 2E00CCD8164F9A9B00A30635 /* PreferencesControllerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferencesControllerTests.m; sourceTree = ""; }; + 2E00CCD8164F9A9B00A30635 /* PreferencesControllerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = PreferencesControllerTests.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 2E12F3931652046A000048F5 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = vendor/Sparkle.framework; sourceTree = ""; }; 2E12F39616520C2A000048F5 /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = ""; }; - 2E759889164DF68100B87810 /* Notification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Notification.h; sourceTree = ""; }; - 2E75988A164DF68100B87810 /* Notification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Notification.m; sourceTree = ""; }; + 2E759889164DF68100B87810 /* Notification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = Notification.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 2E75988A164DF68100B87810 /* Notification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = Notification.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 2E90F155164E389F009CAA25 /* Travis Toolbar.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = "Travis Toolbar.icns"; sourceTree = ""; }; - 2E90F158164E49BB009CAA25 /* NotificationDisplayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotificationDisplayer.h; sourceTree = ""; }; - 2E90F159164E49BB009CAA25 /* NotificationDisplayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NotificationDisplayer.m; sourceTree = ""; }; - 2E90F15B164E64F7009CAA25 /* TravisEventFetcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TravisEventFetcher.h; sourceTree = ""; }; - 2EBA8CF5164FAD4A005C033E /* RepositoryFilterTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RepositoryFilterTests.m; path = test/RepositoryFilterTests.m; sourceTree = SOURCE_ROOT; }; - 2EBA8CF8164FAD91005C033E /* RepositoryFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RepositoryFilter.h; sourceTree = ""; }; - 2EBA8CF9164FAD91005C033E /* RepositoryFilter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RepositoryFilter.m; sourceTree = ""; }; + 2E90F158164E49BB009CAA25 /* NotificationDisplayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = NotificationDisplayer.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 2E90F159164E49BB009CAA25 /* NotificationDisplayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = NotificationDisplayer.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 2E90F15B164E64F7009CAA25 /* TravisEventFetcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = TravisEventFetcher.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 2EBA8CF5164FAD4A005C033E /* RepositoryFilterTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = RepositoryFilterTests.m; path = test/RepositoryFilterTests.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 2EBA8CF8164FAD91005C033E /* RepositoryFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = RepositoryFilter.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 2EBA8CF9164FAD91005C033E /* RepositoryFilter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = RepositoryFilter.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 2ECFA87545264EC28B9D5614 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2EDA045815644D5D0043A3A6 /* TravisEventFetcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TravisEventFetcher.m; sourceTree = ""; }; - 2EDA045B156450750043A3A6 /* TravisEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TravisEvent.h; sourceTree = ""; }; - 2EDA045C156450750043A3A6 /* TravisEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TravisEvent.m; sourceTree = ""; }; + 2EDA045815644D5D0043A3A6 /* TravisEventFetcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = TravisEventFetcher.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 2EDA045B156450750043A3A6 /* TravisEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = TravisEvent.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 2EDA045C156450750043A3A6 /* TravisEvent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = TravisEvent.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 2EDA045E156464FF0043A3A6 /* tray-alt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tray-alt.png"; sourceTree = ""; }; 2EDA045F156464FF0043A3A6 /* tray.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tray.png; sourceTree = ""; }; 2EDA04691565B82C0043A3A6 /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Growl.framework; path = vendor/legacy/Growl.framework; sourceTree = ""; }; - 2EDA04731565C0A70043A3A6 /* PreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PreferencesController.h; sourceTree = ""; }; - 2EDA04741565C0A70043A3A6 /* PreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferencesController.m; sourceTree = ""; }; - 2EDA04761565C67C0043A3A6 /* Preferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Preferences.h; sourceTree = ""; }; - 2EDA04771565C67C0043A3A6 /* Preferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Preferences.m; sourceTree = ""; }; + 2EDA04731565C0A70043A3A6 /* PreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = PreferencesController.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 2EDA04741565C0A70043A3A6 /* PreferencesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = PreferencesController.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 2EDA04761565C67C0043A3A6 /* Preferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = Preferences.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 2EDA04771565C67C0043A3A6 /* Preferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = Preferences.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 2EE31A5E15642182004F33FE /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Growl.framework; path = vendor/Growl.framework; sourceTree = ""; }; 2EE31A69156422CF004F33FE /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - 2EE31A6A156422CF004F33FE /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; + 2EE31A6A156422CF004F33FE /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = AppDelegate.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 2EE31A7015642547004F33FE /* Pusher.framework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.framework; name = Pusher.framework; path = vendor/Pusher.framework; sourceTree = ""; }; 2EE31A731564259B004F33FE /* Constants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Constants.h; sourceTree = ""; }; 2EE31A7E15644ABD004F33FE /* Travis Toolbar.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "Travis Toolbar.entitlements"; sourceTree = ""; }; @@ -218,7 +218,7 @@ 29B97314FDCFA39411CA2CEA /* Travis Toolbar */ = { isa = PBXGroup; children = ( - 2EE31A611564226E004F33FE /* Travis Toolbar */, + 2EE31A611564226E004F33FE /* Travis CI */, 29B97317FDCFA39411CA2CEA /* Resources */, 2E00CCB8164F96ED00A30635 /* Vendor */, 2E00CCC4164F974900A30635 /* TravisToolbarTests */, @@ -329,7 +329,7 @@ name = 1.2.3; sourceTree = ""; }; - 2EE31A611564226E004F33FE /* Travis Toolbar */ = { + 2EE31A611564226E004F33FE /* Travis CI */ = { isa = PBXGroup; children = ( 2E00CCB1164EE0C300A30635 /* Travis API */, @@ -354,7 +354,7 @@ 2EDA045815644D5D0043A3A6 /* TravisEventFetcher.m */, 2EE31A6C15642365004F33FE /* Supporting Files */, ); - name = "Travis Toolbar"; + name = "Travis CI"; path = src; sourceTree = ""; }; @@ -388,9 +388,9 @@ productReference = 2E00CCBF164F974800A30635 /* TravisToolbarTests.octest */; productType = "com.apple.product-type.bundle"; }; - 8D1107260486CEB800E47090 /* Travis Toolbar */ = { + 8D1107260486CEB800E47090 /* Travis CI */ = { isa = PBXNativeTarget; - buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Travis Toolbar" */; + buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Travis CI" */; buildPhases = ( 8D1107290486CEB800E47090 /* Resources */, 8D11072C0486CEB800E47090 /* Sources */, @@ -404,7 +404,7 @@ ); dependencies = ( ); - name = "Travis Toolbar"; + name = "Travis CI"; productInstallPath = "$(HOME)/Applications"; productName = "Travis Toolbar"; productReference = 8D1107320486CEB800E47090 /* Travis Toolbar.app */; @@ -419,7 +419,7 @@ LastUpgradeCheck = 0450; ORGANIZATIONNAME = "Travis CI GmbH"; }; - buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Travis Toolbar" */; + buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Travis CI" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 1; @@ -434,7 +434,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 8D1107260486CEB800E47090 /* Travis Toolbar */, + 8D1107260486CEB800E47090 /* Travis CI */, 2E00CCBE164F974800A30635 /* TravisToolbarTests */, ); }; @@ -729,7 +729,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Travis Toolbar" */ = { + C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Travis CI" */ = { isa = XCConfigurationList; buildConfigurations = ( C01FCF4B08A954540054247B /* Debug */, @@ -738,7 +738,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Travis Toolbar" */ = { + C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Travis CI" */ = { isa = XCConfigurationList; buildConfigurations = ( C01FCF4F08A954540054247B /* Debug */, diff --git a/Travis Toolbar.xcodeproj/joshkalderimis.mode1v3 b/Travis Toolbar.xcodeproj/joshkalderimis.mode1v3 deleted file mode 100644 index 47218e7..0000000 --- a/Travis Toolbar.xcodeproj/joshkalderimis.mode1v3 +++ /dev/null @@ -1,1417 +0,0 @@ - - - - - ActivePerspectiveName - Project - AllowedModules - - - BundleLoadPath - - MaxInstances - n - Module - PBXSmartGroupTreeModule - Name - Groups and Files Outline View - - - BundleLoadPath - - MaxInstances - n - Module - PBXNavigatorGroup - Name - Editor - - - BundleLoadPath - - MaxInstances - n - Module - XCTaskListModule - Name - Task List - - - BundleLoadPath - - MaxInstances - n - Module - XCDetailModule - Name - File and Smart Group Detail Viewer - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXBuildResultsModule - Name - Detailed Build Results Viewer - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXProjectFindModule - Name - Project Batch Find Tool - - - BundleLoadPath - - MaxInstances - n - Module - XCProjectFormatConflictsModule - Name - Project Format Conflicts List - - - BundleLoadPath - - MaxInstances - n - Module - PBXBookmarksModule - Name - Bookmarks Tool - - - BundleLoadPath - - MaxInstances - n - Module - PBXClassBrowserModule - Name - Class Browser - - - BundleLoadPath - - MaxInstances - n - Module - PBXCVSModule - Name - Source Code Control Tool - - - BundleLoadPath - - MaxInstances - n - Module - PBXDebugBreakpointsModule - Name - Debug Breakpoints Tool - - - BundleLoadPath - - MaxInstances - n - Module - XCDockableInspector - Name - Inspector - - - BundleLoadPath - - MaxInstances - n - Module - PBXOpenQuicklyModule - Name - Open Quickly Tool - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXDebugSessionModule - Name - Debugger - - - BundleLoadPath - - MaxInstances - 1 - Module - PBXDebugCLIModule - Name - Debug Console - - - BundleLoadPath - - MaxInstances - n - Module - XCSnapshotModule - Name - Snapshots Tool - - - BundlePath - /Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources - Description - DefaultDescriptionKey - DockingSystemVisible - - Extension - mode1v3 - FavBarConfig - - PBXProjectModuleGUID - DD071C9F1316FBFC004C67D1 - XCBarModuleItemNames - - XCBarModuleItems - - - FirstTimeWindowDisplayed - - Identifier - com.apple.perspectives.project.mode1v3 - MajorVersion - 33 - MinorVersion - 0 - Name - Default - Notifications - - OpenEditors - - PerspectiveWidths - - -1 - -1 - - Perspectives - - - ChosenToolbarItems - - active-combo-popup - action - NSToolbarFlexibleSpaceItem - debugger-enable-breakpoints - build-and-go - com.apple.ide.PBXToolbarStopButton - get-info - NSToolbarFlexibleSpaceItem - com.apple.pbx.toolbar.searchfield - - ControllerClassBaseName - - IconName - WindowOfProjectWithEditor - Identifier - perspective.project - IsVertical - - Layout - - - BecomeActive - - ContentConfiguration - - PBXBottomSmartGroupGIDs - - 1C37FBAC04509CD000000102 - 1C37FAAC04509CD000000102 - 1C37FABC05509CD000000102 - 1C37FABC05539CD112110102 - E2644B35053B69B200211256 - 1C37FABC04509CD000100104 - 1CC0EA4004350EF90044410B - 1CC0EA4004350EF90041110B - - PBXProjectModuleGUID - 1CE0B1FE06471DED0097A5F4 - PBXProjectModuleLabel - Files - PBXProjectStructureProvided - yes - PBXSmartGroupTreeModuleColumnData - - PBXSmartGroupTreeModuleColumnWidthsKey - - 236 - - PBXSmartGroupTreeModuleColumnsKey_v4 - - MainColumn - - - PBXSmartGroupTreeModuleOutlineStateKey_v7 - - PBXSmartGroupTreeModuleOutlineStateExpansionKey - - 29B97314FDCFA39411CA2CEA - 080E96DDFE201D6D7F000001 - 29B97315FDCFA39411CA2CEA - 29B97317FDCFA39411CA2CEA - 29B97323FDCFA39411CA2CEA - 1058C7A0FEA54F0111CA2CBB - 19C28FACFE9D520D11CA2CBB - 1C37FBAC04509CD000000102 - DDD3293B1319296A00B9A1FF - DDD3296413192B2700B9A1FF - 1C37FABC05509CD000000102 - - PBXSmartGroupTreeModuleOutlineStateSelectionKey - - - 22 - 18 - 17 - 0 - - - PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {236, 614}} - - PBXTopSmartGroupGIDs - - XCIncludePerspectivesSwitch - - XCSharingToken - com.apple.Xcode.GFSharingToken - - GeometryConfiguration - - Frame - {{0, 0}, {253, 632}} - GroupTreeTableConfiguration - - MainColumn - 236 - - RubberWindowFrame - 0 105 1280 673 0 0 1280 778 - - Module - PBXSmartGroupTreeModule - Proportion - 253pt - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1CE0B20306471E060097A5F4 - PBXProjectModuleLabel - Info.plist - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 1CE0B20406471E060097A5F4 - PBXProjectModuleLabel - Info.plist - _historyCapacity - 0 - bookmark - DDD3296513192B2700B9A1FF - history - - DD06BD4D1317063E007673AA - DD06BD8013170820007673AA - DD06BD8213170820007673AA - DD06BD8413170820007673AA - DD06BDCF131713E6007673AA - DD06BDD0131713E6007673AA - DD06BDD1131713E6007673AA - DDFA45621317AA6D000FD1B1 - DDFA45851317ACFE000FD1B1 - DDFA47431317ADD2000FD1B1 - DDFA474C1317AF44000FD1B1 - - - SplitCount - 1 - - StatusBarVisibility - - - GeometryConfiguration - - Frame - {{0, 0}, {1022, 382}} - RubberWindowFrame - 0 105 1280 673 0 0 1280 778 - - Module - PBXNavigatorGroup - Proportion - 382pt - - - ContentConfiguration - - PBXProjectModuleGUID - 1CE0B20506471E060097A5F4 - PBXProjectModuleLabel - Detail - - GeometryConfiguration - - Frame - {{0, 387}, {1022, 245}} - RubberWindowFrame - 0 105 1280 673 0 0 1280 778 - - Module - XCDetailModule - Proportion - 245pt - - - Proportion - 1022pt - - - Name - Project - ServiceClasses - - XCModuleDock - PBXSmartGroupTreeModule - XCModuleDock - PBXNavigatorGroup - XCDetailModule - - TableOfContents - - DDD329461319299900B9A1FF - 1CE0B1FE06471DED0097A5F4 - DDD329471319299900B9A1FF - 1CE0B20306471E060097A5F4 - 1CE0B20506471E060097A5F4 - - ToolbarConfigUserDefaultsMinorVersion - 2 - ToolbarConfiguration - xcode.toolbar.config.defaultV3 - - - ControllerClassBaseName - - IconName - WindowOfProject - Identifier - perspective.morph - IsVertical - 0 - Layout - - - BecomeActive - 1 - ContentConfiguration - - PBXBottomSmartGroupGIDs - - 1C37FBAC04509CD000000102 - 1C37FAAC04509CD000000102 - 1C08E77C0454961000C914BD - 1C37FABC05509CD000000102 - 1C37FABC05539CD112110102 - E2644B35053B69B200211256 - 1C37FABC04509CD000100104 - 1CC0EA4004350EF90044410B - 1CC0EA4004350EF90041110B - - PBXProjectModuleGUID - 11E0B1FE06471DED0097A5F4 - PBXProjectModuleLabel - Files - PBXProjectStructureProvided - yes - PBXSmartGroupTreeModuleColumnData - - PBXSmartGroupTreeModuleColumnWidthsKey - - 186 - - PBXSmartGroupTreeModuleColumnsKey_v4 - - MainColumn - - - PBXSmartGroupTreeModuleOutlineStateKey_v7 - - PBXSmartGroupTreeModuleOutlineStateExpansionKey - - 29B97314FDCFA39411CA2CEA - 1C37FABC05509CD000000102 - - PBXSmartGroupTreeModuleOutlineStateSelectionKey - - - 0 - - - PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {186, 337}} - - PBXTopSmartGroupGIDs - - XCIncludePerspectivesSwitch - 1 - XCSharingToken - com.apple.Xcode.GFSharingToken - - GeometryConfiguration - - Frame - {{0, 0}, {203, 355}} - GroupTreeTableConfiguration - - MainColumn - 186 - - RubberWindowFrame - 373 269 690 397 0 0 1440 878 - - Module - PBXSmartGroupTreeModule - Proportion - 100% - - - Name - Morph - PreferredWidth - 300 - ServiceClasses - - XCModuleDock - PBXSmartGroupTreeModule - - TableOfContents - - 11E0B1FE06471DED0097A5F4 - - ToolbarConfiguration - xcode.toolbar.config.default.shortV3 - - - PerspectivesBarVisible - - ShelfIsVisible - - SourceDescription - file at '/Developer/Library/PrivateFrameworks/DevToolsInterface.framework/Resources/XCPerspectivesSpecificationMode1.xcperspec' - StatusbarIsVisible - - TimeStamp - 0.0 - ToolbarConfigUserDefaultsMinorVersion - 2 - ToolbarDisplayMode - 1 - ToolbarIsVisible - - ToolbarSizeMode - 1 - Type - Perspectives - UpdateMessage - The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'? - WindowJustification - 5 - WindowOrderList - - DDD3296D13192B2700B9A1FF - DDD3296E13192B2700B9A1FF - 1C78EAAD065D492600B07095 - 1CD10A99069EF8BA00B06720 - DD071CA01316FBFC004C67D1 - /Users/joshkalderimis/Development/Cocoa-Development/travis-toolbar/travis-toolbar/Travis Toolbar.xcodeproj - - WindowString - 0 105 1280 673 0 0 1280 778 - WindowToolsV3 - - - FirstTimeWindowDisplayed - - Identifier - windowTool.build - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1CD0528F0623707200166675 - PBXProjectModuleLabel - - StatusBarVisibility - - - GeometryConfiguration - - Frame - {{0, 0}, {1280, 450}} - RubberWindowFrame - 0 106 1280 672 0 0 1280 778 - - Module - PBXNavigatorGroup - Proportion - 450pt - - - BecomeActive - - ContentConfiguration - - PBXProjectModuleGUID - XCMainBuildResultsModuleGUID - PBXProjectModuleLabel - Build Results - XCBuildResultsTrigger_Collapse - 1021 - XCBuildResultsTrigger_Open - 1011 - - GeometryConfiguration - - Frame - {{0, 455}, {1280, 176}} - RubberWindowFrame - 0 106 1280 672 0 0 1280 778 - - Module - PBXBuildResultsModule - Proportion - 176pt - - - Proportion - 631pt - - - Name - Build Results - ServiceClasses - - PBXBuildResultsModule - - StatusbarIsVisible - - TableOfContents - - DD071CA01316FBFC004C67D1 - DDD329441319299800B9A1FF - 1CD0528F0623707200166675 - XCMainBuildResultsModuleGUID - - ToolbarConfiguration - xcode.toolbar.config.buildV3 - WindowContentMinSize - 486 300 - WindowString - 0 106 1280 672 0 0 1280 778 - WindowToolGUID - DD071CA01316FBFC004C67D1 - WindowToolIsVisible - - - - FirstTimeWindowDisplayed - - Identifier - windowTool.debugger - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - Debugger - - HorizontalSplitView - - _collapsingFrameDimension - 0.0 - _indexOfCollapsedView - 0 - _percentageOfCollapsedView - 0.0 - isCollapsed - yes - sizes - - {{0, 0}, {316, 201}} - {{316, 0}, {378, 201}} - - - VerticalSplitView - - _collapsingFrameDimension - 0.0 - _indexOfCollapsedView - 0 - _percentageOfCollapsedView - 0.0 - isCollapsed - yes - sizes - - {{0, 0}, {694, 201}} - {{0, 201}, {694, 180}} - - - - LauncherConfigVersion - 8 - PBXProjectModuleGUID - 1C162984064C10D400B95A72 - PBXProjectModuleLabel - Debug - GLUTExamples (Underwater) - - GeometryConfiguration - - DebugConsoleVisible - None - DebugConsoleWindowFrame - {{200, 200}, {500, 300}} - DebugSTDIOWindowFrame - {{200, 200}, {500, 300}} - Frame - {{0, 0}, {694, 381}} - PBXDebugSessionStackFrameViewKey - - DebugVariablesTableConfiguration - - Name - 120 - Value - 85 - Summary - 148 - - Frame - {{316, 0}, {378, 201}} - RubberWindowFrame - 21 333 694 422 0 0 1280 778 - - RubberWindowFrame - 21 333 694 422 0 0 1280 778 - - Module - PBXDebugSessionModule - Proportion - 381pt - - - Proportion - 381pt - - - Name - Debugger - ServiceClasses - - PBXDebugSessionModule - - StatusbarIsVisible - - TableOfContents - - 1CD10A99069EF8BA00B06720 - DDD3296613192B2700B9A1FF - 1C162984064C10D400B95A72 - DDD3296713192B2700B9A1FF - DDD3296813192B2700B9A1FF - DDD3296913192B2700B9A1FF - DDD3296A13192B2700B9A1FF - DDD3296B13192B2700B9A1FF - - ToolbarConfiguration - xcode.toolbar.config.debugV3 - WindowString - 21 333 694 422 0 0 1280 778 - WindowToolGUID - 1CD10A99069EF8BA00B06720 - WindowToolIsVisible - - - - Identifier - windowTool.find - Layout - - - Dock - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1CDD528C0622207200134675 - PBXProjectModuleLabel - <No Editor> - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 1CD0528D0623707200166675 - - SplitCount - 1 - - StatusBarVisibility - 1 - - GeometryConfiguration - - Frame - {{0, 0}, {781, 167}} - RubberWindowFrame - 62 385 781 470 0 0 1440 878 - - Module - PBXNavigatorGroup - Proportion - 781pt - - - Proportion - 50% - - - BecomeActive - 1 - ContentConfiguration - - PBXProjectModuleGUID - 1CD0528E0623707200166675 - PBXProjectModuleLabel - Project Find - - GeometryConfiguration - - Frame - {{8, 0}, {773, 254}} - RubberWindowFrame - 62 385 781 470 0 0 1440 878 - - Module - PBXProjectFindModule - Proportion - 50% - - - Proportion - 428pt - - - Name - Project Find - ServiceClasses - - PBXProjectFindModule - - StatusbarIsVisible - 1 - TableOfContents - - 1C530D57069F1CE1000CFCEE - 1C530D58069F1CE1000CFCEE - 1C530D59069F1CE1000CFCEE - 1CDD528C0622207200134675 - 1C530D5A069F1CE1000CFCEE - 1CE0B1FE06471DED0097A5F4 - 1CD0528E0623707200166675 - - WindowString - 62 385 781 470 0 0 1440 878 - WindowToolGUID - 1C530D57069F1CE1000CFCEE - WindowToolIsVisible - 0 - - - Identifier - MENUSEPARATOR - - - FirstTimeWindowDisplayed - - Identifier - windowTool.debuggerConsole - IsVertical - - Layout - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1C78EAAC065D492600B07095 - PBXProjectModuleLabel - Debugger Console - - GeometryConfiguration - - Frame - {{0, 0}, {781, 606}} - RubberWindowFrame - 455 131 781 647 0 0 1280 778 - - Module - PBXDebugCLIModule - Proportion - 606pt - - - Proportion - 606pt - - - Name - Debugger Console - ServiceClasses - - PBXDebugCLIModule - - StatusbarIsVisible - - TableOfContents - - 1C78EAAD065D492600B07095 - DDD3296C13192B2700B9A1FF - 1C78EAAC065D492600B07095 - - ToolbarConfiguration - xcode.toolbar.config.consoleV3 - WindowString - 455 131 781 647 0 0 1280 778 - WindowToolGUID - 1C78EAAD065D492600B07095 - WindowToolIsVisible - - - - Identifier - windowTool.snapshots - Layout - - - Dock - - - Module - XCSnapshotModule - Proportion - 100% - - - Proportion - 100% - - - Name - Snapshots - ServiceClasses - - XCSnapshotModule - - StatusbarIsVisible - Yes - ToolbarConfiguration - xcode.toolbar.config.snapshots - WindowString - 315 824 300 550 0 0 1440 878 - WindowToolIsVisible - Yes - - - Identifier - windowTool.scm - Layout - - - Dock - - - ContentConfiguration - - PBXProjectModuleGUID - 1C78EAB2065D492600B07095 - PBXProjectModuleLabel - <No Editor> - PBXSplitModuleInNavigatorKey - - Split0 - - PBXProjectModuleGUID - 1C78EAB3065D492600B07095 - - SplitCount - 1 - - StatusBarVisibility - 1 - - GeometryConfiguration - - Frame - {{0, 0}, {452, 0}} - RubberWindowFrame - 743 379 452 308 0 0 1280 1002 - - Module - PBXNavigatorGroup - Proportion - 0pt - - - BecomeActive - 1 - ContentConfiguration - - PBXProjectModuleGUID - 1CD052920623707200166675 - PBXProjectModuleLabel - SCM - - GeometryConfiguration - - ConsoleFrame - {{0, 259}, {452, 0}} - Frame - {{0, 7}, {452, 259}} - RubberWindowFrame - 743 379 452 308 0 0 1280 1002 - TableConfiguration - - Status - 30 - FileName - 199 - Path - 197.0950012207031 - - TableFrame - {{0, 0}, {452, 250}} - - Module - PBXCVSModule - Proportion - 262pt - - - Proportion - 266pt - - - Name - SCM - ServiceClasses - - PBXCVSModule - - StatusbarIsVisible - 1 - TableOfContents - - 1C78EAB4065D492600B07095 - 1C78EAB5065D492600B07095 - 1C78EAB2065D492600B07095 - 1CD052920623707200166675 - - ToolbarConfiguration - xcode.toolbar.config.scm - WindowString - 743 379 452 308 0 0 1280 1002 - - - Identifier - windowTool.breakpoints - IsVertical - 0 - Layout - - - Dock - - - BecomeActive - 1 - ContentConfiguration - - PBXBottomSmartGroupGIDs - - 1C77FABC04509CD000000102 - - PBXProjectModuleGUID - 1CE0B1FE06471DED0097A5F4 - PBXProjectModuleLabel - Files - PBXProjectStructureProvided - no - PBXSmartGroupTreeModuleColumnData - - PBXSmartGroupTreeModuleColumnWidthsKey - - 168 - - PBXSmartGroupTreeModuleColumnsKey_v4 - - MainColumn - - - PBXSmartGroupTreeModuleOutlineStateKey_v7 - - PBXSmartGroupTreeModuleOutlineStateExpansionKey - - 1C77FABC04509CD000000102 - - PBXSmartGroupTreeModuleOutlineStateSelectionKey - - - 0 - - - PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {168, 350}} - - PBXTopSmartGroupGIDs - - XCIncludePerspectivesSwitch - 0 - - GeometryConfiguration - - Frame - {{0, 0}, {185, 368}} - GroupTreeTableConfiguration - - MainColumn - 168 - - RubberWindowFrame - 315 424 744 409 0 0 1440 878 - - Module - PBXSmartGroupTreeModule - Proportion - 185pt - - - ContentConfiguration - - PBXProjectModuleGUID - 1CA1AED706398EBD00589147 - PBXProjectModuleLabel - Detail - - GeometryConfiguration - - Frame - {{190, 0}, {554, 368}} - RubberWindowFrame - 315 424 744 409 0 0 1440 878 - - Module - XCDetailModule - Proportion - 554pt - - - Proportion - 368pt - - - MajorVersion - 3 - MinorVersion - 0 - Name - Breakpoints - ServiceClasses - - PBXSmartGroupTreeModule - XCDetailModule - - StatusbarIsVisible - 1 - TableOfContents - - 1CDDB66807F98D9800BB5817 - 1CDDB66907F98D9800BB5817 - 1CE0B1FE06471DED0097A5F4 - 1CA1AED706398EBD00589147 - - ToolbarConfiguration - xcode.toolbar.config.breakpointsV3 - WindowString - 315 424 744 409 0 0 1440 878 - WindowToolGUID - 1CDDB66807F98D9800BB5817 - WindowToolIsVisible - 1 - - - Identifier - windowTool.debugAnimator - Layout - - - Dock - - - Module - PBXNavigatorGroup - Proportion - 100% - - - Proportion - 100% - - - Name - Debug Visualizer - ServiceClasses - - PBXNavigatorGroup - - StatusbarIsVisible - 1 - ToolbarConfiguration - xcode.toolbar.config.debugAnimatorV3 - WindowString - 100 100 700 500 0 0 1280 1002 - - - Identifier - windowTool.bookmarks - Layout - - - Dock - - - Module - PBXBookmarksModule - Proportion - 100% - - - Proportion - 100% - - - Name - Bookmarks - ServiceClasses - - PBXBookmarksModule - - StatusbarIsVisible - 0 - WindowString - 538 42 401 187 0 0 1280 1002 - - - Identifier - windowTool.projectFormatConflicts - Layout - - - Dock - - - Module - XCProjectFormatConflictsModule - Proportion - 100% - - - Proportion - 100% - - - Name - Project Format Conflicts - ServiceClasses - - XCProjectFormatConflictsModule - - StatusbarIsVisible - 0 - WindowContentMinSize - 450 300 - WindowString - 50 850 472 307 0 0 1440 877 - - - Identifier - windowTool.classBrowser - Layout - - - Dock - - - BecomeActive - 1 - ContentConfiguration - - OptionsSetName - Hierarchy, all classes - PBXProjectModuleGUID - 1CA6456E063B45B4001379D8 - PBXProjectModuleLabel - Class Browser - NSObject - - GeometryConfiguration - - ClassesFrame - {{0, 0}, {374, 96}} - ClassesTreeTableConfiguration - - PBXClassNameColumnIdentifier - 208 - PBXClassBookColumnIdentifier - 22 - - Frame - {{0, 0}, {630, 331}} - MembersFrame - {{0, 105}, {374, 395}} - MembersTreeTableConfiguration - - PBXMemberTypeIconColumnIdentifier - 22 - PBXMemberNameColumnIdentifier - 216 - PBXMemberTypeColumnIdentifier - 97 - PBXMemberBookColumnIdentifier - 22 - - PBXModuleWindowStatusBarHidden2 - 1 - RubberWindowFrame - 385 179 630 352 0 0 1440 878 - - Module - PBXClassBrowserModule - Proportion - 332pt - - - Proportion - 332pt - - - Name - Class Browser - ServiceClasses - - PBXClassBrowserModule - - StatusbarIsVisible - 0 - TableOfContents - - 1C0AD2AF069F1E9B00FABCE6 - 1C0AD2B0069F1E9B00FABCE6 - 1CA6456E063B45B4001379D8 - - ToolbarConfiguration - xcode.toolbar.config.classbrowser - WindowString - 385 179 630 352 0 0 1440 878 - WindowToolGUID - 1C0AD2AF069F1E9B00FABCE6 - WindowToolIsVisible - 0 - - - Identifier - windowTool.refactoring - IncludeInToolsMenu - 0 - Layout - - - Dock - - - BecomeActive - 1 - GeometryConfiguration - - Frame - {0, 0}, {500, 335} - RubberWindowFrame - {0, 0}, {500, 335} - - Module - XCRefactoringModule - Proportion - 100% - - - Proportion - 100% - - - Name - Refactoring - ServiceClasses - - XCRefactoringModule - - WindowString - 200 200 500 356 0 0 1920 1200 - - - - diff --git a/resources/Info.plist b/resources/Info.plist index c0aa652..68788e0 100755 --- a/resources/Info.plist +++ b/resources/Info.plist @@ -11,7 +11,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFile - Travis Toolbar.icns + Travis CI.icns CFBundleIdentifier org.travis-ci.toolbar CFBundleInfoDictionaryVersion diff --git a/src/AppDelegate.h b/src/AppDelegate.h index 7388db9..a240d51 100644 --- a/src/AppDelegate.h +++ b/src/AppDelegate.h @@ -1,6 +1,6 @@ // // AppDelegate.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/16/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/AppDelegate.m b/src/AppDelegate.m index 585e562..68b7afc 100644 --- a/src/AppDelegate.m +++ b/src/AppDelegate.m @@ -1,6 +1,6 @@ // // AppDelegate.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/16/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. @@ -57,7 +57,7 @@ - (void)setupStatusBarItem { [[self statusItem] setAlternateImage:[[NSImage alloc] initByReferencingFile:[[NSBundle mainBundle] pathForImageResource:@"tray-alt.png"]]]; [[self statusItem] setMenu:[self statusMenu]]; - [[self statusItem] setToolTip:@"Travis Toolbar"]; + [[self statusItem] setToolTip:@"Travis CI"]; [[self statusItem] setHighlightMode:YES]; } diff --git a/src/Constants.h b/src/Constants.h index b84d218..edee1a2 100644 --- a/src/Constants.h +++ b/src/Constants.h @@ -1,13 +1,13 @@ // // Constants.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/16/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. // -#ifndef Travis_Toolbar_Constants_h -#define Travis_Toolbar_Constants_h +#ifndef Travis_CI_Constants_h +#define Travis_CI_Constants_h #define kPusherApiKey @"23ed642e81512118260e" #define kPusherChannelName @"common" diff --git a/src/Notification.h b/src/Notification.h index f87f63f..61baa5f 100644 --- a/src/Notification.h +++ b/src/Notification.h @@ -1,6 +1,6 @@ // // Notification.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/9/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/Notification.m b/src/Notification.m index b832700..931ea4a 100644 --- a/src/Notification.m +++ b/src/Notification.m @@ -1,6 +1,6 @@ // // Notification.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/9/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/NotificationDisplayer.h b/src/NotificationDisplayer.h index 0fd63fe..5bcf20d 100644 --- a/src/NotificationDisplayer.h +++ b/src/NotificationDisplayer.h @@ -1,6 +1,6 @@ // // NotificationManager.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/10/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/NotificationDisplayer.m b/src/NotificationDisplayer.m index 5238d2e..cee65cd 100644 --- a/src/NotificationDisplayer.m +++ b/src/NotificationDisplayer.m @@ -1,6 +1,6 @@ // // NotificationManager.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/10/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/Preferences.h b/src/Preferences.h index 96bfd4d..08ab533 100644 --- a/src/Preferences.h +++ b/src/Preferences.h @@ -1,6 +1,6 @@ // // Preferences.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/18/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/Preferences.m b/src/Preferences.m index ee244bf..0298a03 100644 --- a/src/Preferences.m +++ b/src/Preferences.m @@ -1,6 +1,6 @@ // // Preferences.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/18/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/PreferencesController.h b/src/PreferencesController.h index 32dbcb4..31ba8a4 100644 --- a/src/PreferencesController.h +++ b/src/PreferencesController.h @@ -1,6 +1,6 @@ // // PreferencesController.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/18/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/PreferencesController.m b/src/PreferencesController.m index 9262f9d..2ead079 100644 --- a/src/PreferencesController.m +++ b/src/PreferencesController.m @@ -1,6 +1,6 @@ // // PreferencesController.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/18/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/RepositoryFilter.h b/src/RepositoryFilter.h index d09b8c6..ada3aba 100644 --- a/src/RepositoryFilter.h +++ b/src/RepositoryFilter.h @@ -1,6 +1,6 @@ // // RepositoryFilter.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/11/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/RepositoryFilter.m b/src/RepositoryFilter.m index 30e3784..7b47aa4 100644 --- a/src/RepositoryFilter.m +++ b/src/RepositoryFilter.m @@ -1,6 +1,6 @@ // // RepositoryFilter.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/11/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/TravisAPI.h b/src/TravisAPI.h index 603a7e0..ec6dc0c 100644 --- a/src/TravisAPI.h +++ b/src/TravisAPI.h @@ -1,6 +1,6 @@ // // TravisAPI.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/10/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/TravisAPI.m b/src/TravisAPI.m index 35dd61a..19f526f 100644 --- a/src/TravisAPI.m +++ b/src/TravisAPI.m @@ -1,6 +1,6 @@ // // TravisAPI.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/10/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/TravisEvent.h b/src/TravisEvent.h index 2f16d57..225cdba 100644 --- a/src/TravisEvent.h +++ b/src/TravisEvent.h @@ -1,6 +1,6 @@ // // TravisEvent.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/16/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/TravisEvent.m b/src/TravisEvent.m index b115e74..b9b8bbf 100644 --- a/src/TravisEvent.m +++ b/src/TravisEvent.m @@ -1,6 +1,6 @@ // // TravisEvent.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/16/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/TravisEventFetcher.h b/src/TravisEventFetcher.h index 2916763..f07135f 100644 --- a/src/TravisEventFetcher.h +++ b/src/TravisEventFetcher.h @@ -1,6 +1,6 @@ // // TravisEventFetcher.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/16/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/TravisEventFetcher.m b/src/TravisEventFetcher.m index d1894b2..a1f2151 100644 --- a/src/TravisEventFetcher.m +++ b/src/TravisEventFetcher.m @@ -1,6 +1,6 @@ // // TravisEventFetcher.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 5/16/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/TravisHTTPClient.h b/src/TravisHTTPClient.h index 681b7ec..0cff5d9 100644 --- a/src/TravisHTTPClient.h +++ b/src/TravisHTTPClient.h @@ -1,6 +1,6 @@ // // TravisHTTPClient.h -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/10/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/TravisHTTPClient.m b/src/TravisHTTPClient.m index f7da887..3938338 100644 --- a/src/TravisHTTPClient.m +++ b/src/TravisHTTPClient.m @@ -1,6 +1,6 @@ // // TravisHTTPClient.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/10/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/src/main.m b/src/main.m index 4f0f0f3..ade129e 100755 --- a/src/main.m +++ b/src/main.m @@ -1,6 +1,6 @@ // // main.m -// Travis Toolbar +// Travis CI // // Created by Josh Kalderimis on 2/24/11. // Copyright Travis CI GmbH 2011. All rights reserved. diff --git a/test/PreferencesControllerTests.m b/test/PreferencesControllerTests.m index 3473ef4..8b06b02 100644 --- a/test/PreferencesControllerTests.m +++ b/test/PreferencesControllerTests.m @@ -1,6 +1,6 @@ // // PreferencesControllerTests.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/11/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved. diff --git a/test/RepositoryFilterTests.m b/test/RepositoryFilterTests.m index 30b11d1..36ce707 100644 --- a/test/RepositoryFilterTests.m +++ b/test/RepositoryFilterTests.m @@ -1,6 +1,6 @@ // // RepositoryFilterTests.m -// Travis Toolbar +// Travis CI // // Created by Henrik Hodne on 11/11/12. // Copyright (c) 2012 Travis CI GmbH. All rights reserved.