Skip to content

Commit 87b7cfd

Browse files
jpsimlplarson
authored andcommitted
add Realm
1 parent d5305fc commit 87b7cfd

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

projects.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,51 @@
822822
}
823823
]
824824
},
825+
{
826+
"repository": "Git",
827+
"url": "https://github.com/realm/realm-cocoa.git",
828+
"path": "Realm",
829+
"branch": "master",
830+
"maintainer": "[email protected]",
831+
"compatibility": {
832+
"3.0": {
833+
"commit": "3df0fb6ec06a0f3c5ca49c88bd51ab5b64f4f0af"
834+
}
835+
},
836+
"platforms": [
837+
"Darwin"
838+
],
839+
"actions": [
840+
{
841+
"action": "BuildXcodeProjectScheme",
842+
"project": "Realm.xcodeproj",
843+
"scheme": "RealmSwift",
844+
"destination": "generic/platform=iOS",
845+
"configuration": "Release"
846+
},
847+
{
848+
"action": "TestXcodeProjectScheme",
849+
"project": "Realm.xcodeproj",
850+
"scheme": "RealmSwift",
851+
"destination": "generic/platform=macOS",
852+
"configuration": "Release"
853+
},
854+
{
855+
"action": "TestXcodeProjectScheme",
856+
"project": "Realm.xcodeproj",
857+
"scheme": "RealmSwift",
858+
"destination": "generic/platform=tvOS",
859+
"configuration": "Release"
860+
},
861+
{
862+
"action": "BuildXcodeProjectScheme",
863+
"project": "Realm.xcodeproj",
864+
"scheme": "RealmSwift",
865+
"destination": "generic/platform=watchOS",
866+
"configuration": "Release"
867+
}
868+
]
869+
},
825870
{
826871
"repository": "Git",
827872
"url": "https://github.com/ReSwift/ReSwift.git",

0 commit comments

Comments
 (0)