|
@@ -12,6 +12,13 @@
|
12
|
12
|
E934191B184A47DE00D03488 /* Prefs.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9341919184A47DE00D03488 /* Prefs.xib */; };
|
13
|
13
|
E9A129B1184BD24000F50D1D /* RedditItem.m in Sources */ = {isa = PBXBuildFile; fileRef = E9A129B0184BD24000F50D1D /* RedditItem.m */; };
|
14
|
14
|
E9B6773E184B73DC00850559 /* Reddit.m in Sources */ = {isa = PBXBuildFile; fileRef = E9B6773D184B73DC00850559 /* Reddit.m */; };
|
|
15
|
+ E9C32422186E49F000B41515 /* ServiceManagement.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9C32421186E49F000B41515 /* ServiceManagement.framework */; };
|
|
16
|
+ E9C32428186E4C8100B41515 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
|
|
17
|
+ E9C3242E186E4C8100B41515 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9C3242C186E4C8100B41515 /* InfoPlist.strings */; };
|
|
18
|
+ E9C32430186E4C8100B41515 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9C3242F186E4C8100B41515 /* main.m */; };
|
|
19
|
+ E9C32437186E4C8100B41515 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9C32436186E4C8100B41515 /* AppDelegate.m */; };
|
|
20
|
+ E9C3243C186E4C8100B41515 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9C3243B186E4C8100B41515 /* Images.xcassets */; };
|
|
21
|
+ E9C32455186E4D1700B41515 /* BaconBarHelper.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = E9C32427186E4C8100B41515 /* BaconBarHelper.app */; };
|
15
|
22
|
E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
|
16
|
23
|
E9CF1F2B184961010004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F29184961010004AE02 /* InfoPlist.strings */; };
|
17
|
24
|
E9CF1F2D184961010004AE02 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F2C184961010004AE02 /* main.m */; };
|
|
@@ -19,23 +26,22 @@
|
19
|
26
|
E9CF1F34184961010004AE02 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F33184961010004AE02 /* AppDelegate.m */; };
|
20
|
27
|
E9CF1F37184961020004AE02 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F35184961020004AE02 /* MainMenu.xib */; };
|
21
|
28
|
E9CF1F39184961020004AE02 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F38184961020004AE02 /* Images.xcassets */; };
|
22
|
|
- E9CF1F40184961020004AE02 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F3F184961020004AE02 /* XCTest.framework */; };
|
23
|
|
- E9CF1F41184961020004AE02 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E9CF1F20184961010004AE02 /* Cocoa.framework */; };
|
24
|
|
- E9CF1F49184961020004AE02 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9CF1F47184961020004AE02 /* InfoPlist.strings */; };
|
25
|
|
- E9CF1F4B184961020004AE02 /* RedditBarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F4A184961020004AE02 /* RedditBarTests.m */; };
|
26
|
29
|
E9CF1F5C1849685C0004AE02 /* PrefController.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CF1F5B1849685C0004AE02 /* PrefController.m */; };
|
27
|
30
|
E9F64A2E185E1E2900D6CA16 /* PrefWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F64A2D185E1E2900D6CA16 /* PrefWindow.m */; };
|
28
|
31
|
/* End PBXBuildFile section */
|
29
|
32
|
|
30
|
|
-/* Begin PBXContainerItemProxy section */
|
31
|
|
- E9CF1F42184961020004AE02 /* PBXContainerItemProxy */ = {
|
32
|
|
- isa = PBXContainerItemProxy;
|
33
|
|
- containerPortal = E9CF1F15184961010004AE02 /* Project object */;
|
34
|
|
- proxyType = 1;
|
35
|
|
- remoteGlobalIDString = E9CF1F1C184961010004AE02;
|
36
|
|
- remoteInfo = RedditBar;
|
37
|
|
- };
|
38
|
|
-/* End PBXContainerItemProxy section */
|
|
33
|
+/* Begin PBXCopyFilesBuildPhase section */
|
|
34
|
+ E9C32454186E4CF900B41515 /* CopyFiles */ = {
|
|
35
|
+ isa = PBXCopyFilesBuildPhase;
|
|
36
|
+ buildActionMask = 2147483647;
|
|
37
|
+ dstPath = Contents/Library/LoginItems;
|
|
38
|
+ dstSubfolderSpec = 1;
|
|
39
|
+ files = (
|
|
40
|
+ E9C32455186E4D1700B41515 /* BaconBarHelper.app in CopyFiles */,
|
|
41
|
+ );
|
|
42
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
43
|
+ };
|
|
44
|
+/* End PBXCopyFilesBuildPhase section */
|
39
|
45
|
|
40
|
46
|
/* Begin PBXFileReference section */
|
41
|
47
|
E90E74B3184FAA0F00F38929 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
@@ -44,7 +50,6 @@
|
44
|
50
|
E90E74B8184FAADE00F38929 /* de */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
|
45
|
51
|
E90E74B9184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
46
|
52
|
E90E74BA184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = de; path = de.lproj/Credits.rtf; sourceTree = "<group>"; };
|
47
|
|
- E90E74BB184FAADE00F38929 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
48
|
53
|
E9341912184A1A1A00D03488 /* StateModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StateModel.h; sourceTree = "<group>"; };
|
49
|
54
|
E9341913184A1A1A00D03488 /* StateModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StateModel.m; sourceTree = "<group>"; };
|
50
|
55
|
E934191A184A47DE00D03488 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/Prefs.xib; sourceTree = "<group>"; };
|
|
@@ -54,6 +59,17 @@
|
54
|
59
|
E9A129B0184BD24000F50D1D /* RedditItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RedditItem.m; sourceTree = "<group>"; };
|
55
|
60
|
E9B6773C184B73DC00850559 /* Reddit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reddit.h; sourceTree = "<group>"; };
|
56
|
61
|
E9B6773D184B73DC00850559 /* Reddit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reddit.m; sourceTree = "<group>"; };
|
|
62
|
+ E9C32421186E49F000B41515 /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
|
|
63
|
+ E9C32427186E4C8100B41515 /* BaconBarHelper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BaconBarHelper.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
64
|
+ E9C3242B186E4C8100B41515 /* BaconBarHelper-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BaconBarHelper-Info.plist"; sourceTree = "<group>"; };
|
|
65
|
+ E9C3242D186E4C8100B41515 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
66
|
+ E9C3242F186E4C8100B41515 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
67
|
+ E9C32431186E4C8100B41515 /* BaconBarHelper-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BaconBarHelper-Prefix.pch"; sourceTree = "<group>"; };
|
|
68
|
+ E9C32435186E4C8100B41515 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
69
|
+ E9C32436186E4C8100B41515 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
70
|
+ E9C3243B186E4C8100B41515 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
71
|
+ E9C32456186E4D9B00B41515 /* BaconBarHelper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = BaconBarHelper.entitlements; sourceTree = "<group>"; };
|
|
72
|
+ E9C32457186E54D300B41515 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
57
|
73
|
E9CF1F1D184961010004AE02 /* BaconBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BaconBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
58
|
74
|
E9CF1F20184961010004AE02 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
59
|
75
|
E9CF1F23184961010004AE02 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
@@ -68,11 +84,7 @@
|
68
|
84
|
E9CF1F33184961010004AE02 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
69
|
85
|
E9CF1F36184961020004AE02 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
70
|
86
|
E9CF1F38184961020004AE02 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
71
|
|
- E9CF1F3E184961020004AE02 /* BaconBarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BaconBarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
72
|
87
|
E9CF1F3F184961020004AE02 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
73
|
|
- E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RedditBarTests-Info.plist"; sourceTree = "<group>"; };
|
74
|
|
- E9CF1F48184961020004AE02 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
75
|
|
- E9CF1F4A184961020004AE02 /* RedditBarTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RedditBarTests.m; sourceTree = "<group>"; };
|
76
|
88
|
E9CF1F5A1849685C0004AE02 /* PrefController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefController.h; sourceTree = "<group>"; };
|
77
|
89
|
E9CF1F5B1849685C0004AE02 /* PrefController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PrefController.m; sourceTree = "<group>"; };
|
78
|
90
|
E9F64A2B185D51C100D6CA16 /* RedditBar.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = RedditBar.entitlements; sourceTree = "<group>"; };
|
|
@@ -81,31 +93,54 @@
|
81
|
93
|
/* End PBXFileReference section */
|
82
|
94
|
|
83
|
95
|
/* Begin PBXFrameworksBuildPhase section */
|
84
|
|
- E9CF1F1A184961010004AE02 /* Frameworks */ = {
|
|
96
|
+ E9C32424186E4C8100B41515 /* Frameworks */ = {
|
85
|
97
|
isa = PBXFrameworksBuildPhase;
|
86
|
98
|
buildActionMask = 2147483647;
|
87
|
99
|
files = (
|
88
|
|
- E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */,
|
|
100
|
+ E9C32428186E4C8100B41515 /* Cocoa.framework in Frameworks */,
|
89
|
101
|
);
|
90
|
102
|
runOnlyForDeploymentPostprocessing = 0;
|
91
|
103
|
};
|
92
|
|
- E9CF1F3B184961020004AE02 /* Frameworks */ = {
|
|
104
|
+ E9CF1F1A184961010004AE02 /* Frameworks */ = {
|
93
|
105
|
isa = PBXFrameworksBuildPhase;
|
94
|
106
|
buildActionMask = 2147483647;
|
95
|
107
|
files = (
|
96
|
|
- E9CF1F41184961020004AE02 /* Cocoa.framework in Frameworks */,
|
97
|
|
- E9CF1F40184961020004AE02 /* XCTest.framework in Frameworks */,
|
|
108
|
+ E9C32422186E49F000B41515 /* ServiceManagement.framework in Frameworks */,
|
|
109
|
+ E9CF1F21184961010004AE02 /* Cocoa.framework in Frameworks */,
|
98
|
110
|
);
|
99
|
111
|
runOnlyForDeploymentPostprocessing = 0;
|
100
|
112
|
};
|
101
|
113
|
/* End PBXFrameworksBuildPhase section */
|
102
|
114
|
|
103
|
115
|
/* Begin PBXGroup section */
|
|
116
|
+ E9C32429186E4C8100B41515 /* BaconBarHelper */ = {
|
|
117
|
+ isa = PBXGroup;
|
|
118
|
+ children = (
|
|
119
|
+ E9C32456186E4D9B00B41515 /* BaconBarHelper.entitlements */,
|
|
120
|
+ E9C32435186E4C8100B41515 /* AppDelegate.h */,
|
|
121
|
+ E9C32436186E4C8100B41515 /* AppDelegate.m */,
|
|
122
|
+ E9C3243B186E4C8100B41515 /* Images.xcassets */,
|
|
123
|
+ E9C3242A186E4C8100B41515 /* Supporting Files */,
|
|
124
|
+ );
|
|
125
|
+ path = BaconBarHelper;
|
|
126
|
+ sourceTree = "<group>";
|
|
127
|
+ };
|
|
128
|
+ E9C3242A186E4C8100B41515 /* Supporting Files */ = {
|
|
129
|
+ isa = PBXGroup;
|
|
130
|
+ children = (
|
|
131
|
+ E9C3242B186E4C8100B41515 /* BaconBarHelper-Info.plist */,
|
|
132
|
+ E9C3242C186E4C8100B41515 /* InfoPlist.strings */,
|
|
133
|
+ E9C3242F186E4C8100B41515 /* main.m */,
|
|
134
|
+ E9C32431186E4C8100B41515 /* BaconBarHelper-Prefix.pch */,
|
|
135
|
+ );
|
|
136
|
+ name = "Supporting Files";
|
|
137
|
+ sourceTree = "<group>";
|
|
138
|
+ };
|
104
|
139
|
E9CF1F14184961010004AE02 = {
|
105
|
140
|
isa = PBXGroup;
|
106
|
141
|
children = (
|
107
|
142
|
E9CF1F26184961010004AE02 /* RedditBar */,
|
108
|
|
- E9CF1F44184961020004AE02 /* RedditBarTests */,
|
|
143
|
+ E9C32429186E4C8100B41515 /* BaconBarHelper */,
|
109
|
144
|
E9CF1F1F184961010004AE02 /* Frameworks */,
|
110
|
145
|
E9CF1F1E184961010004AE02 /* Products */,
|
111
|
146
|
);
|
|
@@ -115,7 +150,7 @@
|
115
|
150
|
isa = PBXGroup;
|
116
|
151
|
children = (
|
117
|
152
|
E9CF1F1D184961010004AE02 /* BaconBar.app */,
|
118
|
|
- E9CF1F3E184961020004AE02 /* BaconBarTests.xctest */,
|
|
153
|
+ E9C32427186E4C8100B41515 /* BaconBarHelper.app */,
|
119
|
154
|
);
|
120
|
155
|
name = Products;
|
121
|
156
|
sourceTree = "<group>";
|
|
@@ -123,6 +158,7 @@
|
123
|
158
|
E9CF1F1F184961010004AE02 /* Frameworks */ = {
|
124
|
159
|
isa = PBXGroup;
|
125
|
160
|
children = (
|
|
161
|
+ E9C32421186E49F000B41515 /* ServiceManagement.framework */,
|
126
|
162
|
E9CF1F20184961010004AE02 /* Cocoa.framework */,
|
127
|
163
|
E9CF1F3F184961020004AE02 /* XCTest.framework */,
|
128
|
164
|
E9CF1F22184961010004AE02 /* Other Frameworks */,
|
|
@@ -177,27 +213,26 @@
|
177
|
213
|
name = "Supporting Files";
|
178
|
214
|
sourceTree = "<group>";
|
179
|
215
|
};
|
180
|
|
- E9CF1F44184961020004AE02 /* RedditBarTests */ = {
|
181
|
|
- isa = PBXGroup;
|
182
|
|
- children = (
|
183
|
|
- E9CF1F4A184961020004AE02 /* RedditBarTests.m */,
|
184
|
|
- E9CF1F45184961020004AE02 /* Supporting Files */,
|
185
|
|
- );
|
186
|
|
- path = RedditBarTests;
|
187
|
|
- sourceTree = "<group>";
|
188
|
|
- };
|
189
|
|
- E9CF1F45184961020004AE02 /* Supporting Files */ = {
|
190
|
|
- isa = PBXGroup;
|
191
|
|
- children = (
|
192
|
|
- E9CF1F46184961020004AE02 /* RedditBarTests-Info.plist */,
|
193
|
|
- E9CF1F47184961020004AE02 /* InfoPlist.strings */,
|
194
|
|
- );
|
195
|
|
- name = "Supporting Files";
|
196
|
|
- sourceTree = "<group>";
|
197
|
|
- };
|
198
|
216
|
/* End PBXGroup section */
|
199
|
217
|
|
200
|
218
|
/* Begin PBXNativeTarget section */
|
|
219
|
+ E9C32426186E4C8100B41515 /* BaconBarHelper */ = {
|
|
220
|
+ isa = PBXNativeTarget;
|
|
221
|
+ buildConfigurationList = E9C3244E186E4C8100B41515 /* Build configuration list for PBXNativeTarget "BaconBarHelper" */;
|
|
222
|
+ buildPhases = (
|
|
223
|
+ E9C32423186E4C8100B41515 /* Sources */,
|
|
224
|
+ E9C32424186E4C8100B41515 /* Frameworks */,
|
|
225
|
+ E9C32425186E4C8100B41515 /* Resources */,
|
|
226
|
+ );
|
|
227
|
+ buildRules = (
|
|
228
|
+ );
|
|
229
|
+ dependencies = (
|
|
230
|
+ );
|
|
231
|
+ name = BaconBarHelper;
|
|
232
|
+ productName = BaconBarHelper;
|
|
233
|
+ productReference = E9C32427186E4C8100B41515 /* BaconBarHelper.app */;
|
|
234
|
+ productType = "com.apple.product-type.application";
|
|
235
|
+ };
|
201
|
236
|
E9CF1F1C184961010004AE02 /* BaconBar */ = {
|
202
|
237
|
isa = PBXNativeTarget;
|
203
|
238
|
buildConfigurationList = E9CF1F4E184961020004AE02 /* Build configuration list for PBXNativeTarget "BaconBar" */;
|
|
@@ -207,6 +242,7 @@
|
207
|
242
|
E9341915184A3A6500D03488 /* ShellScript */,
|
208
|
243
|
E9CF1F1B184961010004AE02 /* Resources */,
|
209
|
244
|
E97FD65D185231D0006B5B3E /* ShellScript */,
|
|
245
|
+ E9C32454186E4CF900B41515 /* CopyFiles */,
|
210
|
246
|
);
|
211
|
247
|
buildRules = (
|
212
|
248
|
);
|
|
@@ -217,24 +253,6 @@
|
217
|
253
|
productReference = E9CF1F1D184961010004AE02 /* BaconBar.app */;
|
218
|
254
|
productType = "com.apple.product-type.application";
|
219
|
255
|
};
|
220
|
|
- E9CF1F3D184961020004AE02 /* BaconBarTests */ = {
|
221
|
|
- isa = PBXNativeTarget;
|
222
|
|
- buildConfigurationList = E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "BaconBarTests" */;
|
223
|
|
- buildPhases = (
|
224
|
|
- E9CF1F3A184961020004AE02 /* Sources */,
|
225
|
|
- E9CF1F3B184961020004AE02 /* Frameworks */,
|
226
|
|
- E9CF1F3C184961020004AE02 /* Resources */,
|
227
|
|
- );
|
228
|
|
- buildRules = (
|
229
|
|
- );
|
230
|
|
- dependencies = (
|
231
|
|
- E9CF1F43184961020004AE02 /* PBXTargetDependency */,
|
232
|
|
- );
|
233
|
|
- name = BaconBarTests;
|
234
|
|
- productName = RedditBarTests;
|
235
|
|
- productReference = E9CF1F3E184961020004AE02 /* BaconBarTests.xctest */;
|
236
|
|
- productType = "com.apple.product-type.bundle.unit-test";
|
237
|
|
- };
|
238
|
256
|
/* End PBXNativeTarget section */
|
239
|
257
|
|
240
|
258
|
/* Begin PBXProject section */
|
|
@@ -244,7 +262,7 @@
|
244
|
262
|
LastUpgradeCheck = 0500;
|
245
|
263
|
ORGANIZATIONNAME = xythobuz;
|
246
|
264
|
TargetAttributes = {
|
247
|
|
- E9CF1F1C184961010004AE02 = {
|
|
265
|
+ E9C32426186E4C8100B41515 = {
|
248
|
266
|
DevelopmentTeam = 2YRH3A6P3C;
|
249
|
267
|
SystemCapabilities = {
|
250
|
268
|
com.apple.Sandbox = {
|
|
@@ -252,8 +270,13 @@
|
252
|
270
|
};
|
253
|
271
|
};
|
254
|
272
|
};
|
255
|
|
- E9CF1F3D184961020004AE02 = {
|
256
|
|
- TestTargetID = E9CF1F1C184961010004AE02;
|
|
273
|
+ E9CF1F1C184961010004AE02 = {
|
|
274
|
+ DevelopmentTeam = 2YRH3A6P3C;
|
|
275
|
+ SystemCapabilities = {
|
|
276
|
+ com.apple.Sandbox = {
|
|
277
|
+ enabled = 1;
|
|
278
|
+ };
|
|
279
|
+ };
|
257
|
280
|
};
|
258
|
281
|
};
|
259
|
282
|
};
|
|
@@ -272,12 +295,21 @@
|
272
|
295
|
projectRoot = "";
|
273
|
296
|
targets = (
|
274
|
297
|
E9CF1F1C184961010004AE02 /* BaconBar */,
|
275
|
|
- E9CF1F3D184961020004AE02 /* BaconBarTests */,
|
|
298
|
+ E9C32426186E4C8100B41515 /* BaconBarHelper */,
|
276
|
299
|
);
|
277
|
300
|
};
|
278
|
301
|
/* End PBXProject section */
|
279
|
302
|
|
280
|
303
|
/* Begin PBXResourcesBuildPhase section */
|
|
304
|
+ E9C32425186E4C8100B41515 /* Resources */ = {
|
|
305
|
+ isa = PBXResourcesBuildPhase;
|
|
306
|
+ buildActionMask = 2147483647;
|
|
307
|
+ files = (
|
|
308
|
+ E9C3242E186E4C8100B41515 /* InfoPlist.strings in Resources */,
|
|
309
|
+ E9C3243C186E4C8100B41515 /* Images.xcassets in Resources */,
|
|
310
|
+ );
|
|
311
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
312
|
+ };
|
281
|
313
|
E9CF1F1B184961010004AE02 /* Resources */ = {
|
282
|
314
|
isa = PBXResourcesBuildPhase;
|
283
|
315
|
buildActionMask = 2147483647;
|
|
@@ -291,14 +323,6 @@
|
291
|
323
|
);
|
292
|
324
|
runOnlyForDeploymentPostprocessing = 0;
|
293
|
325
|
};
|
294
|
|
- E9CF1F3C184961020004AE02 /* Resources */ = {
|
295
|
|
- isa = PBXResourcesBuildPhase;
|
296
|
|
- buildActionMask = 2147483647;
|
297
|
|
- files = (
|
298
|
|
- E9CF1F49184961020004AE02 /* InfoPlist.strings in Resources */,
|
299
|
|
- );
|
300
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
301
|
|
- };
|
302
|
326
|
/* End PBXResourcesBuildPhase section */
|
303
|
327
|
|
304
|
328
|
/* Begin PBXShellScriptBuildPhase section */
|
|
@@ -331,6 +355,15 @@
|
331
|
355
|
/* End PBXShellScriptBuildPhase section */
|
332
|
356
|
|
333
|
357
|
/* Begin PBXSourcesBuildPhase section */
|
|
358
|
+ E9C32423186E4C8100B41515 /* Sources */ = {
|
|
359
|
+ isa = PBXSourcesBuildPhase;
|
|
360
|
+ buildActionMask = 2147483647;
|
|
361
|
+ files = (
|
|
362
|
+ E9C32437186E4C8100B41515 /* AppDelegate.m in Sources */,
|
|
363
|
+ E9C32430186E4C8100B41515 /* main.m in Sources */,
|
|
364
|
+ );
|
|
365
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
366
|
+ };
|
334
|
367
|
E9CF1F19184961010004AE02 /* Sources */ = {
|
335
|
368
|
isa = PBXSourcesBuildPhase;
|
336
|
369
|
buildActionMask = 2147483647;
|
|
@@ -345,24 +378,8 @@
|
345
|
378
|
);
|
346
|
379
|
runOnlyForDeploymentPostprocessing = 0;
|
347
|
380
|
};
|
348
|
|
- E9CF1F3A184961020004AE02 /* Sources */ = {
|
349
|
|
- isa = PBXSourcesBuildPhase;
|
350
|
|
- buildActionMask = 2147483647;
|
351
|
|
- files = (
|
352
|
|
- E9CF1F4B184961020004AE02 /* RedditBarTests.m in Sources */,
|
353
|
|
- );
|
354
|
|
- runOnlyForDeploymentPostprocessing = 0;
|
355
|
|
- };
|
356
|
381
|
/* End PBXSourcesBuildPhase section */
|
357
|
382
|
|
358
|
|
-/* Begin PBXTargetDependency section */
|
359
|
|
- E9CF1F43184961020004AE02 /* PBXTargetDependency */ = {
|
360
|
|
- isa = PBXTargetDependency;
|
361
|
|
- target = E9CF1F1C184961010004AE02 /* BaconBar */;
|
362
|
|
- targetProxy = E9CF1F42184961020004AE02 /* PBXContainerItemProxy */;
|
363
|
|
- };
|
364
|
|
-/* End PBXTargetDependency section */
|
365
|
|
-
|
366
|
383
|
/* Begin PBXVariantGroup section */
|
367
|
384
|
E90E74B2184FAA0F00F38929 /* Localizable.strings */ = {
|
368
|
385
|
isa = PBXVariantGroup;
|
|
@@ -383,6 +400,15 @@
|
383
|
400
|
name = Prefs.xib;
|
384
|
401
|
sourceTree = "<group>";
|
385
|
402
|
};
|
|
403
|
+ E9C3242C186E4C8100B41515 /* InfoPlist.strings */ = {
|
|
404
|
+ isa = PBXVariantGroup;
|
|
405
|
+ children = (
|
|
406
|
+ E9C3242D186E4C8100B41515 /* en */,
|
|
407
|
+ E9C32457186E54D300B41515 /* de */,
|
|
408
|
+ );
|
|
409
|
+ name = InfoPlist.strings;
|
|
410
|
+ sourceTree = "<group>";
|
|
411
|
+ };
|
386
|
412
|
E9CF1F29184961010004AE02 /* InfoPlist.strings */ = {
|
387
|
413
|
isa = PBXVariantGroup;
|
388
|
414
|
children = (
|
|
@@ -411,18 +437,47 @@
|
411
|
437
|
name = MainMenu.xib;
|
412
|
438
|
sourceTree = "<group>";
|
413
|
439
|
};
|
414
|
|
- E9CF1F47184961020004AE02 /* InfoPlist.strings */ = {
|
415
|
|
- isa = PBXVariantGroup;
|
416
|
|
- children = (
|
417
|
|
- E9CF1F48184961020004AE02 /* en */,
|
418
|
|
- E90E74BB184FAADE00F38929 /* de */,
|
419
|
|
- );
|
420
|
|
- name = InfoPlist.strings;
|
421
|
|
- sourceTree = "<group>";
|
422
|
|
- };
|
423
|
440
|
/* End PBXVariantGroup section */
|
424
|
441
|
|
425
|
442
|
/* Begin XCBuildConfiguration section */
|
|
443
|
+ E9C3244F186E4C8100B41515 /* Debug */ = {
|
|
444
|
+ isa = XCBuildConfiguration;
|
|
445
|
+ buildSettings = {
|
|
446
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
447
|
+ CODE_SIGN_ENTITLEMENTS = BaconBarHelper/BaconBarHelper.entitlements;
|
|
448
|
+ CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Thomas Buck (2YRH3A6P3C)";
|
|
449
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
450
|
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
451
|
+ GCC_PREFIX_HEADER = "BaconBarHelper/BaconBarHelper-Prefix.pch";
|
|
452
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
453
|
+ "DEBUG=1",
|
|
454
|
+ "$(inherited)",
|
|
455
|
+ );
|
|
456
|
+ INFOPLIST_FILE = "BaconBarHelper/BaconBarHelper-Info.plist";
|
|
457
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
458
|
+ PROVISIONING_PROFILE = "96C11281-B37D-4B03-89DD-AC0908449C25";
|
|
459
|
+ SKIP_INSTALL = YES;
|
|
460
|
+ WRAPPER_EXTENSION = app;
|
|
461
|
+ };
|
|
462
|
+ name = Debug;
|
|
463
|
+ };
|
|
464
|
+ E9C32450186E4C8100B41515 /* Release */ = {
|
|
465
|
+ isa = XCBuildConfiguration;
|
|
466
|
+ buildSettings = {
|
|
467
|
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
468
|
+ CODE_SIGN_ENTITLEMENTS = BaconBarHelper/BaconBarHelper.entitlements;
|
|
469
|
+ CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Thomas Buck (2YRH3A6P3C)";
|
|
470
|
+ COMBINE_HIDPI_IMAGES = YES;
|
|
471
|
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
472
|
+ GCC_PREFIX_HEADER = "BaconBarHelper/BaconBarHelper-Prefix.pch";
|
|
473
|
+ INFOPLIST_FILE = "BaconBarHelper/BaconBarHelper-Info.plist";
|
|
474
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
475
|
+ PROVISIONING_PROFILE = "96C11281-B37D-4B03-89DD-AC0908449C25";
|
|
476
|
+ SKIP_INSTALL = YES;
|
|
477
|
+ WRAPPER_EXTENSION = app;
|
|
478
|
+ };
|
|
479
|
+ name = Release;
|
|
480
|
+ };
|
426
|
481
|
E9CF1F4C184961020004AE02 /* Debug */ = {
|
427
|
482
|
isa = XCBuildConfiguration;
|
428
|
483
|
buildSettings = {
|
|
@@ -496,15 +551,15 @@
|
496
|
551
|
buildSettings = {
|
497
|
552
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
498
|
553
|
CODE_SIGN_ENTITLEMENTS = RedditBar/RedditBar.entitlements;
|
499
|
|
- CODE_SIGN_IDENTITY = "Mac Developer";
|
500
|
|
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
|
|
554
|
+ CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Thomas Buck (2YRH3A6P3C)";
|
|
555
|
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "3rd Party Mac Developer Application: Thomas Buck (2YRH3A6P3C)";
|
501
|
556
|
COMBINE_HIDPI_IMAGES = YES;
|
502
|
557
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
503
|
558
|
GCC_PREFIX_HEADER = "RedditBar/BaconBar-Prefix.pch";
|
504
|
559
|
INFOPLIST_FILE = "RedditBar/BaconBar-Info.plist";
|
505
|
560
|
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
506
|
561
|
PRODUCT_NAME = BaconBar;
|
507
|
|
- PROVISIONING_PROFILE = "";
|
|
562
|
+ PROVISIONING_PROFILE = "96C11281-B37D-4B03-89DD-AC0908449C25";
|
508
|
563
|
WRAPPER_EXTENSION = app;
|
509
|
564
|
};
|
510
|
565
|
name = Debug;
|
|
@@ -514,62 +569,30 @@
|
514
|
569
|
buildSettings = {
|
515
|
570
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
516
|
571
|
CODE_SIGN_ENTITLEMENTS = RedditBar/RedditBar.entitlements;
|
517
|
|
- CODE_SIGN_IDENTITY = "Mac Developer";
|
518
|
|
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
|
|
572
|
+ CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Thomas Buck (2YRH3A6P3C)";
|
|
573
|
+ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "3rd Party Mac Developer Application: Thomas Buck (2YRH3A6P3C)";
|
519
|
574
|
COMBINE_HIDPI_IMAGES = YES;
|
520
|
575
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
521
|
576
|
GCC_PREFIX_HEADER = "RedditBar/BaconBar-Prefix.pch";
|
522
|
577
|
INFOPLIST_FILE = "RedditBar/BaconBar-Info.plist";
|
523
|
578
|
MACOSX_DEPLOYMENT_TARGET = 10.8;
|
524
|
579
|
PRODUCT_NAME = BaconBar;
|
525
|
|
- PROVISIONING_PROFILE = "";
|
|
580
|
+ PROVISIONING_PROFILE = "96C11281-B37D-4B03-89DD-AC0908449C25";
|
526
|
581
|
WRAPPER_EXTENSION = app;
|
527
|
582
|
};
|
528
|
583
|
name = Release;
|
529
|
584
|
};
|
530
|
|
- E9CF1F52184961020004AE02 /* Debug */ = {
|
531
|
|
- isa = XCBuildConfiguration;
|
532
|
|
- buildSettings = {
|
533
|
|
- BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
|
534
|
|
- COMBINE_HIDPI_IMAGES = YES;
|
535
|
|
- FRAMEWORK_SEARCH_PATHS = (
|
536
|
|
- "$(DEVELOPER_FRAMEWORKS_DIR)",
|
537
|
|
- "$(inherited)",
|
538
|
|
- );
|
539
|
|
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
540
|
|
- GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
|
541
|
|
- GCC_PREPROCESSOR_DEFINITIONS = (
|
542
|
|
- "DEBUG=1",
|
543
|
|
- "$(inherited)",
|
544
|
|
- );
|
545
|
|
- INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
|
546
|
|
- PRODUCT_NAME = BaconBarTests;
|
547
|
|
- TEST_HOST = "$(BUNDLE_LOADER)";
|
548
|
|
- WRAPPER_EXTENSION = xctest;
|
549
|
|
- };
|
550
|
|
- name = Debug;
|
551
|
|
- };
|
552
|
|
- E9CF1F53184961020004AE02 /* Release */ = {
|
553
|
|
- isa = XCBuildConfiguration;
|
554
|
|
- buildSettings = {
|
555
|
|
- BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RedditBar.app/Contents/MacOS/RedditBar";
|
556
|
|
- COMBINE_HIDPI_IMAGES = YES;
|
557
|
|
- FRAMEWORK_SEARCH_PATHS = (
|
558
|
|
- "$(DEVELOPER_FRAMEWORKS_DIR)",
|
559
|
|
- "$(inherited)",
|
560
|
|
- );
|
561
|
|
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
562
|
|
- GCC_PREFIX_HEADER = "RedditBar/RedditBar-Prefix.pch";
|
563
|
|
- INFOPLIST_FILE = "RedditBarTests/RedditBarTests-Info.plist";
|
564
|
|
- PRODUCT_NAME = BaconBarTests;
|
565
|
|
- TEST_HOST = "$(BUNDLE_LOADER)";
|
566
|
|
- WRAPPER_EXTENSION = xctest;
|
567
|
|
- };
|
568
|
|
- name = Release;
|
569
|
|
- };
|
570
|
585
|
/* End XCBuildConfiguration section */
|
571
|
586
|
|
572
|
587
|
/* Begin XCConfigurationList section */
|
|
588
|
+ E9C3244E186E4C8100B41515 /* Build configuration list for PBXNativeTarget "BaconBarHelper" */ = {
|
|
589
|
+ isa = XCConfigurationList;
|
|
590
|
+ buildConfigurations = (
|
|
591
|
+ E9C3244F186E4C8100B41515 /* Debug */,
|
|
592
|
+ E9C32450186E4C8100B41515 /* Release */,
|
|
593
|
+ );
|
|
594
|
+ defaultConfigurationIsVisible = 0;
|
|
595
|
+ };
|
573
|
596
|
E9CF1F18184961010004AE02 /* Build configuration list for PBXProject "BaconBar" */ = {
|
574
|
597
|
isa = XCConfigurationList;
|
575
|
598
|
buildConfigurations = (
|
|
@@ -588,15 +611,6 @@
|
588
|
611
|
defaultConfigurationIsVisible = 0;
|
589
|
612
|
defaultConfigurationName = Release;
|
590
|
613
|
};
|
591
|
|
- E9CF1F51184961020004AE02 /* Build configuration list for PBXNativeTarget "BaconBarTests" */ = {
|
592
|
|
- isa = XCConfigurationList;
|
593
|
|
- buildConfigurations = (
|
594
|
|
- E9CF1F52184961020004AE02 /* Debug */,
|
595
|
|
- E9CF1F53184961020004AE02 /* Release */,
|
596
|
|
- );
|
597
|
|
- defaultConfigurationIsVisible = 0;
|
598
|
|
- defaultConfigurationName = Release;
|
599
|
|
- };
|
600
|
614
|
/* End XCConfigurationList section */
|
601
|
615
|
};
|
602
|
616
|
rootObject = E9CF1F15184961010004AE02 /* Project object */;
|