Skip to content

Commit 6222616

Browse files
committed
tests: link Normalizer into iAvroTests to fix undefined symbol
1 parent c27186a commit 6222616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AvroKeyboard.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
F0A1B2C30D4E5F60718293AA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
4444
F1A000011234567800000001 /* RomanNormalizer.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A000001234567800000002 /* RomanNormalizer.m */; };
4545
F1A000031234567800000003 /* NormalizerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A000021234567800000004 /* NormalizerTests.m */; };
46+
F1A000061234567800000006 /* RomanNormalizer.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A000001234567800000002 /* RomanNormalizer.m */; };
4647
/* End PBXBuildFile section */
4748

4849
/* Begin PBXFileReference section */
@@ -487,6 +488,7 @@
487488
files = (
488489
F0A1B2C30D4E5F60718293A6 /* ModeSmokeTests.m in Sources */,
489490
F1A000031234567800000003 /* NormalizerTests.m in Sources */,
491+
F1A000061234567800000006 /* RomanNormalizer.m in Sources */,
490492
);
491493
runOnlyForDeploymentPostprocessing = 0;
492494
};

0 commit comments

Comments
 (0)