Skip to content

Commit dcfba2f

Browse files
author
César Pinto Castillo
committed
Gets rid of the Demo code in this project
Might re-create it as a separate repository if anyone ever needs it
1 parent 0f65aee commit dcfba2f

8 files changed

Lines changed: 0 additions & 483 deletions

File tree

CloudKitCurrentUser.xcodeproj/project.pbxproj

Lines changed: 0 additions & 176 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
FC1D26B51DF21BAD005049CA /* CloudKitCurrentUserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1D26B41DF21BAD005049CA /* CloudKitCurrentUserTests.swift */; };
1212
FC1D26B71DF21BAD005049CA /* CloudKitCurrentUser.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1D26A91DF21BAD005049CA /* CloudKitCurrentUser.h */; settings = {ATTRIBUTES = (Public, ); }; };
1313
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, ); }; };
2114
FC41B3AF1DFAB52D0009D687 /* CurrentUserRequestProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC41B3AE1DFAB52D0009D687 /* CurrentUserRequestProtocol.swift */; };
2215
FC41B3B11DFABCF30009D687 /* CloudKitCurrentUserRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC41B3B01DFABCF30009D687 /* CloudKitCurrentUserRequest.swift */; };
2316
/* End PBXBuildFile section */
@@ -30,29 +23,8 @@
3023
remoteGlobalIDString = FC1D26A51DF21BAD005049CA;
3124
remoteInfo = CloudKitCurrentUser;
3225
};
33-
FC1D26E41DF22B78005049CA /* PBXContainerItemProxy */ = {
34-
isa = PBXContainerItemProxy;
35-
containerPortal = FC1D269D1DF21BAD005049CA /* Project object */;
36-
proxyType = 1;
37-
remoteGlobalIDString = FC1D26A51DF21BAD005049CA;
38-
remoteInfo = CloudKitCurrentUser;
39-
};
4026
/* End PBXContainerItemProxy section */
4127

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-
5628
/* Begin PBXFileReference section */
5729
FC1D26A61DF21BAD005049CA /* CloudKitCurrentUser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CloudKitCurrentUser.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5830
FC1D26A91DF21BAD005049CA /* CloudKitCurrentUser.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CloudKitCurrentUser.h; sourceTree = "<group>"; };
@@ -61,14 +33,6 @@
6133
FC1D26B41DF21BAD005049CA /* CloudKitCurrentUserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CloudKitCurrentUserTests.swift; sourceTree = "<group>"; };
6234
FC1D26B61DF21BAD005049CA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6335
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>"; };
7236
FC41B3AE1DFAB52D0009D687 /* CurrentUserRequestProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CurrentUserRequestProtocol.swift; sourceTree = "<group>"; };
7337
FC41B3B01DFABCF30009D687 /* CloudKitCurrentUserRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CloudKitCurrentUserRequest.swift; sourceTree = "<group>"; };
7438
/* End PBXFileReference section */
@@ -89,14 +53,6 @@
8953
);
9054
runOnlyForDeploymentPostprocessing = 0;
9155
};
92-
FC1D26C31DF21C0C005049CA /* Frameworks */ = {
93-
isa = PBXFrameworksBuildPhase;
94-
buildActionMask = 2147483647;
95-
files = (
96-
FC1D26E21DF22B78005049CA /* CloudKitCurrentUser.framework in Frameworks */,
97-
);
98-
runOnlyForDeploymentPostprocessing = 0;
99-
};
10056
/* End PBXFrameworksBuildPhase section */
10157

