Skip to content

Commit

Permalink
Remove YogaKit
Browse files Browse the repository at this point in the history
Summary: We deprecated this as part of the Yoga 2.0 release. The last version is still present as part of the release-v2.0 branch, and was still published, but we are not carrying the code forward. This removes it.

Reviewed By: mdvacca

Differential Revision: D47136781

fbshipit-source-id: ac60939efb2372db04e33ed26456bad2f3b5852b
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Jul 12, 2023
1 parent 660edce commit 7097b12
Show file tree
Hide file tree
Showing 42 changed files with 7 additions and 2,938 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-cocoapods-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ jobs:
run: pod trunk push Yoga.podspec
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

- name: Publish YogaKit
# Must run with --synchronous since YogaKit may depend on the just published version of Yoga
run: pod trunk push YogaKit.podspec --synchronous
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
33 changes: 0 additions & 33 deletions .github/workflows/validate-apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,3 @@ jobs:

- name: pod lib lint
run: pod lib lint --verbose --include-podspecs=**/*.podspec

build-sample:
name: Build sample [${{ matrix.mode }}]
runs-on: macos-latest
strategy:
matrix:
mode: [Debug, Release]

steps:
- uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/setup-apple

- name: pod install
run: pod install
working-directory: ./YogaKit/YogaKitSample

- name: xcodebuild YogaKitSample.xcworkspace
run: xcodebuild -workspace YogaKitSample.xcworkspace -scheme YogaKitSample
working-directory: ./YogaKit/YogaKitSample

clang-format:
name: Format
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: clang-format
uses: ./.github/actions/clang-format
with:
directory: ./YogaKit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Yoga [![Support Ukraine](https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB)](https://opensource.fb.com/support-ukraine) [![CocoaPods](https://img.shields.io/cocoapods/v/YogaKit.svg)](http://cocoapods.org/pods/YogaKit) [![npm](https://img.shields.io/npm/v/yoga-layout.svg)](https://www.npmjs.com/package/yoga-layout) [![Maven Central](https://img.shields.io/maven-central/v/com.facebook.yoga/yoga)](https://search.maven.org/artifact/com.facebook.yoga/yoga)
# Yoga [![Support Ukraine](https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB)](https://opensource.fb.com/support-ukraine) [![CocoaPods](https://img.shields.io/cocoapods/v/Yoga.svg)](http://cocoapods.org/pods/Yoga) [![npm](https://img.shields.io/npm/v/yoga-layout.svg)](https://www.npmjs.com/package/yoga-layout) [![Maven Central](https://img.shields.io/maven-central/v/com.facebook.yoga/yoga)](https://search.maven.org/artifact/com.facebook.yoga/yoga)

Yoga is an embeddable and performant flexbox layout engine with bindings for multiple languages.

Expand Down
34 changes: 0 additions & 34 deletions YogaKit.podspec

This file was deleted.

21 changes: 0 additions & 21 deletions YogaKit/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions YogaKit/Source/UIView+Yoga.h

This file was deleted.

37 changes: 0 additions & 37 deletions YogaKit/Source/UIView+Yoga.m

This file was deleted.

17 changes: 0 additions & 17 deletions YogaKit/Source/YGLayout+Private.h

This file was deleted.

174 changes: 0 additions & 174 deletions YogaKit/Source/YGLayout.h

This file was deleted.

Loading

0 comments on commit 7097b12

Please sign in to comment.