Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5441577

Browse files
committed
remove demo app tests
1 parent 0fb3493 commit 5441577

File tree

3 files changed

+0
-107
lines changed

3 files changed

+0
-107
lines changed

Examples/CodePushDemoApp/iOS/CodePushDemoApp.xcodeproj/project.pbxproj

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
1313
00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
1414
00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
15-
00E356F31AD99517003FC87E /* CodePushDemoAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* CodePushDemoAppTests.m */; };
1615
133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
1716
139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
1817
139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
@@ -122,8 +121,6 @@
122121
00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
123122
00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
124123
00E356EE1AD99517003FC87E /* CodePushDemoAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CodePushDemoAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
125-
00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
126-
00E356F21AD99517003FC87E /* CodePushDemoAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CodePushDemoAppTests.m; sourceTree = "<group>"; };
127124
139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
128125
139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
129126
13B07F961A680F5B00A75B9A /* CodePushDemoApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CodePushDemoApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -211,23 +208,6 @@
211208
name = Products;
212209
sourceTree = "<group>";
213210
};
214-
00E356EF1AD99517003FC87E /* CodePushDemoAppTests */ = {
215-
isa = PBXGroup;
216-
children = (
217-
00E356F21AD99517003FC87E /* CodePushDemoAppTests.m */,
218-
00E356F01AD99517003FC87E /* Supporting Files */,
219-
);
220-
path = CodePushDemoAppTests;
221-
sourceTree = "<group>";
222-
};
223-
00E356F01AD99517003FC87E /* Supporting Files */ = {
224-
isa = PBXGroup;
225-
children = (
226-
00E356F11AD99517003FC87E /* Info.plist */,
227-
);
228-
name = "Supporting Files";
229-
sourceTree = "<group>";
230-
};
231211
139105B71AF99BAD00B5F7CC /* Products */ = {
232212
isa = PBXGroup;
233213
children = (
@@ -314,7 +294,6 @@
314294
549D09D91D528D4D00C95E36 /* libz.tbd */,
315295
13B07FAE1A68108700A75B9A /* CodePushDemoApp */,
316296
832341AE1AAA6A7D00B99B32 /* Libraries */,
317-
00E356EF1AD99517003FC87E /* CodePushDemoAppTests */,
318297
83CBBA001A601CBA00E9B192 /* Products */,
319298
);
320299
indentWidth = 2;
@@ -570,7 +549,6 @@
570549
isa = PBXSourcesBuildPhase;
571550
buildActionMask = 2147483647;
572551
files = (
573-
00E356F31AD99517003FC87E /* CodePushDemoAppTests.m in Sources */,
574552
);
575553
runOnlyForDeploymentPostprocessing = 0;
576554
};

Examples/CodePushDemoApp/iOS/CodePushDemoAppTests/CodePushDemoAppTests.m

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

Examples/CodePushDemoApp/iOS/CodePushDemoAppTests/Info.plist

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

0 commit comments

Comments
 (0)