UNPKG

expo-finance-kit

Version:

Native Expo module for Apple FinanceKit - Access financial data from Apple Card and other accounts

16 lines (15 loc) 760 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withAppGroups = void 0; const config_plugins_1 = require("@expo/config-plugins"); const withAppGroups = (config, _props) => { return (0, config_plugins_1.withXcodeProject)(config, (config) => { // This is a simplified version - in production you'd use the PBXProject methods // to properly add the capability through Xcode's capability system // The app group capability is actually handled by the entitlements file // For now, we rely on the entitlements to configure app groups // A full implementation would modify the .pbxproj file to add the capability return config; }); }; exports.withAppGroups = withAppGroups;