Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Merge branch release-ios-v3.3.5 into master #6884

Merged
merged 10 commits into from
Nov 2, 2016

Commits on Oct 26, 2016

  1. [ios][build] Generate debug symbols for all builds

    Fixes the issue where our stripped dynamic build did not have a valid dSYM.
    
    Disabling GCC_GENERATE_DEBUGGING_SYMBOLS for SYMBOLS=NO builds meant
    that those builds had no debug symbols to strip or add to a dSYM.
    friedbunny committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    5cacbb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f73d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36738c0 View commit details
    Browse the repository at this point in the history
  4. [ios] Optimize event uploading (#6737)

    Upload any events collected when the app was in use for apps that only
    have "when in use" location permissions. Also, for all apps, avoid
    posting event data if there is only a single event.
    boundsj authored and friedbunny committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    32be7b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3924507 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a1d984 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2016

  1. [ios] Add simulator dSYM slices to build output. (#5740)

    Our release builds for device (with lipoed simulator binary) create
    a dSYM files for both the device and simulator. However the script
    only copied the device dSYM file to the output location.
    
    This adds a step to lipo together both the device and simulator dSYM files.
    Mapbox.framework.dSYM now holds armv7 and arm64 slices.
    boundsj authored and friedbunny committed Oct 28, 2016
    Configuration menu
    Copy the full SHA
    95ae833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    057b7b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. ios-v3.3.5

    friedbunny committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    f41421f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a2fd3 View commit details
    Browse the repository at this point in the history