File tree Expand file tree Collapse file tree
Samples/ObjC/SignInSample
SignInSampleForPod.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- platform :ios , '10 .0'
1+ platform :ios , '11 .0'
22use_frameworks!
33
44target 'SampleForPod' do
Original file line number Diff line number Diff line change 308308 inputPaths = (
309309 "${PODS_ROOT}/Target Support Files/Pods-SampleForPod/Pods-SampleForPod-frameworks.sh",
310310 "${BUILT_PRODUCTS_DIR}/AppAuth/AppAuth.framework",
311+ "${BUILT_PRODUCTS_DIR}/AppCheckCore/AppCheckCore.framework",
311312 "${BUILT_PRODUCTS_DIR}/GTMAppAuth/GTMAppAuth.framework",
312313 "${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
313314 "${BUILT_PRODUCTS_DIR}/GoogleSignIn/GoogleSignIn.framework",
315+ "${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
316+ "${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework",
314317 );
315318 name = "[CP] Embed Pods Frameworks";
316319 outputPaths = (
317320 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AppAuth.framework",
321+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AppCheckCore.framework",
318322 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMAppAuth.framework",
319323 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
320324 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleSignIn.framework",
325+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
326+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework",
321327 );
322328 runOnlyForDeploymentPostprocessing = 0;
323329 shellPath = /bin/sh;
You can’t perform that action at this time.
0 commit comments