Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 838 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 838 Bytes

Facebook welcomes contributions to our SDKs.

All contributors must sign a contributor license agreement.

To contribute on behalf of your employer, sign the company CLA To contribute on behalf of yourself, sign the individual CLA

All contributions:

  1. MUST be be licensed using the Apache License, Version 2.0
  2. authors MAY retain copyright by adding their copyright notice to the appropriate flies

More information on the Apache License can be found here

Setup:

Run ./generate-projects.sh && open FacebookSDK.xcworkspace. This will generate the Xcode projects and open the workspace.

Note: We use Carthage to include OCMock in some unit tests. You will need to run carthage bootstrap --no-build before you will be able to build the tests.