Skip to content

Commit ce3e959

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#253 from apple/add-swiftyjson
Add SwiftyJSON
2 parents 4a39451 + 6c6b0a4 commit ce3e959

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

projects.json

+64
Original file line numberDiff line numberDiff line change
@@ -2335,6 +2335,70 @@
23352335
}
23362336
]
23372337
},
2338+
{
2339+
"repository": "Git",
2340+
"url": "https://github.com/SwiftyJSON/SwiftyJSON.git",
2341+
"path": "SwiftyJSON",
2342+
"branch": "master",
2343+
"maintainer": "[email protected]",
2344+
"compatibility": [
2345+
{
2346+
"version": "4.2",
2347+
"commit": "b93c5d2bd883959262b4c7aabe333667dadb1ab0"
2348+
}
2349+
],
2350+
"platforms": [
2351+
"Darwin"
2352+
],
2353+
"actions": [
2354+
{
2355+
"action": "BuildXcodeWorkspaceScheme",
2356+
"workspace": "SwiftyJSON.xcworkspace",
2357+
"scheme": "SwiftyJSON macOS",
2358+
"destination": "platform=macOS",
2359+
"configuration": "Release"
2360+
},
2361+
{
2362+
"action": "BuildXcodeWorkspaceScheme",
2363+
"workspace": "SwiftyJSON.xcworkspace",
2364+
"scheme": "SwiftyJSON iOS",
2365+
"destination": "generic/platform=iOS",
2366+
"configuration": "Release"
2367+
},
2368+
{
2369+
"action": "BuildXcodeWorkspaceScheme",
2370+
"workspace": "SwiftyJSON.xcworkspace",
2371+
"scheme": "SwiftyJSON tvOS",
2372+
"destination": "generic/platform=tvOS",
2373+
"configuration": "Release"
2374+
},
2375+
{
2376+
"action": "BuildXcodeWorkspaceScheme",
2377+
"workspace": "SwiftyJSON.xcworkspace",
2378+
"scheme": "SwiftyJSON watchOS",
2379+
"destination": "generic/platform=watchOS",
2380+
"configuration": "Release"
2381+
},
2382+
{
2383+
"action": "TestXcodeWorkspaceScheme",
2384+
"workspace": "SwiftyJSON.xcworkspace",
2385+
"scheme": "SwiftyJSON OSX",
2386+
"destination": "platform=macOS"
2387+
},
2388+
{
2389+
"action": "TestXcodeWorkspaceScheme",
2390+
"workspace": "SwiftyJSON.xcworkspace",
2391+
"scheme": "SwiftyJSON iOS",
2392+
"destination": "platform=iOS Simulator,name=iPhone 7"
2393+
},
2394+
{
2395+
"action": "TestXcodeWorkspaceScheme",
2396+
"workspace": "SwiftyJSON.xcworkspace",
2397+
"scheme": "SwiftyJSON tvOS",
2398+
"destination": "platform=tvOS Simulator,name=Apple TV 1080p"
2399+
}
2400+
]
2401+
},
23382402
{
23392403
"repository": "Git",
23402404
"url": "https://github.com/bizz84/SwiftyStoreKit",

0 commit comments

Comments
 (0)