1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

chore: Upgrade AlipaySDK to v15.7.9 #10

This commit is contained in:
jaywcjlove
2020-09-17 19:51:12 +08:00
parent e931c29fa2
commit e47cf90735
4 changed files with 150 additions and 137 deletions

View File

@@ -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;
};