mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Build and run
This commit is contained in:
parent
5380b12805
commit
92febb8319
228 changed files with 1638 additions and 980 deletions
27
submodules/Stripe/BUILD
vendored
Normal file
27
submodules/Stripe/BUILD
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
objc_library(
|
||||
name = "Stripe",
|
||||
enable_modules = True,
|
||||
module_name = "Stripe",
|
||||
srcs = glob([
|
||||
"Sources/**/*.m",
|
||||
"Sources/**/*.h",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"PublicHeaders/**/*.h",
|
||||
]),
|
||||
includes = [
|
||||
"PublicHeaders",
|
||||
],
|
||||
copts = [
|
||||
"-Isubmodules/Stripe/PublicHeaders/Stripe",
|
||||
],
|
||||
sdk_frameworks = [
|
||||
"Foundation",
|
||||
"UIKit",
|
||||
"PassKit",
|
||||
],
|
||||
visibility = [
|
||||
"//visibility:public",
|
||||
],
|
||||
)
|
||||
|
|
@ -1,11 +1,5 @@
|
|||
#import <UIKit/UIKit.h>
|
||||
|
||||
//! Project version number for Stripe.
|
||||
FOUNDATION_EXPORT double StripeVersionNumber;
|
||||
|
||||
//! Project version string for Stripe.
|
||||
FOUNDATION_EXPORT const unsigned char StripeVersionString[];
|
||||
|
||||
#import <Stripe/STPAddress.h>
|
||||
#import <Stripe/STPPaymentCardTextField.h>
|
||||
#import <Stripe/STPAPIClient.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue