Explorar el Código

Renamed RedditBar as BaconBar

Thomas Buck hace 10 años
padre
commit
3685b17834

RedditBar.xcodeproj/project.pbxproj → BaconBar.xcodeproj/project.pbxproj Ver fichero

@@ -54,21 +54,21 @@
54 54
 		E9A129B0184BD24000F50D1D /* RedditItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RedditItem.m; sourceTree = "<group>"; };
55 55
 		E9B6773C184B73DC00850559 /* Reddit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reddit.h; sourceTree = "<group>"; };
56 56
 		E9B6773D184B73DC00850559 /* Reddit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reddit.m; sourceTree = "<group>"; };
57
-		E9CF1F1D184961010004AE02 /* RedditBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RedditBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
57
+		E9CF1F1D184961010004AE02 /* BaconBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BaconBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
58 58
 		E9CF1F20184961010004AE02 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
59 59
 		E9CF1F23184961010004AE02 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
60 60
 		E9CF1F24184961010004AE02 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
61 61
 		E9CF1F25184961010004AE02 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
62
-		E9CF1F28184961010004AE02 /* RedditBar-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBar-Info.plist"; sourceTree = "<group>"; };
62
+		E9CF1F28184961010004AE02 /* BaconBar-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BaconBar-Info.plist"; sourceTree = "<group>"; };
63 63
 		E9CF1F2A184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
64 64
 		E9CF1F2C184961010004AE02 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
65
-		E9CF1F2E184961010004AE02 /* RedditBar-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RedditBar-Prefix.pch"; sourceTree = "<group>"; };
65
+		E9CF1F2E184961010004AE02 /* BaconBar-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BaconBar-Prefix.pch"; sourceTree = "<group>"; };
66 66
 		E9CF1F30184961010004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
67 67
 		E9CF1F32184961010004AE02 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
68 68
 		E9CF1F33184961010004AE02 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
69 69
 		E9CF1F36184961020004AE02 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
70 70
 		E9CF1F38184961020004AE02 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
71
-		E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RedditBarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
71
+		E9CF1F3E184961020004AE02 /* BaconBarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BaconBarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
72 72
 		E9CF1F3F184961020004AE02 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
73 73
 		E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBarTests-Info.plist"; sourceTree = "<group>"; };
74 74
 		E9CF1F48184961020004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
@@ -114,8 +114,8 @@
114 114
 		E9CF1F1E184961010004AE02 /* Products */ = {
115 115
 			isa = PBXGroup;
116 116
 			children = (
117
-				E9CF1F1D184961010004AE02 /* RedditBar.app */,
118
-				E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */,
117
+				E9CF1F1D184961010004AE02 /* BaconBar.app */,
118
+				E9CF1F3E184961020004AE02 /* BaconBarTests.xctest */,
119 119
 			);
120 120
 			name = Products;
121 121
 			sourceTree = "<group>";
@@ -168,10 +168,10 @@
168 168
 		E9CF1F27184961010004AE02 /* Supporting Files */ = {
169 169
 			isa = PBXGroup;
170 170
 			children = (
171
-				E9CF1F28184961010004AE02 /* RedditBar-Info.plist */,
171
+				E9CF1F28184961010004AE02 /* BaconBar-Info.plist */,
172 172
 				E9CF1F29184961010004AE02 /* InfoPlist.strings */,
173 173
 				E9CF1F2C184961010004AE02 /* main.m */,
174
-				E9CF1F2E184961010004AE02 /* RedditBar-Prefix.pch */,
174
+				E9CF1F2E184961010004AE02 /* BaconBar-Prefix.pch */,
175 175
 				E9CF1F2F184961010004AE02 /* Credits.rtf */,
176 176
 			);
177 177
 			name = "Supporting Files";
@@ -198,9 +198,9 @@
198 198
 /* End PBXGroup section */
199 199
 
200 200
 /* Begin PBXNativeTarget section */
201
-		E9CF1F1C184961010004AE02 /* RedditBar */ = {
201
+		E9CF1F1C184961010004AE02 /* BaconBar */ = {
202 202
 			isa = PBXNativeTarget;
203
-			buildConfigurationList = E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBar" */;
203
+			buildConfigurationList = E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "BaconBar" */;
204 204
 			buildPhases = (
205 205
 				E9CF1F19184961010004AE02 /* Sources */,
206 206
 				E9CF1F1A184961010004AE02 /* Frameworks */,
@@ -212,14 +212,14 @@
212 212
 			);
213 213
 			dependencies = (
214 214
 			);
215
-			name = RedditBar;
215
+			name = BaconBar;
216 216
 			productName = RedditBar;
217
-			productReference = E9CF1F1D184961010004AE02 /* RedditBar.app */;
217
+			productReference = E9CF1F1D184961010004AE02 /* BaconBar.app */;
218 218
 			productType = "com.apple.product-type.application";
219 219
 		};
220
-		E9CF1F3D184961020004AE02 /* RedditBarTests */ = {
220
+		E9CF1F3D184961020004AE02 /* BaconBarTests */ = {
221 221
 			isa = PBXNativeTarget;
222
-			buildConfigurationList = E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBarTests" */;
222
+			buildConfigurationList = E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "BaconBarTests" */;
223 223
 			buildPhases = (
224 224
 				E9CF1F3A184961020004AE02 /* Sources */,
225 225
 				E9CF1F3B184961020004AE02 /* Frameworks */,
@@ -230,9 +230,9 @@
230 230
 			dependencies = (
231 231
 				E9CF1F43184961020004AE02 /* PBXTargetDependency */,
232 232
 			);
233
-			name = RedditBarTests;
233
+			name = BaconBarTests;
234 234
 			productName = RedditBarTests;
235
-			productReference = E9CF1F3E184961020004AE02 /* RedditBarTests.xctest */;
235
+			productReference = E9CF1F3E184961020004AE02 /* BaconBarTests.xctest */;
236 236
 			productType = "com.apple.product-type.bundle.unit-test";
237 237
 		};
238 238
 /* End PBXNativeTarget section */
@@ -257,7 +257,7 @@
257 257
 					};
258 258
 				};
259 259
 			};
260
-			buildConfigurationList = E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "RedditBar" */;
260
+			buildConfigurationList = E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "BaconBar" */;
261 261
 			compatibilityVersion = "Xcode 3.2";
262 262
 			developmentRegion = English;
263 263
 			hasScannedForEncodings = 0;
@@ -271,8 +271,8 @@
271 271
 			projectDirPath = "";
272 272
 			projectRoot = "";
273 273
 			targets = (
274
-				E9CF1F1C184961010004AE02 /* RedditBar */,
275
-				E9CF1F3D184961020004AE02 /* RedditBarTests */,
274
+				E9CF1F1C184961010004AE02 /* BaconBar */,
275
+				E9CF1F3D184961020004AE02 /* BaconBarTests */,
276 276
 			);
277 277
 		};
278 278
 /* End PBXProject section */
@@ -358,7 +358,7 @@
358 358
 /* Begin PBXTargetDependency section */
359 359
 		E9CF1F43184961020004AE02 /* PBXTargetDependency */ = {
360 360
 			isa = PBXTargetDependency;
361
-			target = E9CF1F1C184961010004AE02 /* RedditBar */;
361
+			target = E9CF1F1C184961010004AE02 /* BaconBar */;
362 362
 			targetProxy = E9CF1F42184961020004AE02 /* PBXContainerItemProxy */;
363 363
 		};
364 364
 /* End PBXTargetDependency section */
@@ -500,10 +500,10 @@
500 500
 				"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
501 501
 				COMBINE_HIDPI_IMAGES = YES;
502 502
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
503
-				GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
504
-				INFOPLIST_FILE = "RedditBar/RedditBar-Info.plist";
503
+				GCC_PREFIX_HEADER = "RedditBar/BaconBar-Prefix.pch";
504
+				INFOPLIST_FILE = "RedditBar/BaconBar-Info.plist";
505 505
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
506
-				PRODUCT_NAME = "$(TARGET_NAME)";
506
+				PRODUCT_NAME = BaconBar;
507 507
 				PROVISIONING_PROFILE = "";
508 508
 				WRAPPER_EXTENSION = app;
509 509
 			};
@@ -518,10 +518,10 @@
518 518
 				"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
519 519
 				COMBINE_HIDPI_IMAGES = YES;
520 520
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
521
-				GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
522
-				INFOPLIST_FILE = "RedditBar/RedditBar-Info.plist";
521
+				GCC_PREFIX_HEADER = "RedditBar/BaconBar-Prefix.pch";
522
+				INFOPLIST_FILE = "RedditBar/BaconBar-Info.plist";
523 523
 				MACOSX_DEPLOYMENT_TARGET = 10.8;
524
-				PRODUCT_NAME = "$(TARGET_NAME)";
524
+				PRODUCT_NAME = BaconBar;
525 525
 				PROVISIONING_PROFILE = "";
526 526
 				WRAPPER_EXTENSION = app;
527 527
 			};
@@ -543,7 +543,7 @@
543 543
 					"$(inherited)",
544 544
 				);
545 545
 				INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
546
-				PRODUCT_NAME = "$(TARGET_NAME)";
546
+				PRODUCT_NAME = BaconBarTests;
547 547
 				TEST_HOST = "$(BUNDLE_LOADER)";
548 548
 				WRAPPER_EXTENSION = xctest;
549 549
 			};
@@ -561,7 +561,7 @@
561 561
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
562 562
 				GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
563 563
 				INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
564
-				PRODUCT_NAME = "$(TARGET_NAME)";
564
+				PRODUCT_NAME = BaconBarTests;
565 565
 				TEST_HOST = "$(BUNDLE_LOADER)";
566 566
 				WRAPPER_EXTENSION = xctest;
567 567
 			};
@@ -570,7 +570,7 @@
570 570
 /* End XCBuildConfiguration section */
571 571
 
572 572
 /* Begin XCConfigurationList section */
573
-		E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "RedditBar" */ = {
573
+		E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "BaconBar" */ = {
574 574
 			isa = XCConfigurationList;
575 575
 			buildConfigurations = (
576 576
 				E9CF1F4C184961020004AE02 /* Debug */,
@@ -579,7 +579,7 @@
579 579
 			defaultConfigurationIsVisible = 0;
580 580
 			defaultConfigurationName = Release;
581 581
 		};
582
-		E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBar" */ = {
582
+		E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "BaconBar" */ = {
583 583
 			isa = XCConfigurationList;
584 584
 			buildConfigurations = (
585 585
 				E9CF1F4F184961020004AE02 /* Debug */,
@@ -588,7 +588,7 @@
588 588
 			defaultConfigurationIsVisible = 0;
589 589
 			defaultConfigurationName = Release;
590 590
 		};
591
-		E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "RedditBarTests" */ = {
591
+		E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "BaconBarTests" */ = {
592 592
 			isa = XCConfigurationList;
593 593
 			buildConfigurations = (
594 594
 				E9CF1F52184961020004AE02 /* Debug */,

RedditBar.xcodeproj/project.xcworkspace/contents.xcworkspacedata → BaconBar.xcodeproj/project.xcworkspace/contents.xcworkspacedata Ver fichero

@@ -2,6 +2,6 @@
2 2
 <Workspace
3 3
    version = "1.0">
4 4
    <FileRef
5
-      location = "self:RedditBar.xcodeproj">
5
+      location = "self:BaconBar.xcodeproj">
6 6
    </FileRef>
7 7
 </Workspace>

RedditBar.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/RedditBar.xcscheme → BaconBar.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/RedditBar.xcscheme Ver fichero

@@ -16,8 +16,8 @@
16 16
                BuildableIdentifier = "primary"
17 17
                BlueprintIdentifier = "E9CF1F1C184961010004AE02"
18 18
                BuildableName = "RedditBar.app"
19
-               BlueprintName = "RedditBar"
20
-               ReferencedContainer = "container:RedditBar.xcodeproj">
19
+               BlueprintName = "BaconBar"
20
+               ReferencedContainer = "container:BaconBar.xcodeproj">
21 21
             </BuildableReference>
22 22
          </BuildActionEntry>
23 23
       </BuildActionEntries>
@@ -34,8 +34,8 @@
34 34
                BuildableIdentifier = "primary"
35 35
                BlueprintIdentifier = "E9CF1F3D184961020004AE02"
36 36
                BuildableName = "RedditBarTests.xctest"
37
-               BlueprintName = "RedditBarTests"
38
-               ReferencedContainer = "container:RedditBar.xcodeproj">
37
+               BlueprintName = "BaconBarTests"
38
+               ReferencedContainer = "container:BaconBar.xcodeproj">
39 39
             </BuildableReference>
40 40
          </TestableReference>
41 41
       </Testables>
@@ -44,8 +44,8 @@
44 44
             BuildableIdentifier = "primary"
45 45
             BlueprintIdentifier = "E9CF1F1C184961010004AE02"
46 46
             BuildableName = "RedditBar.app"
47
-            BlueprintName = "RedditBar"
48
-            ReferencedContainer = "container:RedditBar.xcodeproj">
47
+            BlueprintName = "BaconBar"
48
+            ReferencedContainer = "container:BaconBar.xcodeproj">
49 49
          </BuildableReference>
50 50
       </MacroExpansion>
51 51
    </TestAction>
@@ -63,8 +63,8 @@
63 63
             BuildableIdentifier = "primary"
64 64
             BlueprintIdentifier = "E9CF1F1C184961010004AE02"
65 65
             BuildableName = "RedditBar.app"
66
-            BlueprintName = "RedditBar"
67
-            ReferencedContainer = "container:RedditBar.xcodeproj">
66
+            BlueprintName = "BaconBar"
67
+            ReferencedContainer = "container:BaconBar.xcodeproj">
68 68
          </BuildableReference>
69 69
       </BuildableProductRunnable>
70 70
       <CommandLineArguments>
@@ -87,8 +87,8 @@
87 87
             BuildableIdentifier = "primary"
88 88
             BlueprintIdentifier = "E9CF1F1C184961010004AE02"
89 89
             BuildableName = "RedditBar.app"
90
-            BlueprintName = "RedditBar"
91
-            ReferencedContainer = "container:RedditBar.xcodeproj">
90
+            BlueprintName = "BaconBar"
91
+            ReferencedContainer = "container:BaconBar.xcodeproj">
92 92
          </BuildableReference>
93 93
       </BuildableProductRunnable>
94 94
    </ProfileAction>

RedditBar.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/xcschememanagement.plist → BaconBar.xcodeproj/xcuserdata/thomas.xcuserdatad/xcschemes/xcschememanagement.plist Ver fichero


RedditBar/RedditBar-Info.plist → RedditBar/BaconBar-Info.plist Ver fichero

@@ -21,7 +21,7 @@
21 21
 	<key>CFBundleSignature</key>
22 22
 	<string>????</string>
23 23
 	<key>CFBundleVersion</key>
24
-	<string>312</string>
24
+	<string>315</string>
25 25
 	<key>LSApplicationCategoryType</key>
26 26
 	<string>public.app-category.utilities</string>
27 27
 	<key>LSMinimumSystemVersion</key>

RedditBar/RedditBar-Prefix.pch → RedditBar/BaconBar-Prefix.pch Ver fichero


+ 2
- 2
RedditBar/Base.lproj/MainMenu.strings Ver fichero

@@ -2,8 +2,8 @@
2 2
 /* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "1lW-9C-xt6"; */
3 3
 "1lW-9C-xt6.title" = "Preferences...";
4 4
 
5
-/* Class = "NSMenuItem"; title = "About RedditBar"; ObjectID = "4ah-qP-9eP"; */
6
-"4ah-qP-9eP.title" = "About RedditBar";
5
+/* Class = "NSMenuItem"; title = "About BaconBar"; ObjectID = "4ah-qP-9eP"; */
6
+"4ah-qP-9eP.title" = "About BaconBar";
7 7
 
8 8
 /* Class = "NSMenuItem"; title = "PMs..."; ObjectID = "IM8-KI-MAc"; */
9 9
 "IM8-KI-MAc.title" = "PMs...";

+ 1
- 1
RedditBar/Base.lproj/MainMenu.xib Ver fichero

@@ -51,7 +51,7 @@
51 51
                         <action selector="showPreferences:" target="494" id="Fen-Ci-4tc"/>
52 52
                     </connections>
53 53
                 </menuItem>
54
-                <menuItem title="About RedditBar" id="4ah-qP-9eP">
54
+                <menuItem title="About BaconBar" id="4ah-qP-9eP">
55 55
                     <modifierMask key="keyEquivalentModifierMask"/>
56 56
                     <connections>
57 57
                         <action selector="showAbout:" target="494" id="7IO-ZS-OJf"/>

+ 2
- 2
RedditBar/Base.lproj/Prefs.strings Ver fichero

@@ -1,6 +1,6 @@
1 1
 
2
-/* Class = "PrefWindow"; title = "RedditBar Preferences"; ObjectID = "1"; */
3
-"1.title" = "RedditBar Preferences";
2
+/* Class = "PrefWindow"; title = "BaconBar Preferences"; ObjectID = "1"; */
3
+"1.title" = "BaconBar Preferences";
4 4
 
5 5
 /* Class = "NSTextFieldCell"; title = "10"; ObjectID = "0SD-Tf-uZS"; */
6 6
 "0SD-Tf-uZS.title" = "10";

+ 1
- 1
RedditBar/Base.lproj/Prefs.xib Ver fichero

@@ -27,7 +27,7 @@
27 27
         </customObject>
28 28
         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
29 29
         <customObject id="-3" userLabel="Application"/>
30
-        <window title="RedditBar Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" wantsToBeColor="NO" animationBehavior="default" id="1" customClass="PrefWindow">
30
+        <window title="BaconBar Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" wantsToBeColor="NO" animationBehavior="default" id="1" customClass="PrefWindow">
31 31
             <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
32 32
             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
33 33
             <rect key="contentRect" x="196" y="240" width="340" height="430"/>

+ 1
- 1
RedditBar/de.lproj/Localizable.strings Ver fichero

@@ -41,7 +41,7 @@
41 41
 "Preferences Error" = "Fehler";
42 42
 
43 43
 /* Main Menuitem Tooltip */
44
-"RedditBar" = "RedditBar";
44
+"RedditBar" = "BaconBar";
45 45
 
46 46
 /* Pref Error */
47 47
 "Subreddit List Invalid!" = "Ungültige Subreddit-liste";

+ 2
- 2
RedditBar/de.lproj/MainMenu.strings Ver fichero

@@ -1,8 +1,8 @@
1 1
 /* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "1lW-9C-xt6"; */
2 2
 "1lW-9C-xt6.title" = "Einstellungen...";
3 3
 
4
-/* Class = "NSMenuItem"; title = "About RedditBar"; ObjectID = "4ah-qP-9eP"; */
5
-"4ah-qP-9eP.title" = "Über RedditBar";
4
+/* Class = "NSMenuItem"; title = "About BaconBar"; ObjectID = "4ah-qP-9eP"; */
5
+"4ah-qP-9eP.title" = "Über BaconBar";
6 6
 
7 7
 /* Class = "NSMenuItem"; title = "PMs..."; ObjectID = "IM8-KI-MAc"; */
8 8
 "IM8-KI-MAc.title" = "PMs...";

+ 2
- 2
RedditBar/de.lproj/Prefs.strings Ver fichero

@@ -1,5 +1,5 @@
1
-/* Class = "PrefWindow"; title = "RedditBar Preferences"; ObjectID = "1"; */
2
-"1.title" = "RedditBar Einstellungen";
1
+/* Class = "PrefWindow"; title = "BaconBar Preferences"; ObjectID = "1"; */
2
+"1.title" = "BaconBar Preferences";
3 3
 
4 4
 /* Class = "NSTextFieldCell"; title = "10"; ObjectID = "0SD-Tf-uZS"; */
5 5
 "0SD-Tf-uZS.title" = "10";

BIN
RedditBar/en.lproj/Localizable.strings Ver fichero


+ 2
- 2
RedditBar/en.lproj/MainMenu.strings Ver fichero

@@ -1,8 +1,8 @@
1 1
 /* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "1lW-9C-xt6"; */
2 2
 "1lW-9C-xt6.title" = "Preferences...";
3 3
 
4
-/* Class = "NSMenuItem"; title = "About RedditBar"; ObjectID = "4ah-qP-9eP"; */
5
-"4ah-qP-9eP.title" = "About RedditBar";
4
+/* Class = "NSMenuItem"; title = "About BaconBar"; ObjectID = "4ah-qP-9eP"; */
5
+"4ah-qP-9eP.title" = "About BaconBar";
6 6
 
7 7
 /* Class = "NSMenuItem"; title = "PMs..."; ObjectID = "IM8-KI-MAc"; */
8 8
 "IM8-KI-MAc.title" = "PMs...";

+ 2
- 2
RedditBar/en.lproj/Prefs.strings Ver fichero

@@ -1,5 +1,5 @@
1
-/* Class = "PrefWindow"; title = "RedditBar Preferences"; ObjectID = "1"; */
2
-"1.title" = "RedditBar Preferences";
1
+/* Class = "PrefWindow"; title = "BaconBar Preferences"; ObjectID = "1"; */
2
+"1.title" = "BaconBar Preferences";
3 3
 
4 4
 /* Class = "NSTextFieldCell"; title = "10"; ObjectID = "0SD-Tf-uZS"; */
5 5
 "0SD-Tf-uZS.title" = "10";

RedditBarTests/RedditBarTests-Info.plist → RedditBarTests/BaconBarTests-Info.plist Ver fichero


+ 2
- 2
RedditBarTests/de.lproj/MainMenu.strings Ver fichero

@@ -1,8 +1,8 @@
1 1
 /* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "1lW-9C-xt6"; */
2 2
 "1lW-9C-xt6.title" = "Preferences...";
3 3
 
4
-/* Class = "NSMenuItem"; title = "About RedditBar"; ObjectID = "4ah-qP-9eP"; */
5
-"4ah-qP-9eP.title" = "About RedditBar";
4
+/* Class = "NSMenuItem"; title = "About BaconBar"; ObjectID = "4ah-qP-9eP"; */
5
+"4ah-qP-9eP.title" = "About BaconBar";
6 6
 
7 7
 /* Class = "NSMenuItem"; title = "PMs..."; ObjectID = "IM8-KI-MAc"; */
8 8
 "IM8-KI-MAc.title" = "PMs...";

+ 2
- 2
RedditBarTests/de.lproj/Prefs.strings Ver fichero

@@ -1,5 +1,5 @@
1
-/* Class = "PrefWindow"; title = "RedditBar Preferences"; ObjectID = "1"; */
2
-"1.title" = "RedditBar Preferences";
1
+/* Class = "PrefWindow"; title = "BaconBar Preferences"; ObjectID = "1"; */
2
+"1.title" = "BaconBar Preferences";
3 3
 
4 4
 /* Class = "NSTextFieldCell"; title = "10"; ObjectID = "0SD-Tf-uZS"; */
5 5
 "0SD-Tf-uZS.title" = "10";

+ 2
- 2
RedditBarTests/en.lproj/MainMenu.strings Ver fichero

@@ -1,8 +1,8 @@
1 1
 /* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "1lW-9C-xt6"; */
2 2
 "1lW-9C-xt6.title" = "Preferences...";
3 3
 
4
-/* Class = "NSMenuItem"; title = "About RedditBar"; ObjectID = "4ah-qP-9eP"; */
5
-"4ah-qP-9eP.title" = "About RedditBar";
4
+/* Class = "NSMenuItem"; title = "About BaconBar"; ObjectID = "4ah-qP-9eP"; */
5
+"4ah-qP-9eP.title" = "About BaconBar";
6 6
 
7 7
 /* Class = "NSMenuItem"; title = "PMs..."; ObjectID = "IM8-KI-MAc"; */
8 8
 "IM8-KI-MAc.title" = "PMs...";

+ 2
- 2
RedditBarTests/en.lproj/Prefs.strings Ver fichero

@@ -1,5 +1,5 @@
1
-/* Class = "PrefWindow"; title = "RedditBar Preferences"; ObjectID = "1"; */
2
-"1.title" = "RedditBar Preferences";
1
+/* Class = "PrefWindow"; title = "BaconBar Preferences"; ObjectID = "1"; */
2
+"1.title" = "BaconBar Preferences";
3 3
 
4 4
 /* Class = "NSTextFieldCell"; title = "10"; ObjectID = "0SD-Tf-uZS"; */
5 5
 "0SD-Tf-uZS.title" = "10";

BIN
web/image.png Ver fichero


+ 6
- 6
web/index.html Ver fichero

@@ -3,9 +3,9 @@
3 3
     <head>
4 4
         <meta charset="utf-8">
5 5
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
-        <meta name="description" content="RedditBar Mac App">
6
+        <meta name="description" content="BaconBar Mac App">
7 7
         <meta name="author" content="Thomas Buck">
8
-        <title>RedditBar</title>
8
+        <title>BaconBar</title>
9 9
         <link rel="shortcut icon" href="favicon.png">
10 10
         <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
11 11
         <link rel="stylesheet" href="style.css">
@@ -18,7 +18,7 @@
18 18
                     <li><a href="mai&#108;to&#58;%78%79th%6Fbuz&#64;x%&#55;9t%&#54;8ob&#37;75z%2&#69;d&#101;">Contact</a></li>
19 19
                     <li><a href="#changelog">Changelog</a></li>
20 20
                 </ul>
21
-                <h1>RedditBar</h1>
21
+                <h1>BaconBar</h1>
22 22
             </div>
23 23
             <div class="jumbotron">
24 24
                 <div id="carousel" class="carousel slide" data-ride="carousel"  data-interval="5000">
@@ -28,11 +28,11 @@
28 28
                     </ol>
29 29
                     <div class="carousel-inner">
30 30
                         <div class="item active">
31
-                            <img class="screenshot" src="image.png" alt="RedditBar Screenshot 1">
31
+                            <img class="screenshot" src="image.png" alt="BaconBar Screenshot 1">
32 32
                         </div>
33 33
                         <div class="item">
34 34
                             <a href="prefs.png">
35
-                                <img class="screenshot" src="prefs.png" alt="RedditBar Preferences Screenshot">
35
+                                <img class="screenshot" src="prefs.png" alt="BaconBar Preferences Screenshot">
36 36
                             </a>
37 37
                         </div>
38 38
                     </div>
@@ -55,7 +55,7 @@
55 55
                 </div>
56 56
             </div>
57 57
             <div class="twitter">
58
-                <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://xythobuz.de/redditbar/" data-via="xythobuz" data-size="large" data-related="xythobuz" data-hashtags="RedditBar" data-dnt="true">Tweet</a>
58
+                <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://xythobuz.de/redditbar/" data-via="xythobuz" data-size="large" data-related="xythobuz" data-hashtags="BaconBar" data-dnt="true">Tweet</a>
59 59
                 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
60 60
             </div>
61 61
             <a name="changelog"></a>

BIN
web/prefs.png Ver fichero


Loading…
Cancelar
Guardar