Skip to content

Commit 710bfd3

Browse files
committed
fix project.pbxproj
1 parent 2b63632 commit 710bfd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unittests/unittests-ios.xcodeproj/project.pbxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
/* End PBXCopyFilesBuildPhase section */
118118

119119
/* Begin PBXFileReference section */
120-
16CC106F2D4D58DA00C03295 /* ODWReachabilityTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ODWReachabilityTests.mm; path = "obj-c/ODWReachabilityTests.mm"; sourceTree = "<group>"; };
120+
16CC106F2D4D58DA00C03295 /* ODWReachabilityTests.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = ODWReachabilityTests.mm; path = "obj-c/ODWReachabilityTests.mm"; sourceTree = "<group>"; };
121121
430102E4235E660F00836D50 /* iOSWrapper.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = iOSWrapper.mm; path = ../../common/iOSWrapper.mm; sourceTree = "<group>"; };
122122
431EFE1E233EBDF2002FCC18 /* libunittests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libunittests.a; sourceTree = BUILT_PRODUCTS_DIR; };
123123
431EFE2A233EBE53002FCC18 /* HttpClientTests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpClientTests.cpp; sourceTree = "<group>"; };
@@ -402,7 +402,6 @@
402402
431EFE60233EBE54002FCC18 /* ControlPlaneProviderTests.cpp in Sources */,
403403
431EFE5D233EBE54002FCC18 /* ClockSkewManagerTests.cpp in Sources */,
404404
431EFE58233EBE54002FCC18 /* PalTests.cpp in Sources */,
405-
16CC10702D4D58DA00C03295 /* ODWReachabilityTests.mm in Sources */,
406405
431EFED423425535002FCC18 /* DataViewerCollectionTests.cpp in Sources */,
407406
431EFE70233EBE54002FCC18 /* OfflineStorageTests.cpp in Sources */,
408407
431EFE6B233EBE54002FCC18 /* OacrTests.cpp in Sources */,

0 commit comments

Comments
 (0)