Skip to content

Instantly share code, notes, and snippets.

@sdabet
Last active December 18, 2015 03:39
Show Gist options
  • Save sdabet/5719641 to your computer and use it in GitHub Desktop.
Save sdabet/5719641 to your computer and use it in GitHub Desktop.
Do not import TestFlight header if compiling with Apportable
#ifndef ANDROID
// Only on iOS
#import "TestFlight.h"
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment