Browse Source

Now builds.

Thomas Buck 11 years ago
parent
commit
dfd2787ce6

+ 17
- 2
BaconBarHelper.xcodeproj/project.pbxproj View File

10
 		E922AEFB186F5F790038E4D7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E922AEFA186F5F790038E4D7 /* Cocoa.framework */; };
10
 		E922AEFB186F5F790038E4D7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E922AEFA186F5F790038E4D7 /* Cocoa.framework */; };
11
 		E922AF07186F5F790038E4D7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF06186F5F790038E4D7 /* main.m */; };
11
 		E922AF07186F5F790038E4D7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF06186F5F790038E4D7 /* main.m */; };
12
 		E922AF0E186F5F790038E4D7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF0D186F5F790038E4D7 /* AppDelegate.m */; };
12
 		E922AF0E186F5F790038E4D7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF0D186F5F790038E4D7 /* AppDelegate.m */; };
13
-		E922AF13186F5F790038E4D7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E922AF12186F5F790038E4D7 /* Images.xcassets */; };
13
+		E9E5DE13186F88AD0091139B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E922AF12186F5F790038E4D7 /* Images.xcassets */; };
14
+		E9E5DE1A186F89890091139B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9E5DE17186F89810091139B /* Localizable.strings */; };
14
 /* End PBXBuildFile section */
15
 /* End PBXBuildFile section */
15
 
16
 
16
 /* Begin PBXFileReference section */
17
 /* Begin PBXFileReference section */
27
 		E922AF12186F5F790038E4D7 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
28
 		E922AF12186F5F790038E4D7 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
28
 		E922AF19186F5F790038E4D7 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
29
 		E922AF19186F5F790038E4D7 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
29
 		E922AF3C186F60E60038E4D7 /* BaconBarHelper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = BaconBarHelper.entitlements; sourceTree = "<group>"; };
30
 		E922AF3C186F60E60038E4D7 /* BaconBarHelper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = BaconBarHelper.entitlements; sourceTree = "<group>"; };
31
+		E9E5DE18186F89810091139B /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
30
 /* End PBXFileReference section */
32
 /* End PBXFileReference section */
31
 
33
 
32
 /* Begin PBXFrameworksBuildPhase section */
34
 /* Begin PBXFrameworksBuildPhase section */
93
 		E922AF01186F5F790038E4D7 /* Supporting Files */ = {
95
 		E922AF01186F5F790038E4D7 /* Supporting Files */ = {
94
 			isa = PBXGroup;
96
 			isa = PBXGroup;
95
 			children = (
97
 			children = (
98
+				E9E5DE17186F89810091139B /* Localizable.strings */,
96
 				E922AF02186F5F790038E4D7 /* BaconBarHelper-Info.plist */,
99
 				E922AF02186F5F790038E4D7 /* BaconBarHelper-Info.plist */,
97
 				E922AF06186F5F790038E4D7 /* main.m */,
100
 				E922AF06186F5F790038E4D7 /* main.m */,
98
 				E922AF08186F5F790038E4D7 /* BaconBarHelper-Prefix.pch */,
101
 				E922AF08186F5F790038E4D7 /* BaconBarHelper-Prefix.pch */,
163
 			isa = PBXResourcesBuildPhase;
166
 			isa = PBXResourcesBuildPhase;
164
 			buildActionMask = 2147483647;
167
 			buildActionMask = 2147483647;
165
 			files = (
168
 			files = (
166
-				E922AF13186F5F790038E4D7 /* Images.xcassets in Resources */,
169
+				E9E5DE13186F88AD0091139B /* Images.xcassets in Resources */,
170
+				E9E5DE1A186F89890091139B /* Localizable.strings in Resources */,
167
 			);
171
 			);
168
 			runOnlyForDeploymentPostprocessing = 0;
172
 			runOnlyForDeploymentPostprocessing = 0;
169
 		};
173
 		};
197
 		};
201
 		};
198
 /* End PBXSourcesBuildPhase section */
202
 /* End PBXSourcesBuildPhase section */
199
 
203
 
204
+/* Begin PBXVariantGroup section */
205
+		E9E5DE17186F89810091139B /* Localizable.strings */ = {
206
+			isa = PBXVariantGroup;
207
+			children = (
208
+				E9E5DE18186F89810091139B /* Base */,
209
+			);
210
+			name = Localizable.strings;
211
+			sourceTree = "<group>";
212
+		};
213
+/* End PBXVariantGroup section */
214
+
200
 /* Begin XCBuildConfiguration section */
215
 /* Begin XCBuildConfiguration section */
201
 		E922AF26186F5F790038E4D7 /* Debug */ = {
216
 		E922AF26186F5F790038E4D7 /* Debug */ = {
202
 			isa = XCBuildConfiguration;
217
 			isa = XCBuildConfiguration;

+ 1
- 1
BaconBarHelper/BaconBarHelper-Info.plist View File

21
 	<key>CFBundleSignature</key>
21
 	<key>CFBundleSignature</key>
22
 	<string>????</string>
22
 	<string>????</string>
23
 	<key>CFBundleVersion</key>
23
 	<key>CFBundleVersion</key>
24
-	<string>31</string>
24
+	<string>42</string>
25
 	<key>LSBackgroundOnly</key>
25
 	<key>LSBackgroundOnly</key>
26
 	<true/>
26
 	<true/>
27
 	<key>LSMinimumSystemVersion</key>
27
 	<key>LSMinimumSystemVersion</key>

+ 0
- 0
BaconBarHelper/Base.lproj/Localizable.strings View File


+ 1
- 1
RedditBar/BaconBar-Info.plist View File

21
 	<key>CFBundleSignature</key>
21
 	<key>CFBundleSignature</key>
22
 	<string>????</string>
22
 	<string>????</string>
23
 	<key>CFBundleVersion</key>
23
 	<key>CFBundleVersion</key>
24
-	<string>387</string>
24
+	<string>390</string>
25
 	<key>LSApplicationCategoryType</key>
25
 	<key>LSApplicationCategoryType</key>
26
 	<string>public.app-category.utilities</string>
26
 	<string>public.app-category.utilities</string>
27
 	<key>LSMinimumSystemVersion</key>
27
 	<key>LSMinimumSystemVersion</key>

Loading…
Cancel
Save