UNPKG
@duell10111/apple-targets
Version:
latest (0.1.14)
0.1.14
0.0.6-alpha.2
0.0.6-alpha.1
0.0.6-alpha.0
Generate Apple Targets with Expo Prebuild
evanbacon/expo-apple-targets
@duell10111/apple-targets
/
build
/
withPodTargetExtension.d.ts
4 lines
(3 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
import
{
ConfigPlugin
}
from
"expo/config-plugins"
;
/** Inject a helper which matches `pods.rb` files in the target root directory and invokes it as a way to extend the Podfile. */
export
declare
const
withPodTargetExtension
:
ConfigPlugin
;