|
@@ -10,8 +10,6 @@
|
10
|
10
|
E922AEFB186F5F790038E4D7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E922AEFA186F5F790038E4D7 /* Cocoa.framework */; };
|
11
|
11
|
E922AF07186F5F790038E4D7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF06186F5F790038E4D7 /* main.m */; };
|
12
|
12
|
E922AF0E186F5F790038E4D7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF0D186F5F790038E4D7 /* AppDelegate.m */; };
|
13
|
|
- E9E5DE13186F88AD0091139B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E922AF12186F5F790038E4D7 /* Images.xcassets */; };
|
14
|
|
- E9E5DE1A186F89890091139B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E9E5DE17186F89810091139B /* Localizable.strings */; };
|
15
|
13
|
/* End PBXBuildFile section */
|
16
|
14
|
|
17
|
15
|
/* Begin PBXFileReference section */
|
|
@@ -25,10 +23,8 @@
|
25
|
23
|
E922AF08186F5F790038E4D7 /* BaconBarHelper-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BaconBarHelper-Prefix.pch"; sourceTree = "<group>"; };
|
26
|
24
|
E922AF0C186F5F790038E4D7 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
27
|
25
|
E922AF0D186F5F790038E4D7 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
28
|
|
- E922AF12186F5F790038E4D7 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
29
|
26
|
E922AF19186F5F790038E4D7 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
30
|
27
|
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>"; };
|
32
|
28
|
/* End PBXFileReference section */
|
33
|
29
|
|
34
|
30
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -86,7 +82,6 @@
|
86
|
82
|
E922AF3C186F60E60038E4D7 /* BaconBarHelper.entitlements */,
|
87
|
83
|
E922AF0C186F5F790038E4D7 /* AppDelegate.h */,
|
88
|
84
|
E922AF0D186F5F790038E4D7 /* AppDelegate.m */,
|
89
|
|
- E922AF12186F5F790038E4D7 /* Images.xcassets */,
|
90
|
85
|
E922AF01186F5F790038E4D7 /* Supporting Files */,
|
91
|
86
|
);
|
92
|
87
|
path = BaconBarHelper;
|
|
@@ -95,7 +90,6 @@
|
95
|
90
|
E922AF01186F5F790038E4D7 /* Supporting Files */ = {
|
96
|
91
|
isa = PBXGroup;
|
97
|
92
|
children = (
|
98
|
|
- E9E5DE17186F89810091139B /* Localizable.strings */,
|
99
|
93
|
E922AF02186F5F790038E4D7 /* BaconBarHelper-Info.plist */,
|
100
|
94
|
E922AF06186F5F790038E4D7 /* main.m */,
|
101
|
95
|
E922AF08186F5F790038E4D7 /* BaconBarHelper-Prefix.pch */,
|
|
@@ -166,8 +160,6 @@
|
166
|
160
|
isa = PBXResourcesBuildPhase;
|
167
|
161
|
buildActionMask = 2147483647;
|
168
|
162
|
files = (
|
169
|
|
- E9E5DE13186F88AD0091139B /* Images.xcassets in Resources */,
|
170
|
|
- E9E5DE1A186F89890091139B /* Localizable.strings in Resources */,
|
171
|
163
|
);
|
172
|
164
|
runOnlyForDeploymentPostprocessing = 0;
|
173
|
165
|
};
|
|
@@ -201,17 +193,6 @@
|
201
|
193
|
};
|
202
|
194
|
/* End PBXSourcesBuildPhase section */
|
203
|
195
|
|
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
|
|
-
|
215
|
196
|
/* Begin XCBuildConfiguration section */
|
216
|
197
|
E922AF26186F5F790038E4D7 /* Debug */ = {
|
217
|
198
|
isa = XCBuildConfiguration;
|
|
@@ -284,7 +265,6 @@
|
284
|
265
|
E922AF29186F5F790038E4D7 /* Debug */ = {
|
285
|
266
|
isa = XCBuildConfiguration;
|
286
|
267
|
buildSettings = {
|
287
|
|
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
288
|
268
|
CODE_SIGN_ENTITLEMENTS = BaconBarHelper/BaconBarHelper.entitlements;
|
289
|
269
|
CODE_SIGN_IDENTITY = "Developer ID Application";
|
290
|
270
|
COMBINE_HIDPI_IMAGES = YES;
|
|
@@ -301,7 +281,6 @@
|
301
|
281
|
E922AF2A186F5F790038E4D7 /* Release */ = {
|
302
|
282
|
isa = XCBuildConfiguration;
|
303
|
283
|
buildSettings = {
|
304
|
|
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
305
|
284
|
CODE_SIGN_ENTITLEMENTS = BaconBarHelper/BaconBarHelper.entitlements;
|
306
|
285
|
CODE_SIGN_IDENTITY = "Developer ID Application";
|
307
|
286
|
COMBINE_HIDPI_IMAGES = YES;
|