summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/package.sh
Commit message (Collapse)AuthorAgeFilesLines
* [ios, build] Remove broken/unused demo projectJason Wray2018-07-031-17/+0
|
* [ios, build] Log raw xcodebuild output for package commandsJason Wray2018-07-031-2/+3
|
* [ios, build] Re-add support for 32-bit simulators (i386)Jason Wray2018-05-111-1/+5
|
* [ios] Remove support for 32-bit simulators (i386)Jason Wray2018-01-191-6/+1
| | | | And restore some docs that got lost in a merge.
* [ios] Re-add i386 slice to framework; strip from dSYMJason Wray2017-12-211-1/+6
|
* [ios, build] Stop packaging i386 simulator archJason Wray2017-12-201-1/+1
| | | | Only builds and packages x86_64 architecture in our frameworks and dSYM. Removes support for 32-bit simulators, such as the iPhone 5 and iPad 2. This does not affect device support — 32-bit devices are still supported via the arm7 architecture.
* [ios] Add easy to use demo app for developers (#10524)Jesse Bounds2017-11-221-0/+17
| | | | | | This updates the package script to include a pre-built iOS app in the published assets of the dynamic SDK. It symlinks the Mapbox.framework in that dynamic build to the demo app so the only real increase in size is the demo Xcode project itself. The addtional step in the publish script checks that the Mapbox.framework that is symlinked in for building in the demo project can actually be built. If it cannot, then the step is skipped and the build will continue as it normally would. Since the demo app is currently not required for publishing it should not block publishing a build.
* [ios] Print Xcode and SDK version during packagingupstream/fb-build-cherry-picksJason Wray2017-08-251-1/+3
|
* [build] Include bcsymbolmap files in iOS dynamic framework packageupstream/fb-bcsymbolmapJason Wray2017-07-261-0/+4
|
* [build] Remove unused iOS 'self contained' static framework packagingJason Wray2017-07-251-24/+10
| | | | This was a faux framework once required by Fabric.
* [ios] Search for ICU path using cmake cacheJesse Bounds2017-02-161-2/+2
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-3/+3
|
* [ios][build] Validate dSYM and framework UUIDsJason Wray2016-09-301-1/+22
|
* [ios][build] Generate debug symbols for all buildsJason Wray2016-09-301-7/+5
| | | | | | | 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.
* [build] fix iOS packagingKonstantin Käfer2016-08-051-1/+1
|
* [build] switch to CMakeKonstantin Käfer2016-08-051-4/+4
| | | | This is very much a work in progress.
* 5782: build static framework correctly (#5783)Romain Quidet2016-07-251-1/+1
| | | | | | * 5782: build static framework correctly * 5782: updated changelog
* [ios] Add simulator dSYM slices to build output. (#5740)Jesse Bounds2016-07-211-1/+12
| | | | | | | | 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.
* Merge branch 'release-ios-v3.3.0'Minh Nguyễn2016-07-141-9/+17
|\
| * [ios] fixes #4536 include podspec for static framework (#5653)Fredrik Karlsson2016-07-141-9/+17
| | | | | | | | | | | | | | | | * [ios] fixes #4536 include podspec for static framework * [ios] removed excessive frameworks, libraries and flags from the static podspec * [ios] cleaned up the podspec
* | Merge branch 'release-ios-v3.3.0' into masterJesse Bounds2016-07-071-0/+13
|\ \ | |/
| * [ios] omit podspec for static lib (#5595)Fredrik Karlsson2016-07-061-1/+0
| |
| * [ios] fixes #4536 include podspec in iOS releases (#5569)Fredrik Karlsson2016-07-061-0/+14
| |
* | [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | * [core] geometry.hpp 0.8.0 * geojsonvt @ 6.0.0 * Update platform deps, build scripts * Perf optimizations/cleanup * Rebase in geometry@080 * D.R.Y. etc * Ensure fill annotation geometries have closed rings. * Optimizations * Update to geojsonvt @ 6.1.0 for clean handoff between geojson parsing and geojsonvt * Apply close multi/poly geoms for line annotations as well
* [ios] Default to Debug BUILDTYPE, but explicitly set Release for deploysJason Wray2016-06-011-1/+1
|
* [ios] Fix static framework conglomerationJason Wray2016-06-011-6/+8
| | | | | - Include libMapbox.a, which contains our Obj-C classes, in the fat archive. - Simulator libraries now always include x86_64 slices.
* [ios] Added separate target for Settings.bundleMinh Nguyễn2016-04-241-1/+4
| | | | | | Added a separate target to produce the example Settings.bundle. Use the build product in iosapp instead of a folder reference. Added the bundle and settings targets as dependencies on the dynamic and static targets instead of listing them explicitly in various schemes.
* [ios] Streamlined resource bundlingMinh Nguyễn2016-04-241-49/+27
| | | | | | | | Added a target that produces Mapbox.bundle. Replaced $BUNDLE_RESOURCES and $PLACE_RESOURCE_BUNDLES_OUTSIDE_FRAMEWORK with a single variable, $SELF_CONTAINED, that determines whether the output static framework is self-contained – that is, whether it contains Mapbox.bundle, Settings.bundle, and LICENSE.md. Eliminated the ability to produce a static framework that has the same layout as a dynamic framework. Now, resources are always in Mapbox.bundle; self-containment only determines where that bundle resides. Added a separate source Info.plist to be placed in both the static framework and its resource bundle, but only after we give the build system a chance to expand variables within it. Now nearly all the Info.plist keys are filled in by the build system rather than using plutil in package.sh.
* [ios] Build output goes to build/iosJohn Firebaugh2016-04-191-1/+1
|
* [ios] Force workspace-relative DerivedDataMinh Nguyễn2016-04-161-13/+21
| | | | | | A workspace places derived data under ~/Library/ by default. We need it to live under build/ for all users. Instead of a legacy-style build products directory, force a workspace-relative DerivedData directory that matches the standard Xcode 4+ layout. Share the workspace settings file that forces the setting. Note that Xcode places its build and index output one level deeper than xcodebuild does. Also fixed make ipackage-sim by conditionalizing anything related to the .dSYM file, which isn’t generated in the Debug configuration.
* [ios] Streamlined package.shMinh Nguyễn2016-04-161-53/+19
| | | | | | Halved the number of xcodebuild invocations, using a new scheme to string the dynamic and static builds together in each invocation. Removed unnecessary build flag overrides like ARCHS. Removed support for building the SDK without Bitcode support via an environment variable. If you need to build without Bitcode support, set the ENABLE_BITCODE build setting in the project editor for the relevant Xcode target.
* [ios] Moved SDK from gyp into Xcode projectMinh Nguyễn2016-04-161-11/+10
| | | | | | | | | | | | | | Added a new Cocoa Touch dynamic framework target and Cocoa Touch static library target to the main iOS Xcode project. The targets are based on the templates provided by Xcode. They contain headers and source files in the darwin/ and ios/ subdirectories. Headers are explicitly marked public or project-internal instead of implicitly by subdirectory. The SDK targets have a few dependencies that are managed by mason. Transform the config.gypi generated by configure into an .xcconfig file that Xcode uses to fill in compiler and linker flags. Removed the iossdk target from platform.gypi and pared down the platform-lib target. make iproj opens the overall Xcode workspace instead of just the core project. Resolved some warnings that are only now appearing because we’re using the standard warning and error flags instead of the pedantic and somewhat inappropriate flags that were forced by the gyp configuration files. Removed a console message informing developers of a long-ago deleted delegate method; the message was triggering a “selector not found” warning. Conditionalized some deprecated symbol usage that’s still needed for the static framework but not the dynamic framework, due to differing minimum deployment targets. Added a build phase to the static library target that copies headers for use with the static library itself. This would allow us to potentially include a header in the dynamic framework but not the static library and vice-versa. Updated the changelog to note that unused SVG files have been removed from the distribution.
* [ios] Added Xcode project for iosapp, ios-bench; workspace for ios-testsMinh Nguyễn2016-04-161-2/+2
| | | | | | | | | | ios.xcodeproj is an ordinary Xcode project with ordinary Xcode targets for iosapp and ios-bench, all contained in an ordinary Xcode workspace that happens to also reference the gyp-generated platform.xcodeproj. The iosapp target links to and embeds Mapbox.framework, which is a product of the gyp-generated platform.xcodeproj. ios-tests.xcodeproj is also in the workspace, enabling simultaneous debugging of KIF tests, the SDK, and core code. Moved storyboards into Base.lproj and image assets into an asset catalog. Removed iOS 6 assets from the iosapp asset catalog. Moved the original ios-bench application icon SVG into a non-project location. Removed app/Settings.bundle, which is identical to framework/Settings.bundle. Removed a broken reference to an unused header from the ios-tests project.
* [ios, osx] The return of xcpretty, part II (#4676)John Firebaugh2016-04-111-4/+4
|
* [build] Refactor and simplify build systemJohn Firebaugh2016-04-071-30/+16
| | | | | | | | | | | | | | * Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
* [ios] Fix make ipackageJohn Firebaugh2016-04-051-2/+10
|
* [ios, osx] Replace libuv with native implementationsJohn Firebaugh2016-04-011-3/+0
|
* [ios] Fix issues with static lib signing and app store submissionJesse Bounds2016-03-281-7/+23
| | | | | | | | Fix issues with static build configuration that caused it to be problematic for host applications when they were installed on device. Also fixes issues that broke the iTunes Connect validation and upload process. This also updates the `binary` instructions in INSTALL.md to reflect these changes.
* [ios] Fixed changelog processingMinh Nguyễn2016-03-251-1/+1
| | | | | | Fixed a regression introduced in #4466 in which the changelog is essentially empty. Fixes #4469.
* [ios] Copy dynamic framework .dSYM into distributionMinh Nguyễn2016-03-181-0/+4
|
* [ios] Copy .der files into static frameworkMinh Nguyễn2016-03-151-1/+1
| | | | Fixes #4316.
* [ios] Non-embedded static frameworkMinh Nguyễn2016-03-081-13/+29
| | | | | | Added a new ifabric Make target for packaging up a static framework similar to the one released as 3.0.1. Place artwork and certificate assets inside Mapbox.bundle inside Mapbox.framework. Link SystemConfiguration in the umbrella header. Distinguish between the framework bundle and the resources bundle. For the dynamic frameworks and embedded static frameworks, the two are the same; for the non-embedded static framework, the latter resides inside the former.
* Update package script to reflect file path changeios-v3.2.0-pre.1Jesse Bounds2016-02-271-5/+5
|
* Merge branch 'release-ios-v3.1.0'Minh Nguyễn2016-02-241-1/+9
|\
| * [ios] Import required frameworks with static framework umbrellaMinh Nguyễn2016-02-181-0/+2
| | | | | | | | The umbrella header inside the static framework now imports the required iOS SDK frameworks so manual linking is unnecessary. This change corrects a regression introduced in #3183, when the umbrella header used in version 3.0.1 was removed.
| * [ios] Distinguish between AGV and semverMinh Nguyễn2016-02-131-1/+7
| | | | | | | | | | | | Distinguish between Apple Generic Versioning and Semantic Versioning in Info.plist. Also fill in the build number in the dynamic framework. Fixes #3911.
* | [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-121-6/+6
|/
* [ios] Split API index from package readmeMinh Nguyễn2016-01-221-1/+1
| | | | The API index page serves a different purpose than the readme. It doesn’t need installation instructions, but it does need a brief What’s New section.
* [ios] make idocumentMinh Nguyễn2016-01-221-22/+3
| | | | Split API documentation generation into a separate make target that can be run independently of building the SDK.
* [ios] Split changelog out from readmeMinh Nguyễn2016-01-221-6/+1
| | | | CocoaPods dings this pod for not having a separate changelog.