chore: Upgrade AlipaySDK to v15.7.9 #10
This commit is contained in:
@@ -22,8 +22,21 @@ Pod::Spec.new do |s|
|
||||
# s.source_files = "**/*.{h,m}"
|
||||
s.requires_arc = true
|
||||
|
||||
s.frameworks = "UIKit",
|
||||
s.frameworks = "Foundation",
|
||||
s.frameworks = "CFNetwork",
|
||||
s.frameworks = "SystemConfiguration",
|
||||
s.frameworks = "QuartzCore",
|
||||
s.frameworks = "CoreGraphics",
|
||||
s.frameworks = "CoreMotion",
|
||||
s.frameworks = "CoreTelephony",
|
||||
s.frameworks = "CoreText",
|
||||
s.frameworks = "WebKit"
|
||||
|
||||
s.dependency "React"
|
||||
s.dependency "AlipaySDK-iOS"
|
||||
s.resource = 'AlipaySDK.bundle'
|
||||
# s.source_files = "AlipaySDKiOS/AlipaySDK.framework/**/*"
|
||||
s.vendored_frameworks = 'AlipaySDK.framework'
|
||||
s.library = "c++", "z"
|
||||
# ...
|
||||
# s.dependency "..."
|
||||
|
@@ -186,6 +186,7 @@
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
VALID_ARCHS = "armv7 armv7s";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@@ -238,6 +239,7 @@
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = iphoneos;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
VALID_ARCHS = "armv7 armv7s";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
@@ -258,6 +260,7 @@
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = RNAlipay;
|
||||
SKIP_INSTALL = YES;
|
||||
VALID_ARCHS = "armv7 armv7s";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@@ -278,6 +281,7 @@
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
PRODUCT_NAME = RNAlipay;
|
||||
SKIP_INSTALL = YES;
|
||||
VALID_ARCHS = "armv7 armv7s";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
Reference in New Issue
Block a user