- 03 Feb, 2018 1 commit
-
-
Paul Beusterien authored
-
- 02 Feb, 2018 3 commits
-
-
Samuel Giddins authored
-
Samuel Giddins authored
(Not so) Small performance improvements
-
Samuel Giddins authored
Add set -u to frameworks and resources copy scripts
-
- 01 Feb, 2018 33 commits
-
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
This way, CocoaPods does not have to make assumptions about when to copy things, as the user can then set FRAMEWORKS_FOLDER_PATH / UNLOCALIZED_RESOURCES_FOLDER_PATH for static library targets
-
Samuel Giddins authored
-
Keith Smiley authored
This is an optional variable
-
Keith Smiley authored
This variable isn't set by Xcode when running this script.
-
Keith Smiley authored
This case statement handles different iOS device families, for macOS builds this build setting isn't set.
-
Keith Smiley authored
Turns out that bash arrays are not initialized until they have a single item. This means this variable is treated as unbound until we add an item to it. By defaulting this to nothing, this check succeeds even if no items are ever added to the array.
-
Keith Smiley authored
-
Keith Smiley authored
This is required for `set -u` to work since this variable isn't required to be set.
-
Keith Smiley authored
This adds `set -u` to both the frameworks and resources copy shell scripts. This means that if the scripts attempt to reference any variable that is undefined, they will fail.
-
Samuel Giddins authored
[Sandbox] Clean up usage of #local?
-
Samuel Giddins authored
-
Samuel Giddins authored
Only add resources and frameworks build phase when needed
-
Samuel Giddins authored
A recent version of git has changed what whitespace it outputs
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Samuel Giddins authored
-
Keith Smiley authored
This changes the project integrator to only add build phases to the user's project if there are resources of frameworks that will be copied in that phase.
-
Dimitris Koutsogiorgas authored
Clear input/output paths if they exceed an arbitrary limit
-
Dimitris Koutsogiorgas authored
-
- 30 Jan, 2018 3 commits
-
-
Dimitris Koutsogiorgas authored
Warn instead of throwing an exception when dev pod's license file is missing
-
Eric Amorde authored
Warn instead of throwing an exception when a development pod's podspec specifies a license file that does not exist
-
Dimitris Koutsogiorgas authored
Better static frameworks transitive dependency error checking
-