Skip to content

feat(flags): add evaluation tags to iOS SDK #1091

feat(flags): add evaluation tags to iOS SDK

feat(flags): add evaluation tags to iOS SDK #1091

Workflow file for this run

name: Build Examples
on:
push:
branches:
- main
pull_request:
paths-ignore:
- "**/*.md"
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v5
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build Example
run: make buildExamples