-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul Colton
committed
Feb 18, 2014
1 parent
9122810
commit a6addbc
Showing
1,721 changed files
with
162,587 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Xcode | ||
.DS_Store | ||
build | ||
*/build/* | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata | ||
profile | ||
*.moved-aside | ||
DerivedData | ||
.idea/ | ||
*.hmap | ||
*.xccheckout | ||
|
||
#CocoaPods | ||
Pods | ||
|
||
#Node stuff | ||
node_modules | ||
|
||
#Misc | ||
.sass-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pixate-freestyle-ios | ||
==================== | ||
pixate-ios-freestyle-staging | ||
============================ | ||
|
||
Pixate Freestyle for iOS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Pixate Freestyle for iOS | ||
======================== | ||
|
||
TODO | ||
|
||
LICENSE | ||
|
||
Except as otherwise noted, the Facebook SDK for iOS is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html). | ||
|
||
DEVELOPER TERMS | ||
|
||
- By enabling Facebook integrations, including through this SDK, you can share information with Facebook, including information about people’s use of your app. Facebook will use information received in accordance with our Data Use Policy [https://www.facebook.com/about/privacy/], including to provide you with insights about the effectiveness of your ads and the use of your app. These integrations also enable us and our partners to serve ads on and off Facebook. | ||
|
||
- You may limit your sharing of information with us by updating the Insights control in the developer tool [https://developers.facebook.com/apps/<app_id>/advanced]. | ||
|
||
- If you use a Facebook integration, including to share information with us, you agree and confirm that you have provided appropriate and sufficiently prominent notice to and obtained the appropriate consent from your users regarding such collection, use, and disclosure (including, at a minimum, through your privacy policy). You further agree that you will not share information with us about children under the age of 13. | ||
|
||
- You agree to comply with all applicable laws and regulations and also agree to our Terms <https://www.facebook.com/policies/>, including our Platform Policies <https://developers.facebook.com/policy/>.and Advertising Guidelines, as applicable <https://www.facebook.com/ad_guidelines.php>. | ||
|
||
By using the Facebook SDK for iOS you agree to these terms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.pixate.Pixate</string> | ||
<key>CFBundleName</key> | ||
<string>Pixate Documentation</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0 (Beta 3)</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.0 (Beta 3)</string> | ||
|
||
|
||
|
||
|
||
<key>DocSetFeedName</key> | ||
<string>Pixate Documentation</string> | ||
<key>DocSetFeedURL</key> | ||
<string>dev-reference</string> | ||
<key>DocSetMinimumXcodeVersion</key> | ||
<string>3.0</string> | ||
|
||
<key>DashDocSetFamily</key> | ||
<string>appledoc</string> | ||
<key>DocSetPublisherIdentifier</key> | ||
<string>com.pixate.documentation</string> | ||
<key>DocSetPublisherName</key> | ||
<string>Pixate, Inc</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>Copyright © 2014 Pixate, Inc. All rights reserved.</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.