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

Commit 7fee19e

Browse files
committed
Added unit tests
1 parent 201546b commit 7fee19e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing/ios/IosUnitTests/IosUnitTests.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
0D6AB6C922BB05E200EEE540 /* IosUnitTestsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = IosUnitTestsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
7070
0D6AB6CF22BB05E200EEE540 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7171
0D6AB73E22BD8F0200EEE540 /* FlutterEngineConfig.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = FlutterEngineConfig.xcconfig; sourceTree = "<group>"; };
72-
68B6091227F62F990036AC78 /* VsyncWaiterIosTest.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = VsyncWaiterIosTest.mm; sourceTree = "<group>"; };
7372
3DD7D38C27D2B81000DA365C /* FlutterUndoManagerPluginTest.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = FlutterUndoManagerPluginTest.mm; sourceTree = "<group>"; };
73+
68B6091227F62F990036AC78 /* VsyncWaiterIosTest.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = VsyncWaiterIosTest.mm; sourceTree = "<group>"; };
7474
F7521D7226BB671E005F15C5 /* libios_test_flutter.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libios_test_flutter.dylib; path = "../../../../out/$(FLUTTER_ENGINE)/libios_test_flutter.dylib"; sourceTree = "<group>"; };
7575
F7521D7526BB673E005F15C5 /* libocmock_shared.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libocmock_shared.dylib; path = "../../../../out/$(FLUTTER_ENGINE)/libocmock_shared.dylib"; sourceTree = "<group>"; };
7676
F77E081726FA9CE6003E6E4C /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = "../../../../out/$(FLUTTER_ENGINE)/Flutter.framework"; sourceTree = "<group>"; };
@@ -444,6 +444,7 @@
444444
buildSettings = {
445445
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
446446
CODE_SIGN_STYLE = Automatic;
447+
DEVELOPMENT_TEAM = TZ2A73KHN8;
447448
INFOPLIST_FILE = App/Info.plist;
448449
LD_RUNPATH_SEARCH_PATHS = (
449450
"$(inherited)",
@@ -464,6 +465,7 @@
464465
buildSettings = {
465466
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
466467
CODE_SIGN_STYLE = Automatic;
468+
DEVELOPMENT_TEAM = TZ2A73KHN8;
467469
INFOPLIST_FILE = App/Info.plist;
468470
LD_RUNPATH_SEARCH_PATHS = (
469471
"$(inherited)",

0 commit comments

Comments
 (0)