Created
September 5, 2014 20:53
-
-
Save eito/ffe93eab4308a2e51324 to your computer and use it in GitHub Desktop.
Allow the ArcGIS Runtime SDK for iOS v10.2.3 to be used within swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
FRAMEWORK_MODULE_DIRECTORY="~/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Modules" | |
mkdir -p ${FRAMEWORK_MODULE_DIRECTORY} | |
echo "framework module ArcGIS { | |
umbrella header \"ArcGIS.h\" | |
export * | |
module * { export * } | |
}" > ${FRAMEWORK_MODULE_DIRECTORY}/module.modulemap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment