添加支付相关包

This commit is contained in:
CounterFire2023 2023-07-15 19:14:18 +08:00
parent bd5210d22e
commit e0073fa7dd
3 changed files with 7 additions and 2 deletions

View File

@ -18,4 +18,5 @@ target 'Unity-iPhone' do
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'FirebaseAnalytics'
pod 'DYFStoreKit'
end

View File

@ -1448,7 +1448,7 @@
path = iOS;
sourceTree = "<group>";
};
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
29B97314FDCFA39411CA2CEA = {
isa = PBXGroup;
children = (
D5C03B6F2A49A808002E758D /* Data */,
@ -3551,7 +3551,7 @@
English,
en,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
mainGroup = 29B97314FDCFA39411CA2CEA;
productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
projectDirPath = "";
projectReferences = (
@ -3641,6 +3641,8 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Unity-iPhone/Pods-Unity-iPhone-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AppAuth/AppAuth.framework",
"${BUILT_PRODUCTS_DIR}/DYFRuntimeProvider/DYFRuntimeProvider.framework",
"${BUILT_PRODUCTS_DIR}/DYFStoreKit/DYFStoreKit.framework",
"${BUILT_PRODUCTS_DIR}/FirebaseCore/FirebaseCore.framework",
"${BUILT_PRODUCTS_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework",
"${BUILT_PRODUCTS_DIR}/FirebaseInstallations/FirebaseInstallations.framework",
@ -3659,6 +3661,8 @@
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AppAuth.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DYFRuntimeProvider.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DYFStoreKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCore.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseCoreInternal.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FirebaseInstallations.framework",