Skip to content

Commit a6addbc

Browse files
author
Paul Colton
committed
initial checkin
1 parent 9122810 commit a6addbc

File tree

1,721 files changed

+162587
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,721 files changed

+162587
-2
lines changed

.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Xcode
2+
.DS_Store
3+
build
4+
*/build/*
5+
*.pbxuser
6+
!default.pbxuser
7+
*.mode1v3
8+
!default.mode1v3
9+
*.mode2v3
10+
!default.mode2v3
11+
*.perspectivev3
12+
!default.perspectivev3
13+
xcuserdata
14+
profile
15+
*.moved-aside
16+
DerivedData
17+
.idea/
18+
*.hmap
19+
*.xccheckout
20+
21+
#CocoaPods
22+
Pods
23+
24+
#Node stuff
25+
node_modules
26+
27+
#Misc
28+
.sass-cache
29+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pixate-freestyle-ios
2-
====================
1+
pixate-ios-freestyle-staging
2+
============================
33

44
Pixate Freestyle for iOS

README.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Pixate Freestyle for iOS
2+
========================
3+
4+
TODO
5+
6+
LICENSE
7+
8+
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).
9+
10+
DEVELOPER TERMS
11+
12+
- 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.
13+
14+
- 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].
15+
16+
- 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.
17+
18+
- 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>.
19+
20+
By using the Facebook SDK for iOS you agree to these terms.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>com.pixate.Pixate</string>
9+
<key>CFBundleName</key>
10+
<string>Pixate Documentation</string>
11+
<key>CFBundleShortVersionString</key>
12+
<string>1.0 (Beta 3)</string>
13+
<key>CFBundleVersion</key>
14+
<string>1.0 (Beta 3)</string>
15+
16+
17+
18+
19+
<key>DocSetFeedName</key>
20+
<string>Pixate Documentation</string>
21+
<key>DocSetFeedURL</key>
22+
<string>dev-reference</string>
23+
<key>DocSetMinimumXcodeVersion</key>
24+
<string>3.0</string>
25+
26+
<key>DashDocSetFamily</key>
27+
<string>appledoc</string>
28+
<key>DocSetPublisherIdentifier</key>
29+
<string>com.pixate.documentation</string>
30+
<key>DocSetPublisherName</key>
31+
<string>Pixate, Inc</string>
32+
<key>NSHumanReadableCopyright</key>
33+
<string>Copyright © 2014 Pixate, Inc. All rights reserved.</string>
34+
</dict>
35+
</plist>

0 commit comments

Comments
 (0)