* Update localize to use gh cli
* remove size comparison action
* Remove old steps for making PR
* fix branch name
* add script for making PRs
* remove size script
* update action
* update with learnings from test branch
* Add script to generate lib binary change breakdown
* Change column titles to upper case
* reorganize file so input validation actually works
* Change to sort without abs, add emoji
* SizeDiff -> SizePair
* Lots of changes, sorry
* Rename to GenerateBinaryDiffTable
* Swap danger/severe
* Right align number columns, make detailed table collapsible
* Create sizeComparison.yml
* Remove an extra steps
* Update calls to build wrapper to not have quotes and add dependency for print
* Temporarily disable ci.yml
* Stop making new dir, use $GITHUB_WORKSPACE in path of archives
* add a line to print out the directory so I can see where the archives have gone
* Revert "Temporarily disable ci.yml"
This reverts commit 303e0a3bb0.
* Update ls to hopefully actually give me the info I want
* Remove validations and add more printing
* Add checkout to printSizes
* Upload size as artifact and add script to compare
* Remove some $GITHUB_WORKSPACEs
* Remove an ls and fix a typo in artifact
* Add a new ls to the final comparison
* Add more prints
* ls artifacts, since they're directories
* Fix paths of artifact files
* Remove prints and use new versions of actions
* add bloat
* Add back prints
* Update compare script to not think artifacts are directories
Seems like between v1 and v3, they changed the way artifacts are stored/downloaded, so now it's not nested in a directory.
* Try adding more strings for more bloat
* Update sizeComp.yml to run on more branches and the right OS.
* Update script to use commit sha
* Fix env usage, probably
* Remove env usage since it doesn't want to work
* Add missing space
* Remove bloat and logs
* Add new lines at end of files
* Remove extra s
* Add comments
* Remove on push trigger
* Move upload artifact to different action
* Bring checkout back to original action
* Change actions to workflows in path
* Remove sha ref in checkout
* Add name and .yml
* Move uploadSizeArtifact to actions/
* Try to rewrite upload as a composite job
* Change workflows back to actions
* Move upload artifact to action.yml
* Remove .yml
* Move action.yml one level lower
* Specify shell
* Try moving shell to action.yml
* Add more shells
* Add a bit more logging to figure out why base fails
* Try adding version of action
* Try v0 instead of main
* Remove action version
* Turns off fast fail because base build is weird
* Move checkout to just sizeComparison
* Remove echo logging of sha
* Move checkout back to action, with path
* More logging
* Remove logging
* Restore fast fail
* Update to build on the latest macOS 12 image using Xcode 13.3.
* Update CI pipelines to use macOS 12 image as well.
* More macOS 12 image changes.
* Use the new 'internal-macos12' VM image now that ADO has one.
* First version of the resource cleanup script based on .resources.xcfilelist files.
* Fixing script phase commands and preparing for another test (tag 0.0.13_Test).
* Fixing log messages and setting additional environment variables in the xcodebuild command.
* Bumping version to 0.0.14
* Reverting podspec version and linting script file.
* Fixing indentation of string extension.
* Adding flags to set verbose level based on Debug/Release configurations.
* Setting the ARCHS variable to prevent the build warning in debug mode:
Showing All Messages
ONLY_ACTIVE_ARCH=YES requested with multiple ARCHS and no run destination to provide an active architecture; building for all applicable architectures (in target 'MicrosoftFluentUI-FluentUIResources-ios' from project 'Pods')
* Fixing pod lib lint issues by using $PODS_TARGET_SRCROOT so it can find the script during linting.
Enclosing variables in double quotes to prevent parameters from being interpreted incorrectly when they have spaces.
* Bumping versions for version update (0.1.14).
* Revert "Bumping versions for version update (0.1.14)."
This reverts commit fa41bb71a8.
* Updating FluentUI pipelines to use Xcode 12.
* Excluding arm64 architecture from simulators builds of the Demo App.
Add a localization workflow that calls into the internal Microsoft Touchdown Build Service to get up-to-date localizations for all of the strings in our repository