Skip to content

Commit

Permalink
chore: create basic architecture for OUDS Swift Package (#46) (#48)
Browse files Browse the repository at this point in the history
Closes #46

Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jul 16, 2024
1 parent c66a8ee commit 34f1e64
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
/Brewfile.lock.json

# Produced by CocoaPods
OUDS/Pods/
Showcase/Pods/

# Produced by Xcode
OUDS/Showcase.xcodeproj/xcuserdata/
OUDS/Showcase.xcworkspace/xcuserdata/
OUDS/DerivedData/
Showcase/Showcase.xcodeproj/xcuserdata/
Showcase/Showcase.xcworkspace/xcuserdata/
DerivedData/

# Produced by Swift Package Manager
.swiftpm/xcode/xcuserdata/
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@

This repository contains the OUDS iOS library that provides Orange iOS components, but also a demo application showcasing these different components.

## Integrate OUDS

If you want to add the iOS library of `Orange Unified Design System`, you need to add our _Swift Package_ into your project.
To do that, add a new _package dependency_ to your _Xcode_ project by refering to it with `https://github.com/Orange-OpenSource/ouds-ios`.
You are free to choose wether or not you want a branch or a specific tag.
Then you will be able to import the library and the product you want jsut with a simple import in your Swift files like:

```swift
import OUDS
```

## Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/Orange-OpenSource/ouds-ios/issues/new/choose).
Expand Down

0 comments on commit 34f1e64

Please sign in to comment.