Skip to content

Commit 891ee49

Browse files
committed
xcodeproj: fix PBXProject plist structure — move 'Tests' PBXGroup inside objects map (CocoaPods parse error)
1 parent 29d9322 commit 891ee49

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

AvroKeyboard.xcodeproj/project.pbxproj

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,23 @@
287287
name = Libraries;
288288
sourceTree = "<group>";
289289
};
290-
DDDA97BE03464C15B5058815 /* Pods */ = {
291-
isa = PBXGroup;
292-
children = (
293-
9BE514399134C547D83E8518 /* Pods-Avro Keyboard.debug.xcconfig */,
294-
F63F96C5EF8B57064296B7BD /* Pods-Avro Keyboard.release.xcconfig */,
295-
);
296-
name = Pods;
297-
sourceTree = "<group>";
298-
};
290+
DDDA97BE03464C15B5058815 /* Pods */ = {
291+
isa = PBXGroup;
292+
children = (
293+
9BE514399134C547D83E8518 /* Pods-Avro Keyboard.debug.xcconfig */,
294+
F63F96C5EF8B57064296B7BD /* Pods-Avro Keyboard.release.xcconfig */,
295+
);
296+
name = Pods;
297+
sourceTree = "<group>";
298+
};
299+
F0A1B2C30D4E5F60718293AB /* Tests */ = {
300+
isa = PBXGroup;
301+
children = (
302+
F0A1B2C30D4E5F60718293A7 /* ModeSmokeTests.m */,
303+
);
304+
path = Tests;
305+
sourceTree = "<group>";
306+
};
299307
/* End PBXGroup section */
300308

301309
/* Begin PBXNativeTarget section */
@@ -644,13 +652,5 @@
644652
};
645653
/* End XCConfigurationList section */
646654
};
647-
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
655+
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
648656
}
649-
F0A1B2C30D4E5F60718293AB /* Tests */ = {
650-
isa = PBXGroup;
651-
children = (
652-
F0A1B2C30D4E5F60718293A7 /* ModeSmokeTests.m */,
653-
);
654-
path = Tests;
655-
sourceTree = "<group>";
656-
};

0 commit comments

Comments
 (0)