Skip to content

Commit 5a4b32f

Browse files
committed
Clean up cocoapod references
1 parent 56f90c8 commit 5a4b32f

File tree

5 files changed

+2
-68
lines changed

5 files changed

+2
-68
lines changed

ParseLiveQuery/Examples/LiveQueryDemo-ObjC.xcodeproj/project.pbxproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747

4848
/* Begin PBXFileReference section */
4949
395FFA3A29D75F1F006502C5 /* ParseLiveQuery.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ParseLiveQuery.xcodeproj; path = ../ParseLiveQuery.xcodeproj; sourceTree = "<group>"; };
50-
46BB59B59BEB1C1B30D1528A /* Pods-LiveQueryDemo-ObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LiveQueryDemo-ObjC.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-LiveQueryDemo-ObjC/Pods-LiveQueryDemo-ObjC.debug.xcconfig"; sourceTree = "<group>"; };
51-
B8FE714A9B78962AE71BE6E5 /* Pods_LiveQueryDemo_ObjC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LiveQueryDemo_ObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; };
52-
BBA908F914DAEEBB466454E2 /* Pods-LiveQueryDemo-ObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LiveQueryDemo-ObjC.release.xcconfig"; path = "../Pods/Target Support Files/Pods-LiveQueryDemo-ObjC/Pods-LiveQueryDemo-ObjC.release.xcconfig"; sourceTree = "<group>"; };
5350
F509D5321CA9E597007B15B0 /* LiveQueryDemo-ObjC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "LiveQueryDemo-ObjC.app"; sourceTree = BUILT_PRODUCTS_DIR; };
5451
F509D5441CA9E5AF007B15B0 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5552
F519CBB41CA9CA04005295C0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
@@ -88,26 +85,15 @@
8885
isa = PBXGroup;
8986
children = (
9087
395FFA3A29D75F1F006502C5 /* ParseLiveQuery.xcodeproj */,
91-
B8FE714A9B78962AE71BE6E5 /* Pods_LiveQueryDemo_ObjC.framework */,
9288
);
9389
name = Frameworks;
9490
sourceTree = "<group>";
9591
};
96-
F458A68D8FC5F1A206FE6787 /* Pods */ = {
97-
isa = PBXGroup;
98-
children = (
99-
46BB59B59BEB1C1B30D1528A /* Pods-LiveQueryDemo-ObjC.debug.xcconfig */,
100-
BBA908F914DAEEBB466454E2 /* Pods-LiveQueryDemo-ObjC.release.xcconfig */,
101-
);
102-
name = Pods;
103-
sourceTree = "<group>";
104-
};
10592
F519CBA81CA9CA04005295C0 = {
10693
isa = PBXGroup;
10794
children = (
10895
F519CBB31CA9CA04005295C0 /* LiveQueryDemo-ObjC */,
10996
F519CBB21CA9CA04005295C0 /* Products */,
110-
F458A68D8FC5F1A206FE6787 /* Pods */,
11197
E0B5CD933BEBE8518E7750F2 /* Frameworks */,
11298
);
11399
sourceTree = "<group>";

ParseLiveQuery/Examples/LiveQueryDemo-ObjC/main.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ int main(int argc, const char * argv[]) {
101101

102102
[Parse initializeWithConfiguration:[ParseClientConfiguration configurationWithBlock:^(id<ParseMutableClientConfiguration> configuration) {
103103
configuration.applicationId = @"myAppId";
104+
// configuration.clientKey = @"myClientKey";
104105
configuration.server = @"http://localhost:1337/parse";
105106
}]];
106107

ParseLiveQuery/Examples/LiveQueryDemo.xcodeproj/project.pbxproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545

4646
/* Begin PBXFileReference section */
4747
395FFA8A29D7740B006502C5 /* ParseLiveQuery.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ParseLiveQuery.xcodeproj; path = ../ParseLiveQuery.xcodeproj; sourceTree = "<group>"; };
48-
3AC9312CEDA0007F8EAA9880 /* Pods-LiveQueryDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LiveQueryDemo.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-LiveQueryDemo/Pods-LiveQueryDemo.debug.xcconfig"; sourceTree = "<group>"; };
49-
497772719B97C861F0896BFC /* Pods-LiveQueryDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LiveQueryDemo.release.xcconfig"; path = "../Pods/Target Support Files/Pods-LiveQueryDemo/Pods-LiveQueryDemo.release.xcconfig"; sourceTree = "<group>"; };
50-
E6A6F02FD57E57309877DA38 /* Pods_LiveQueryDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LiveQueryDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5148
F509D5171CA9E4AE007B15B0 /* LiveQueryDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LiveQueryDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
5249
F509D5241CA9E4AE007B15B0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5350
F59F85AF1C9BB48200566A29 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
@@ -70,7 +67,6 @@
7067
isa = PBXGroup;
7168
children = (
7269
395FFA8A29D7740B006502C5 /* ParseLiveQuery.xcodeproj */,
73-
E6A6F02FD57E57309877DA38 /* Pods_LiveQueryDemo.framework */,
7470
);
7571
name = Frameworks;
7672
sourceTree = "<group>";
@@ -86,21 +82,11 @@
8682
name = Products;
8783
sourceTree = "<group>";
8884
};
89-
B4367C9D9257525F9D28B542 /* Pods */ = {
90-
isa = PBXGroup;
91-
children = (
92-
3AC9312CEDA0007F8EAA9880 /* Pods-LiveQueryDemo.debug.xcconfig */,
93-
497772719B97C861F0896BFC /* Pods-LiveQueryDemo.release.xcconfig */,
94-
);
95-
name = Pods;
96-
sourceTree = "<group>";
97-
};
9885
F59F85A31C9BB48200566A29 = {
9986
isa = PBXGroup;
10087
children = (
10188
F59F85AE1C9BB48200566A29 /* LiveQueryDemo */,
10289
F59F85AD1C9BB48200566A29 /* Products */,
103-
B4367C9D9257525F9D28B542 /* Pods */,
10490
2E2DAD338FCB65EC95CB7AA9 /* Frameworks */,
10591
);
10692
indentWidth = 4;

ParseLiveQuery/Examples/LiveQueryDemo/main.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Room.registerSubclass()
1616

1717
Parse.initialize(with: ParseClientConfiguration {
1818
$0.applicationId = "myAppId"
19+
// $0.clientKey = "myClientKey"
1920
$0.server = "http://localhost:1337/parse"
2021
})
2122

ParseLiveQuery/ParseLiveQuery.xcodeproj/project.pbxproj

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -272,20 +272,8 @@
272272
09D80FDD1E26C03E00AC7A2D /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
273273
09D80FDF1E26C04800AC7A2D /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
274274
09D80FE11E26C05200AC7A2D /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
275-
39B8579629D75AE00023ADB0 /* Message.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = "<group>"; };
276-
39B8579729D75AE00023ADB0 /* Room.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Room.swift; sourceTree = "<group>"; };
277-
39B8579829D75AE00023ADB0 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
278-
39B8579929D75AE00023ADB0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
279275
39B8579A29D75AE00023ADB0 /* LiveQueryDemo.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = LiveQueryDemo.xcodeproj; sourceTree = "<group>"; };
280276
39B8579E29D75AE00023ADB0 /* LiveQueryDemo-ObjC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "LiveQueryDemo-ObjC.xcodeproj"; sourceTree = "<group>"; };
281-
39B857A329D75AE00023ADB0 /* ChatRoomManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ChatRoomManager.h; sourceTree = "<group>"; };
282-
39B857A429D75AE00023ADB0 /* Room.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Room.h; sourceTree = "<group>"; };
283-
39B857A529D75AE00023ADB0 /* Message.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Message.h; sourceTree = "<group>"; };
284-
39B857A629D75AE00023ADB0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
285-
39B857A729D75AE00023ADB0 /* ChatRoomManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ChatRoomManager.m; sourceTree = "<group>"; };
286-
39B857A829D75AE00023ADB0 /* Room.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Room.m; sourceTree = "<group>"; };
287-
39B857A929D75AE00023ADB0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
288-
39B857AA29D75AE00023ADB0 /* Message.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Message.m; sourceTree = "<group>"; };
289277
708836722561F502005B32F0 /* ParseLiveQuery_watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ParseLiveQuery_watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
290278
708836742561F503005B32F0 /* ParseLiveQuery_watchOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ParseLiveQuery_watchOS.h; sourceTree = "<group>"; };
291279
708836752561F503005B32F0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -383,25 +371,12 @@
383371
39B8579429D75AE00023ADB0 /* Examples */ = {
384372
isa = PBXGroup;
385373
children = (
386-
39B8579529D75AE00023ADB0 /* LiveQueryDemo */,
387374
39B8579A29D75AE00023ADB0 /* LiveQueryDemo.xcodeproj */,
388375
39B8579E29D75AE00023ADB0 /* LiveQueryDemo-ObjC.xcodeproj */,
389-
39B857A229D75AE00023ADB0 /* LiveQueryDemo-ObjC */,
390376
);
391377
path = Examples;
392378
sourceTree = "<group>";
393379
};
394-
39B8579529D75AE00023ADB0 /* LiveQueryDemo */ = {
395-
isa = PBXGroup;
396-
children = (
397-
39B8579629D75AE00023ADB0 /* Message.swift */,
398-
39B8579729D75AE00023ADB0 /* Room.swift */,
399-
39B8579829D75AE00023ADB0 /* main.swift */,
400-
39B8579929D75AE00023ADB0 /* Info.plist */,
401-
);
402-
path = LiveQueryDemo;
403-
sourceTree = "<group>";
404-
};
405380
39B8579B29D75AE00023ADB0 /* Products */ = {
406381
isa = PBXGroup;
407382
children = (
@@ -418,21 +393,6 @@
418393
name = Products;
419394
sourceTree = "<group>";
420395
};
421-
39B857A229D75AE00023ADB0 /* LiveQueryDemo-ObjC */ = {
422-
isa = PBXGroup;
423-
children = (
424-
39B857A329D75AE00023ADB0 /* ChatRoomManager.h */,
425-
39B857A429D75AE00023ADB0 /* Room.h */,
426-
39B857A529D75AE00023ADB0 /* Message.h */,
427-
39B857A629D75AE00023ADB0 /* main.m */,
428-
39B857A729D75AE00023ADB0 /* ChatRoomManager.m */,
429-
39B857A829D75AE00023ADB0 /* Room.m */,
430-
39B857A929D75AE00023ADB0 /* Info.plist */,
431-
39B857AA29D75AE00023ADB0 /* Message.m */,
432-
);
433-
path = "LiveQueryDemo-ObjC";
434-
sourceTree = "<group>";
435-
};
436396
708836732561F503005B32F0 /* ParseLiveQuery-watchOS */ = {
437397
isa = PBXGroup;
438398
children = (

0 commit comments

Comments
 (0)