Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically adding FACEBOOK_APP_ID and FACEBOOK_DISPLAY_NAME to *-Info... #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

truongsinh
Copy link

automatically adding FACEBOOK_APP_ID and FACEBOOK_DISPLAY_NAME to *-Info.plist via variables

@koraybalci
Copy link
Member

First of all, thank you for the contribution. My first question is, are these variables optional?

@koraybalci
Copy link
Member

And perhaps, you can also generate and set the fb scheme using this approach in plist?

@hirbod
Copy link

hirbod commented Sep 19, 2014

And what about the URL Scheme, which is also required?

@braco
Copy link

braco commented Mar 31, 2015

+1

URL scheme would look like this:

      <config-file target="*-Info.plist" parent="CFBundleURLTypes">
        <array>
          <dict>
            <key>CFBundleURLSchemes</key>
            <array>
              <string>$FACEBOOK_URL_SCHEME</string>
            </array>
          </dict>
        </array>
      </config-file>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants