|
11 | 11 | FC1D26B51DF21BAD005049CA /* CloudKitCurrentUserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1D26B41DF21BAD005049CA /* CloudKitCurrentUserTests.swift */; }; |
12 | 12 | FC1D26B71DF21BAD005049CA /* CloudKitCurrentUser.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1D26A91DF21BAD005049CA /* CloudKitCurrentUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 | 13 | FC1D26C11DF21BBB005049CA /* CurrentUser.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1D26C01DF21BBB005049CA /* CurrentUser.swift */; }; |
14 | | - FC1D26C91DF21C0C005049CA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1D26C81DF21C0C005049CA /* AppDelegate.swift */; }; |
15 | | - FC1D26CB1DF21C0C005049CA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1D26CA1DF21C0C005049CA /* ViewController.swift */; }; |
16 | | - FC1D26CE1DF21C0C005049CA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC1D26CC1DF21C0C005049CA /* Main.storyboard */; }; |
17 | | - FC1D26D01DF21C0C005049CA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FC1D26CF1DF21C0C005049CA /* Assets.xcassets */; }; |
18 | | - FC1D26D31DF21C0C005049CA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FC1D26D11DF21C0C005049CA /* LaunchScreen.storyboard */; }; |
19 | | - FC1D26E21DF22B78005049CA /* CloudKitCurrentUser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FC1D26A61DF21BAD005049CA /* CloudKitCurrentUser.framework */; }; |
20 | | - FC1D26E31DF22B78005049CA /* CloudKitCurrentUser.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = FC1D26A61DF21BAD005049CA /* CloudKitCurrentUser.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
21 | 14 | FC41B3AF1DFAB52D0009D687 /* CurrentUserRequestProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC41B3AE1DFAB52D0009D687 /* CurrentUserRequestProtocol.swift */; }; |
22 | 15 | FC41B3B11DFABCF30009D687 /* CloudKitCurrentUserRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC41B3B01DFABCF30009D687 /* CloudKitCurrentUserRequest.swift */; }; |
23 | 16 | /* End PBXBuildFile section */ |
|
30 | 23 | remoteGlobalIDString = FC1D26A51DF21BAD005049CA; |
31 | 24 | remoteInfo = CloudKitCurrentUser; |
32 | 25 | }; |
33 | | - FC1D26E41DF22B78005049CA /* PBXContainerItemProxy */ = { |
34 | | - isa = PBXContainerItemProxy; |
35 | | - containerPortal = FC1D269D1DF21BAD005049CA /* Project object */; |
36 | | - proxyType = 1; |
37 | | - remoteGlobalIDString = FC1D26A51DF21BAD005049CA; |
38 | | - remoteInfo = CloudKitCurrentUser; |
39 | | - }; |
40 | 26 | /* End PBXContainerItemProxy section */ |
41 | 27 |
|
42 | | -/* Begin PBXCopyFilesBuildPhase section */ |
43 | | - FC1D26E61DF22B78005049CA /* Embed Frameworks */ = { |
44 | | - isa = PBXCopyFilesBuildPhase; |
45 | | - buildActionMask = 2147483647; |
46 | | - dstPath = ""; |
47 | | - dstSubfolderSpec = 10; |
48 | | - files = ( |
49 | | - FC1D26E31DF22B78005049CA /* CloudKitCurrentUser.framework in Embed Frameworks */, |
50 | | - ); |
51 | | - name = "Embed Frameworks"; |
52 | | - runOnlyForDeploymentPostprocessing = 0; |
53 | | - }; |
54 | | -/* End PBXCopyFilesBuildPhase section */ |
55 | | - |
56 | 28 | /* Begin PBXFileReference section */ |
57 | 29 | FC1D26A61DF21BAD005049CA /* CloudKitCurrentUser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CloudKitCurrentUser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
58 | 30 | FC1D26A91DF21BAD005049CA /* CloudKitCurrentUser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CloudKitCurrentUser.h; sourceTree = "<group>"; }; |
|
61 | 33 | FC1D26B41DF21BAD005049CA /* CloudKitCurrentUserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloudKitCurrentUserTests.swift; sourceTree = "<group>"; }; |
62 | 34 | FC1D26B61DF21BAD005049CA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
63 | 35 | FC1D26C01DF21BBB005049CA /* CurrentUser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CurrentUser.swift; sourceTree = "<group>"; }; |
64 | | - FC1D26C61DF21C0C005049CA /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
65 | | - FC1D26C81DF21C0C005049CA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
66 | | - FC1D26CA1DF21C0C005049CA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
67 | | - FC1D26CD1DF21C0C005049CA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
68 | | - FC1D26CF1DF21C0C005049CA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
69 | | - FC1D26D21DF21C0C005049CA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
70 | | - FC1D26D41DF21C0C005049CA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
71 | | - FC1D26D91DF225D4005049CA /* Demo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Demo.entitlements; sourceTree = "<group>"; }; |
72 | 36 | FC41B3AE1DFAB52D0009D687 /* CurrentUserRequestProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CurrentUserRequestProtocol.swift; sourceTree = "<group>"; }; |
73 | 37 | FC41B3B01DFABCF30009D687 /* CloudKitCurrentUserRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CloudKitCurrentUserRequest.swift; sourceTree = "<group>"; }; |
74 | 38 | /* End PBXFileReference section */ |
|
89 | 53 | ); |
90 | 54 | runOnlyForDeploymentPostprocessing = 0; |
91 | 55 | }; |
92 | | - FC1D26C31DF21C0C005049CA /* Frameworks */ = { |
93 | | - isa = PBXFrameworksBuildPhase; |
94 | | - buildActionMask = 2147483647; |
95 | | - files = ( |
96 | | - FC1D26E21DF22B78005049CA /* CloudKitCurrentUser.framework in Frameworks */, |
97 | | - ); |
98 | | - runOnlyForDeploymentPostprocessing = 0; |
99 | | - }; |
100 | 56 | /* End PBXFrameworksBuildPhase section */ |
101 | 57 |
|
102 | 58 | /* Begin PBXGroup section */ |
|
105 | 61 | children = ( |
106 | 62 | FC1D26A81DF21BAD005049CA /* CloudKitCurrentUser */, |
107 | 63 | FC1D26B31DF21BAD005049CA /* CloudKitCurrentUserTests */, |
108 | | - FC1D26C71DF21C0C005049CA /* Demo */, |
109 | 64 | FC1D26A71DF21BAD005049CA /* Products */, |
110 | 65 | FC1D26DA1DF225D7005049CA /* Frameworks */, |
111 | 66 | ); |
|
116 | 71 | children = ( |
117 | 72 | FC1D26A61DF21BAD005049CA /* CloudKitCurrentUser.framework */, |
118 | 73 | FC1D26AF1DF21BAD005049CA /* CloudKitCurrentUserTests.xctest */, |
119 | | - FC1D26C61DF21C0C005049CA /* Demo.app */, |
120 | 74 | ); |
121 | 75 | name = Products; |
122 | 76 | sourceTree = "<group>"; |
|
142 | 96 | path = CloudKitCurrentUserTests; |
143 | 97 | sourceTree = "<group>"; |
144 | 98 | }; |
145 | | - FC1D26C71DF21C0C005049CA /* Demo */ = { |
146 | | - isa = PBXGroup; |
147 | | - children = ( |
148 | | - FC1D26D91DF225D4005049CA /* Demo.entitlements */, |
149 | | - FC1D26C81DF21C0C005049CA /* AppDelegate.swift */, |
150 | | - FC1D26CA1DF21C0C005049CA /* ViewController.swift */, |
151 | | - FC1D26CC1DF21C0C005049CA /* Main.storyboard */, |
152 | | - FC1D26CF1DF21C0C005049CA /* Assets.xcassets */, |
153 | | - FC1D26D11DF21C0C005049CA /* LaunchScreen.storyboard */, |
154 | | - FC1D26D41DF21C0C005049CA /* Info.plist */, |
155 | | - ); |
156 | | - path = Demo; |
157 | | - sourceTree = "<group>"; |
158 | | - }; |
159 | 99 | FC1D26DA1DF225D7005049CA /* Frameworks */ = { |
160 | 100 | isa = PBXGroup; |
161 | 101 | children = ( |
|
213 | 153 | productReference = FC1D26AF1DF21BAD005049CA /* CloudKitCurrentUserTests.xctest */; |
214 | 154 | productType = "com.apple.product-type.bundle.unit-test"; |
215 | 155 | }; |
216 | | - FC1D26C51DF21C0C005049CA /* Demo */ = { |
217 | | - isa = PBXNativeTarget; |
218 | | - buildConfigurationList = FC1D26D71DF21C0C005049CA /* Build configuration list for PBXNativeTarget "Demo" */; |
219 | | - buildPhases = ( |
220 | | - FC1D26C21DF21C0C005049CA /* Sources */, |
221 | | - FC1D26C31DF21C0C005049CA /* Frameworks */, |
222 | | - FC1D26C41DF21C0C005049CA /* Resources */, |
223 | | - FC1D26E61DF22B78005049CA /* Embed Frameworks */, |
224 | | - ); |
225 | | - buildRules = ( |
226 | | - ); |
227 | | - dependencies = ( |
228 | | - FC1D26E51DF22B78005049CA /* PBXTargetDependency */, |
229 | | - ); |
230 | | - name = Demo; |
231 | | - productName = Demo; |
232 | | - productReference = FC1D26C61DF21C0C005049CA /* Demo.app */; |
233 | | - productType = "com.apple.product-type.application"; |
234 | | - }; |
235 | 156 | /* End PBXNativeTarget section */ |
236 | 157 |
|
237 | 158 | /* Begin PBXProject section */ |
|
251 | 172 | CreatedOnToolsVersion = 8.1; |
252 | 173 | ProvisioningStyle = Manual; |
253 | 174 | }; |
254 | | - FC1D26C51DF21C0C005049CA = { |
255 | | - CreatedOnToolsVersion = 8.1; |
256 | | - ProvisioningStyle = Manual; |
257 | | - SystemCapabilities = { |
258 | | - com.apple.Push = { |
259 | | - enabled = 0; |
260 | | - }; |
261 | | - com.apple.iCloud = { |
262 | | - enabled = 0; |
263 | | - }; |
264 | | - }; |
265 | | - }; |
266 | 175 | }; |
267 | 176 | }; |
268 | 177 | buildConfigurationList = FC1D26A01DF21BAD005049CA /* Build configuration list for PBXProject "CloudKitCurrentUser" */; |
|
280 | 189 | targets = ( |
281 | 190 | FC1D26A51DF21BAD005049CA /* CloudKitCurrentUser */, |
282 | 191 | FC1D26AE1DF21BAD005049CA /* CloudKitCurrentUserTests */, |
283 | | - FC1D26C51DF21C0C005049CA /* Demo */, |
284 | 192 | ); |
285 | 193 | }; |
286 | 194 | /* End PBXProject section */ |
|
300 | 208 | ); |
301 | 209 | runOnlyForDeploymentPostprocessing = 0; |
302 | 210 | }; |
303 | | - FC1D26C41DF21C0C005049CA /* Resources */ = { |
304 | | - isa = PBXResourcesBuildPhase; |
305 | | - buildActionMask = 2147483647; |
306 | | - files = ( |
307 | | - FC1D26D31DF21C0C005049CA /* LaunchScreen.storyboard in Resources */, |
308 | | - FC1D26D01DF21C0C005049CA /* Assets.xcassets in Resources */, |
309 | | - FC1D26CE1DF21C0C005049CA /* Main.storyboard in Resources */, |
310 | | - ); |
311 | | - runOnlyForDeploymentPostprocessing = 0; |
312 | | - }; |
313 | 211 | /* End PBXResourcesBuildPhase section */ |
314 | 212 |
|
315 | 213 | /* Begin PBXSourcesBuildPhase section */ |
|
331 | 229 | ); |
332 | 230 | runOnlyForDeploymentPostprocessing = 0; |
333 | 231 | }; |
334 | | - FC1D26C21DF21C0C005049CA /* Sources */ = { |
335 | | - isa = PBXSourcesBuildPhase; |
336 | | - buildActionMask = 2147483647; |
337 | | - files = ( |
338 | | - FC1D26CB1DF21C0C005049CA /* ViewController.swift in Sources */, |
339 | | - FC1D26C91DF21C0C005049CA /* AppDelegate.swift in Sources */, |
340 | | - ); |
341 | | - runOnlyForDeploymentPostprocessing = 0; |
342 | | - }; |
343 | 232 | /* End PBXSourcesBuildPhase section */ |
344 | 233 |
|
345 | 234 | /* Begin PBXTargetDependency section */ |
|
348 | 237 | target = FC1D26A51DF21BAD005049CA /* CloudKitCurrentUser */; |
349 | 238 | targetProxy = FC1D26B11DF21BAD005049CA /* PBXContainerItemProxy */; |
350 | 239 | }; |
351 | | - FC1D26E51DF22B78005049CA /* PBXTargetDependency */ = { |
352 | | - isa = PBXTargetDependency; |
353 | | - target = FC1D26A51DF21BAD005049CA /* CloudKitCurrentUser */; |
354 | | - targetProxy = FC1D26E41DF22B78005049CA /* PBXContainerItemProxy */; |
355 | | - }; |
356 | 240 | /* End PBXTargetDependency section */ |
357 | 241 |
|
358 | | -/* Begin PBXVariantGroup section */ |
359 | | - FC1D26CC1DF21C0C005049CA /* Main.storyboard */ = { |
360 | | - isa = PBXVariantGroup; |
361 | | - children = ( |
362 | | - FC1D26CD1DF21C0C005049CA /* Base */, |
363 | | - ); |
364 | | - name = Main.storyboard; |
365 | | - sourceTree = "<group>"; |
366 | | - }; |
367 | | - FC1D26D11DF21C0C005049CA /* LaunchScreen.storyboard */ = { |
368 | | - isa = PBXVariantGroup; |
369 | | - children = ( |
370 | | - FC1D26D21DF21C0C005049CA /* Base */, |
371 | | - ); |
372 | | - name = LaunchScreen.storyboard; |
373 | | - sourceTree = "<group>"; |
374 | | - }; |
375 | | -/* End PBXVariantGroup section */ |
376 | | - |
377 | 242 | /* Begin XCBuildConfiguration section */ |
378 | 243 | FC1D26B81DF21BAD005049CA /* Debug */ = { |
379 | 244 | isa = XCBuildConfiguration; |
|
543 | 408 | }; |
544 | 409 | name = Release; |
545 | 410 | }; |
546 | | - FC1D26D51DF21C0C005049CA /* Debug */ = { |
547 | | - isa = XCBuildConfiguration; |
548 | | - buildSettings = { |
549 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
550 | | - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
551 | | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
552 | | - DEVELOPMENT_TEAM = ""; |
553 | | - INFOPLIST_FILE = Demo/Info.plist; |
554 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
555 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
556 | | - PRODUCT_BUNDLE_IDENTIFIER = se.jagcesar.CloudKitCurrentUserDemo; |
557 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
558 | | - SWIFT_VERSION = 3.0; |
559 | | - }; |
560 | | - name = Debug; |
561 | | - }; |
562 | | - FC1D26D61DF21C0C005049CA /* Release */ = { |
563 | | - isa = XCBuildConfiguration; |
564 | | - buildSettings = { |
565 | | - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
566 | | - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
567 | | - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
568 | | - DEVELOPMENT_TEAM = ""; |
569 | | - INFOPLIST_FILE = Demo/Info.plist; |
570 | | - IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
571 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
572 | | - PRODUCT_BUNDLE_IDENTIFIER = se.jagcesar.CloudKitCurrentUserDemo; |
573 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
574 | | - SWIFT_VERSION = 3.0; |
575 | | - }; |
576 | | - name = Release; |
577 | | - }; |
578 | 411 | /* End XCBuildConfiguration section */ |
579 | 412 |
|
580 | 413 | /* Begin XCConfigurationList section */ |
|
605 | 438 | defaultConfigurationIsVisible = 0; |
606 | 439 | defaultConfigurationName = Release; |
607 | 440 | }; |
608 | | - FC1D26D71DF21C0C005049CA /* Build configuration list for PBXNativeTarget "Demo" */ = { |
609 | | - isa = XCConfigurationList; |
610 | | - buildConfigurations = ( |
611 | | - FC1D26D51DF21C0C005049CA /* Debug */, |
612 | | - FC1D26D61DF21C0C005049CA /* Release */, |
613 | | - ); |
614 | | - defaultConfigurationIsVisible = 0; |
615 | | - defaultConfigurationName = Release; |
616 | | - }; |
617 | 441 | /* End XCConfigurationList section */ |
618 | 442 | }; |
619 | 443 | rootObject = FC1D269D1DF21BAD005049CA /* Project object */; |
|
0 commit comments