Skip to content

Commit

Permalink
[#6] Create the basic architecture of the demo application (#34)
Browse files Browse the repository at this point in the history
* Add privacy policy and CGU

* Rename info to about

* Update bundle and application name

* Add swiftlint in build phase

* Update software name in copyright header

* Update resources naming

* Align naming with rules

* Rename assets

* Fix wrong path
  • Loading branch information
ludovic35 authored Jul 8, 2024
1 parent fa72ca0 commit fe0b966
Show file tree
Hide file tree
Showing 33 changed files with 4,344 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md merge=union
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
#
# Software Name: OUDS iOS
# SPDX-FileCopyrightText: Copyright (c) Orange SA
# SPDX-License-Identifier: MIT
#
# This software is distributed under the MIT license,
# the text of which is available at https://opensource.org/license/MIT/
# or see the "LICENSE" file for more details.
#
# Authors: See CONTRIBUTORS.txt
# Software description: A SwiftUI components library with code examples for Orange Unified Design System
#

# Classic
*~
.DS_Store
**/.DS_Store

# Produced by Brew
/Brewfile.lock.json

# Produced by CocoaPods
DemoApp/Pods/

# Produced by Xcode
DemoApp/DemoApp.xcodeproj/xcuserdata/
DemoApp/DemoApp.xcworkspace/xcuserdata/
DemoApp/DerivedData/

# Produced by Swift Package Manager
.swiftpm/xcode/xcuserdata/
.swiftpm/xcode/package.xcworkspace/

# Produced by Fastlane
**/fastlane/*.env
**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots/**/*.png
**/fastlane/test_output

# Produced by .gitlab-ci.yml
/.cache/
Loading

0 comments on commit fe0b966

Please sign in to comment.