Skip to content

Commit 8ed36ae

Browse files
committed
PhotoProgress
1 parent 164dfb6 commit 8ed36ae

36 files changed

+1600
-0
lines changed

PhotoProgress/LICENSE.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Sample code project: PhotoProgress: Using NSProgress
2+
Version: 1.0
3+
4+
IMPORTANT: This Apple software is supplied to you by Apple
5+
Inc. ("Apple") in consideration of your agreement to the following
6+
terms, and your use, installation, modification or redistribution of
7+
this Apple software constitutes acceptance of these terms. If you do
8+
not agree with these terms, please do not use, install, modify or
9+
redistribute this Apple software.
10+
11+
In consideration of your agreement to abide by the following terms, and
12+
subject to these terms, Apple grants you a personal, non-exclusive
13+
license, under Apple's copyrights in this original Apple software (the
14+
"Apple Software"), to use, reproduce, modify and redistribute the Apple
15+
Software, with or without modifications, in source and/or binary forms;
16+
provided that if you redistribute the Apple Software in its entirety and
17+
without modifications, you must retain this notice and the following
18+
text and disclaimers in all such redistributions of the Apple Software.
19+
Neither the name, trademarks, service marks or logos of Apple Inc. may
20+
be used to endorse or promote products derived from the Apple Software
21+
without specific prior written permission from Apple. Except as
22+
expressly stated in this notice, no other rights or licenses, express or
23+
implied, are granted by Apple herein, including but not limited to any
24+
patent rights that may be infringed by your derivative works or by other
25+
works in which the Apple Software may be incorporated.
26+
27+
The Apple Software is provided by Apple on an "AS IS" basis. APPLE
28+
MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION
29+
THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS
30+
FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND
31+
OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
32+
33+
IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL
34+
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
35+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
36+
INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION,
37+
MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED
38+
AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE),
39+
STRICT LIABILITY OR OTHERWISE, EVEN IF APPLE HAS BEEN ADVISED OF THE
40+
POSSIBILITY OF SUCH DAMAGE.
41+
42+
Copyright (C) 2015 Apple Inc. All Rights Reserved.
Lines changed: 351 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,351 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
312329641B0FF89800C3BE18 /* Album.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312329601B0FF89800C3BE18 /* Album.swift */; };
11+
312329651B0FF89800C3BE18 /* PhotoDownload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312329611B0FF89800C3BE18 /* PhotoDownload.swift */; };
12+
312329661B0FF89800C3BE18 /* PhotoFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312329621B0FF89800C3BE18 /* PhotoFilter.swift */; };
13+
312329671B0FF89800C3BE18 /* PhotoImport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 312329631B0FF89800C3BE18 /* PhotoImport.swift */; };
14+
314AEFFD1B1006CE00282B5A /* PhotoCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 314AEFFC1B1006CE00282B5A /* PhotoCollectionViewCell.swift */; };
15+
3157CF961B0FCFE30012CA05 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3157CF951B0FCFE30012CA05 /* AppDelegate.swift */; };
16+
3157CF981B0FCFE30012CA05 /* PhotosCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3157CF971B0FCFE30012CA05 /* PhotosCollectionViewController.swift */; };
17+
3157CF9B1B0FCFE30012CA05 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3157CF991B0FCFE30012CA05 /* Main.storyboard */; };
18+
3157CF9D1B0FCFE30012CA05 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3157CF9C1B0FCFE30012CA05 /* Images.xcassets */; };
19+
3157CFA01B0FCFE30012CA05 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3157CF9E1B0FCFE30012CA05 /* LaunchScreen.storyboard */; };
20+
BF1317431B1657BA005E86BE /* Photos in Resources */ = {isa = PBXBuildFile; fileRef = BF1317411B1657BA005E86BE /* Photos */; };
21+
BF1334571B16895900A1ABE7 /* PhotosViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF1334561B16895900A1ABE7 /* PhotosViewController.swift */; };
22+
BFED0B6F1B166F8B006F80C3 /* Photo.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFED0B6E1B166F8B006F80C3 /* Photo.swift */; };
23+
/* End PBXBuildFile section */
24+
25+
/* Begin PBXFileReference section */
26+
312329601B0FF89800C3BE18 /* Album.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Album.swift; sourceTree = "<group>"; };
27+
312329611B0FF89800C3BE18 /* PhotoDownload.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoDownload.swift; sourceTree = "<group>"; };
28+
312329621B0FF89800C3BE18 /* PhotoFilter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoFilter.swift; sourceTree = "<group>"; };
29+
312329631B0FF89800C3BE18 /* PhotoImport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoImport.swift; sourceTree = "<group>"; };
30+
314AEFFC1B1006CE00282B5A /* PhotoCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoCollectionViewCell.swift; sourceTree = "<group>"; };
31+
3157CF921B0FCFE30012CA05 /* PhotoProgress.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PhotoProgress.app; sourceTree = BUILT_PRODUCTS_DIR; };
32+
3157CF951B0FCFE30012CA05 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
33+
3157CF971B0FCFE30012CA05 /* PhotosCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotosCollectionViewController.swift; sourceTree = "<group>"; };
34+
3157CF9A1B0FCFE30012CA05 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
35+
3157CF9C1B0FCFE30012CA05 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
36+
3157CF9F1B0FCFE30012CA05 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
37+
3157CFA11B0FCFE30012CA05 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
38+
3E87FC771B1E623000B07A78 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
39+
BF1317411B1657BA005E86BE /* Photos */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Photos; path = PhotoProgress/Photos; sourceTree = SOURCE_ROOT; };
40+
BF1334561B16895900A1ABE7 /* PhotosViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotosViewController.swift; sourceTree = "<group>"; };
41+
BFED0B6E1B166F8B006F80C3 /* Photo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Photo.swift; sourceTree = "<group>"; };
42+
/* End PBXFileReference section */
43+
44+
/* Begin PBXFrameworksBuildPhase section */
45+
3157CF8F1B0FCFE30012CA05 /* Frameworks */ = {
46+
isa = PBXFrameworksBuildPhase;
47+
buildActionMask = 2147483647;
48+
files = (
49+
);
50+
runOnlyForDeploymentPostprocessing = 0;
51+
};
52+
/* End PBXFrameworksBuildPhase section */
53+
54+
/* Begin PBXGroup section */
55+
3157CF891B0FCFE30012CA05 = {
56+
isa = PBXGroup;
57+
children = (
58+
3E87FC771B1E623000B07A78 /* README.md */,
59+
3157CF941B0FCFE30012CA05 /* PhotoProgress */,
60+
3157CF931B0FCFE30012CA05 /* Products */,
61+
);
62+
sourceTree = "<group>";
63+
};
64+
3157CF931B0FCFE30012CA05 /* Products */ = {
65+
isa = PBXGroup;
66+
children = (
67+
3157CF921B0FCFE30012CA05 /* PhotoProgress.app */,
68+
);
69+
name = Products;
70+
sourceTree = "<group>";
71+
};
72+
3157CF941B0FCFE30012CA05 /* PhotoProgress */ = {
73+
isa = PBXGroup;
74+
children = (
75+
3157CF951B0FCFE30012CA05 /* AppDelegate.swift */,
76+
BFED0B701B167049006F80C3 /* View Controllers */,
77+
BFED0B6D1B166F73006F80C3 /* Album */,
78+
3157CF991B0FCFE30012CA05 /* Main.storyboard */,
79+
BF1317411B1657BA005E86BE /* Photos */,
80+
3157CF9C1B0FCFE30012CA05 /* Images.xcassets */,
81+
3157CF9E1B0FCFE30012CA05 /* LaunchScreen.storyboard */,
82+
3157CFA11B0FCFE30012CA05 /* Info.plist */,
83+
);
84+
path = PhotoProgress;
85+
sourceTree = "<group>";
86+
};
87+
BFED0B6C1B166F56006F80C3 /* Operations */ = {
88+
isa = PBXGroup;
89+
children = (
90+
312329631B0FF89800C3BE18 /* PhotoImport.swift */,
91+
312329611B0FF89800C3BE18 /* PhotoDownload.swift */,
92+
312329621B0FF89800C3BE18 /* PhotoFilter.swift */,
93+
);
94+
name = Operations;
95+
sourceTree = "<group>";
96+
};
97+
BFED0B6D1B166F73006F80C3 /* Album */ = {
98+
isa = PBXGroup;
99+
children = (
100+
312329601B0FF89800C3BE18 /* Album.swift */,
101+
BFED0B6E1B166F8B006F80C3 /* Photo.swift */,
102+
BFED0B6C1B166F56006F80C3 /* Operations */,
103+
);
104+
name = Album;
105+
sourceTree = "<group>";
106+
};
107+
BFED0B701B167049006F80C3 /* View Controllers */ = {
108+
isa = PBXGroup;
109+
children = (
110+
BF1334561B16895900A1ABE7 /* PhotosViewController.swift */,
111+
3157CF971B0FCFE30012CA05 /* PhotosCollectionViewController.swift */,
112+
314AEFFC1B1006CE00282B5A /* PhotoCollectionViewCell.swift */,
113+
);
114+
name = "View Controllers";
115+
sourceTree = "<group>";
116+
};
117+
/* End PBXGroup section */
118+
119+
/* Begin PBXNativeTarget section */
120+
3157CF911B0FCFE30012CA05 /* PhotoProgress */ = {
121+
isa = PBXNativeTarget;
122+
buildConfigurationList = 3157CFAF1B0FCFE30012CA05 /* Build configuration list for PBXNativeTarget "PhotoProgress" */;
123+
buildPhases = (
124+
3157CF8E1B0FCFE30012CA05 /* Sources */,
125+
3157CF8F1B0FCFE30012CA05 /* Frameworks */,
126+
3157CF901B0FCFE30012CA05 /* Resources */,
127+
);
128+
buildRules = (
129+
);
130+
dependencies = (
131+
);
132+
name = PhotoProgress;
133+
productName = PhotoProgress;
134+
productReference = 3157CF921B0FCFE30012CA05 /* PhotoProgress.app */;
135+
productType = "com.apple.product-type.application";
136+
};
137+
/* End PBXNativeTarget section */
138+
139+
/* Begin PBXProject section */
140+
3157CF8A1B0FCFE30012CA05 /* Project object */ = {
141+
isa = PBXProject;
142+
attributes = {
143+
LastUpgradeCheck = 0700;
144+
ORGANIZATIONNAME = "Apple, Inc.";
145+
TargetAttributes = {
146+
3157CF911B0FCFE30012CA05 = {
147+
CreatedOnToolsVersion = 7.0;
148+
};
149+
};
150+
};
151+
buildConfigurationList = 3157CF8D1B0FCFE30012CA05 /* Build configuration list for PBXProject "PhotoProgress" */;
152+
compatibilityVersion = "Xcode 3.2";
153+
developmentRegion = English;
154+
hasScannedForEncodings = 0;
155+
knownRegions = (
156+
en,
157+
Base,
158+
);
159+
mainGroup = 3157CF891B0FCFE30012CA05;
160+
productRefGroup = 3157CF931B0FCFE30012CA05 /* Products */;
161+
projectDirPath = "";
162+
projectRoot = "";
163+
targets = (
164+
3157CF911B0FCFE30012CA05 /* PhotoProgress */,
165+
);
166+
};
167+
/* End PBXProject section */
168+
169+
/* Begin PBXResourcesBuildPhase section */
170+
3157CF901B0FCFE30012CA05 /* Resources */ = {
171+
isa = PBXResourcesBuildPhase;
172+
buildActionMask = 2147483647;
173+
files = (
174+
3157CFA01B0FCFE30012CA05 /* LaunchScreen.storyboard in Resources */,
175+
3157CF9B1B0FCFE30012CA05 /* Main.storyboard in Resources */,
176+
3157CF9D1B0FCFE30012CA05 /* Images.xcassets in Resources */,
177+
BF1317431B1657BA005E86BE /* Photos in Resources */,
178+
);
179+
runOnlyForDeploymentPostprocessing = 0;
180+
};
181+
/* End PBXResourcesBuildPhase section */
182+
183+
/* Begin PBXSourcesBuildPhase section */
184+
3157CF8E1B0FCFE30012CA05 /* Sources */ = {
185+
isa = PBXSourcesBuildPhase;
186+
buildActionMask = 2147483647;
187+
files = (
188+
314AEFFD1B1006CE00282B5A /* PhotoCollectionViewCell.swift in Sources */,
189+
BFED0B6F1B166F8B006F80C3 /* Photo.swift in Sources */,
190+
BF1334571B16895900A1ABE7 /* PhotosViewController.swift in Sources */,
191+
312329651B0FF89800C3BE18 /* PhotoDownload.swift in Sources */,
192+
312329661B0FF89800C3BE18 /* PhotoFilter.swift in Sources */,
193+
3157CF981B0FCFE30012CA05 /* PhotosCollectionViewController.swift in Sources */,
194+
312329671B0FF89800C3BE18 /* PhotoImport.swift in Sources */,
195+
312329641B0FF89800C3BE18 /* Album.swift in Sources */,
196+
3157CF961B0FCFE30012CA05 /* AppDelegate.swift in Sources */,
197+
);
198+
runOnlyForDeploymentPostprocessing = 0;
199+
};
200+
/* End PBXSourcesBuildPhase section */
201+
202+
/* Begin PBXVariantGroup section */
203+
3157CF991B0FCFE30012CA05 /* Main.storyboard */ = {
204+
isa = PBXVariantGroup;
205+
children = (
206+
3157CF9A1B0FCFE30012CA05 /* Base */,
207+
);
208+
name = Main.storyboard;
209+
sourceTree = "<group>";
210+
};
211+
3157CF9E1B0FCFE30012CA05 /* LaunchScreen.storyboard */ = {
212+
isa = PBXVariantGroup;
213+
children = (
214+
3157CF9F1B0FCFE30012CA05 /* Base */,
215+
);
216+
name = LaunchScreen.storyboard;
217+
sourceTree = "<group>";
218+
};
219+
/* End PBXVariantGroup section */
220+
221+
/* Begin XCBuildConfiguration section */
222+
3157CFAD1B0FCFE30012CA05 /* Debug */ = {
223+
isa = XCBuildConfiguration;
224+
buildSettings = {
225+
ALWAYS_SEARCH_USER_PATHS = NO;
226+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
227+
CLANG_CXX_LIBRARY = "libc++";
228+
CLANG_ENABLE_MODULES = YES;
229+
CLANG_ENABLE_OBJC_ARC = YES;
230+
CLANG_WARN_BOOL_CONVERSION = YES;
231+
CLANG_WARN_CONSTANT_CONVERSION = YES;
232+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
233+
CLANG_WARN_EMPTY_BODY = YES;
234+
CLANG_WARN_ENUM_CONVERSION = YES;
235+
CLANG_WARN_INT_CONVERSION = YES;
236+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
237+
CLANG_WARN_UNREACHABLE_CODE = YES;
238+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
239+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
240+
COPY_PHASE_STRIP = NO;
241+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
242+
ENABLE_STRICT_OBJC_MSGSEND = YES;
243+
ENABLE_TESTABILITY = YES;
244+
GCC_C_LANGUAGE_STANDARD = gnu99;
245+
GCC_DYNAMIC_NO_PIC = NO;
246+
GCC_NO_COMMON_BLOCKS = YES;
247+
GCC_OPTIMIZATION_LEVEL = 0;
248+
GCC_PREPROCESSOR_DEFINITIONS = (
249+
"DEBUG=1",
250+
"$(inherited)",
251+
);
252+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
253+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
254+
GCC_WARN_UNDECLARED_SELECTOR = YES;
255+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
256+
GCC_WARN_UNUSED_FUNCTION = YES;
257+
GCC_WARN_UNUSED_VARIABLE = YES;
258+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
259+
MTL_ENABLE_DEBUG_INFO = YES;
260+
ONLY_ACTIVE_ARCH = YES;
261+
SDKROOT = iphoneos;
262+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
263+
TARGETED_DEVICE_FAMILY = "1,2";
264+
};
265+
name = Debug;
266+
};
267+
3157CFAE1B0FCFE30012CA05 /* Release */ = {
268+
isa = XCBuildConfiguration;
269+
buildSettings = {
270+
ALWAYS_SEARCH_USER_PATHS = NO;
271+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
272+
CLANG_CXX_LIBRARY = "libc++";
273+
CLANG_ENABLE_MODULES = YES;
274+
CLANG_ENABLE_OBJC_ARC = YES;
275+
CLANG_WARN_BOOL_CONVERSION = YES;
276+
CLANG_WARN_CONSTANT_CONVERSION = YES;
277+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
278+
CLANG_WARN_EMPTY_BODY = YES;
279+
CLANG_WARN_ENUM_CONVERSION = YES;
280+
CLANG_WARN_INT_CONVERSION = YES;
281+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
282+
CLANG_WARN_UNREACHABLE_CODE = YES;
283+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
284+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
285+
COPY_PHASE_STRIP = NO;
286+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
287+
ENABLE_NS_ASSERTIONS = NO;
288+
ENABLE_STRICT_OBJC_MSGSEND = YES;
289+
GCC_C_LANGUAGE_STANDARD = gnu99;
290+
GCC_NO_COMMON_BLOCKS = YES;
291+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
292+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
293+
GCC_WARN_UNDECLARED_SELECTOR = YES;
294+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
295+
GCC_WARN_UNUSED_FUNCTION = YES;
296+
GCC_WARN_UNUSED_VARIABLE = YES;
297+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
298+
MTL_ENABLE_DEBUG_INFO = NO;
299+
SDKROOT = iphoneos;
300+
TARGETED_DEVICE_FAMILY = "1,2";
301+
VALIDATE_PRODUCT = YES;
302+
};
303+
name = Release;
304+
};
305+
3157CFB01B0FCFE30012CA05 /* Debug */ = {
306+
isa = XCBuildConfiguration;
307+
buildSettings = {
308+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
309+
INFOPLIST_FILE = PhotoProgress/Info.plist;
310+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
311+
PRODUCT_NAME = "$(TARGET_NAME)";
312+
TOOLCHAINS = default;
313+
};
314+
name = Debug;
315+
};
316+
3157CFB11B0FCFE30012CA05 /* Release */ = {
317+
isa = XCBuildConfiguration;
318+
buildSettings = {
319+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
320+
INFOPLIST_FILE = PhotoProgress/Info.plist;
321+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
322+
PRODUCT_NAME = "$(TARGET_NAME)";
323+
TOOLCHAINS = default;
324+
};
325+
name = Release;
326+
};
327+
/* End XCBuildConfiguration section */
328+
329+
/* Begin XCConfigurationList section */
330+
3157CF8D1B0FCFE30012CA05 /* Build configuration list for PBXProject "PhotoProgress" */ = {
331+
isa = XCConfigurationList;
332+
buildConfigurations = (
333+
3157CFAD1B0FCFE30012CA05 /* Debug */,
334+
3157CFAE1B0FCFE30012CA05 /* Release */,
335+
);
336+
defaultConfigurationIsVisible = 0;
337+
defaultConfigurationName = Release;
338+
};
339+
3157CFAF1B0FCFE30012CA05 /* Build configuration list for PBXNativeTarget "PhotoProgress" */ = {
340+
isa = XCConfigurationList;
341+
buildConfigurations = (
342+
3157CFB01B0FCFE30012CA05 /* Debug */,
343+
3157CFB11B0FCFE30012CA05 /* Release */,
344+
);
345+
defaultConfigurationIsVisible = 0;
346+
defaultConfigurationName = Release;
347+
};
348+
/* End XCConfigurationList section */
349+
};
350+
rootObject = 3157CF8A1B0FCFE30012CA05 /* Project object */;
351+
}

0 commit comments

Comments
 (0)