10258
/* Begin PBXGroup section */
@@ -105,7 +61,6 @@
10561
children = (
10662
FC1D26A81DF21BAD005049CA /* CloudKitCurrentUser */,
10763
FC1D26B31DF21BAD005049CA /* CloudKitCurrentUserTests */,
108-
FC1D26C71DF21C0C005049CA /* Demo */,
10964
FC1D26A71DF21BAD005049CA /* Products */,
11065
FC1D26DA1DF225D7005049CA /* Frameworks */,
11166
);
@@ -116,7 +71,6 @@
11671
children = (
11772
FC1D26A61DF21BAD005049CA /* CloudKitCurrentUser.framework */,
11873
FC1D26AF1DF21BAD005049CA /* CloudKitCurrentUserTests.xctest */,
119-
FC1D26C61DF21C0C005049CA /* Demo.app */,
12074
);
12175
name = Products;
12276
sourceTree = "<group>";
@@ -142,20 +96,6 @@
14296
path = CloudKitCurrentUserTests;
14397
sourceTree = "<group>";
14498
};
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-
};
15999
FC1D26DA1DF225D7005049CA /* Frameworks */ = {
160100
isa = PBXGroup;
161101
children = (
@@ -213,25 +153,6 @@
213153
productReference = FC1D26AF1DF21BAD005049CA /* CloudKitCurrentUserTests.xctest */;
214154
productType = "com.apple.product-type.bundle.unit-test";
215155
};
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-
};
235156
/* End PBXNativeTarget section */
236157

237158
/* Begin PBXProject section */
@@ -251,18 +172,6 @@
251172
CreatedOnToolsVersion = 8.1;
252173
ProvisioningStyle = Manual;
253174
};
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-
};
266175
};
267176
};
268177
buildConfigurationList = FC1D26A01DF21BAD005049CA /* Build configuration list for PBXProject "CloudKitCurrentUser" */;
@@ -280,7 +189,6 @@
280189
targets = (
281190
FC1D26A51DF21BAD005049CA /* CloudKitCurrentUser */,
282191
FC1D26AE1DF21BAD005049CA /* CloudKitCurrentUserTests */,
283-
FC1D26C51DF21C0C005049CA /* Demo */,
284192
);
285193
};
286194
/* End PBXProject section */
@@ -300,16 +208,6 @@
300208
);
301209
runOnlyForDeploymentPostprocessing = 0;
302210
};
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-
};
313211
/* End PBXResourcesBuildPhase section */
314212

315213
/* Begin PBXSourcesBuildPhase section */
@@ -331,15 +229,6 @@
331229
);
332230
runOnlyForDeploymentPostprocessing = 0;
333231
};
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-
};
343232
/* End PBXSourcesBuildPhase section */
344233

345234
/* Begin PBXTargetDependency section */
@@ -348,32 +237,8 @@
348237
target = FC1D26A51DF21BAD005049CA /* CloudKitCurrentUser */;
349238
targetProxy = FC1D26B11DF21BAD005049CA /* PBXContainerItemProxy */;
350239
};
351-
FC1D26E51DF22B78005049CA /* PBXTargetDependency */ = {
352-
isa = PBXTargetDependency;
353-
target = FC1D26A51DF21BAD005049CA /* CloudKitCurrentUser */;
354-
targetProxy = FC1D26E41DF22B78005049CA /* PBXContainerItemProxy */;
355-
};
356240
/* End PBXTargetDependency section */
357241

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-
377242
/* Begin XCBuildConfiguration section */
378243
FC1D26B81DF21BAD005049CA /* Debug */ = {
379244
isa = XCBuildConfiguration;
@@ -543,38 +408,6 @@
543408
};
544409
name = Release;
545410
};
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-
};
578411
/* End XCBuildConfiguration section */
579412

580413
/* Begin XCConfigurationList section */
@@ -605,15 +438,6 @@
605438
defaultConfigurationIsVisible = 0;
606439
defaultConfigurationName = Release;
607440
};
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-
};
617441
/* End XCConfigurationList section */
618442
};
619443
rootObject = FC1D269D1DF21BAD005049CA /* Project object */;

Demo/AppDelegate.swift

Lines changed: 0 additions & 46 deletions
This file was deleted.

Demo/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

Demo/Base.lproj/LaunchScreen.storyboard

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)