Skip to content

Instantly share code, notes, and snippets.

@RodolfoAntonici
Created June 24, 2019 15:16
Show Gist options
  • Save RodolfoAntonici/5d5f80f94f423f844942274bc7a9da45 to your computer and use it in GitHub Desktop.
Save RodolfoAntonici/5d5f80f94f423f844942274bc7a9da45 to your computer and use it in GitHub Desktop.
AppSee build injection
#Info.plist path
INFO_PLIST="${PROJECT_DIR}/MVCVMRC/Supporting Files/Info.plist"
#Set Appsee ApiKey for this scheme
/usr/libexec/PlistBuddy -c "set :com.appsee.ApiKey 9eb82a6569fa4f92993999a3f87446e5" "$INFO_PLIST"
# Run the script which will export the dSYM
${PODS_ROOT}/Appsee/Appsee.framework/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment