- Notifications
You must be signed in to change notification settings - Fork32
A base for iOS Applications made with ❤️ by Mindera 🤠
License
Mindera/Alicerce
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
from Portuguese:
noun • [ masculine ] /ali’sɛɾsɪ/
groundwork,foundation,basis
Ever felt that you keep repeating yourself every time you start a new project? That you would like to have all those useful utils and helpers you love already available? We felt that way too! Thus, Alicerce was born. 🏗
Alicerce is a framework that aims to serve as a starting point for iOS applications, by providing the foundations for many of the common functionalities a modern application requires, as well as be a repository for those small utils and helpers that make our life easier.
It is designed with an MVVM architecture in mind, but you'll find most components are architecture agnostic.
- Analytics 🔍
- Auto Layout 📐
- Deep Linking 🔗
- Logging 📝
- Network 🌍
- Persistence 💾
- Performance Metrics 📈
- Utils ⚙️
- UI 📲
All the documentation can be found in theDocumentation folder:
- Network
- more coming soon...
TODO
- iOS 13.0+
- Xcode 15.0
- Swift 5.9
- iOS 13.0+
- Xcode 14.0
- Swift 5.7
- iOS 11.0+
- Xcode 14.0
- Swift 5.7
- iOS 10.0+
- Xcode 13.4
- Swift 5.6
- iOS 10.0+
- Xcode 13
- Swift 5.5
- iOS 10.0+
- Xcode 12.5
- Swift 5.4
- iOS 10.0+
- Xcode 12.4
- Swift 5.3
- iOS 10.0+
- Xcode 11.4
- Swift 5.2
- iOS 10.0+
- Xcode 11.0
- Swift 5.1
- iOS 10.0+
- Xcode 10.2
- Swift 5.0
- iOS 9.0+
- Xcode 10.2
- Swift 5.0
- iOS 9.0+
- Xcode 10
- Swift 4.2
- iOS 9.0+
- Xcode 9.3
- Swift 4.1
- iOS 9.0+
- Xcode 9
- Swift 4.0
If you useCocoaPods to manage your dependencies, simply add Alicerce to yourPodfile:
pod'Alicerce','~> 0.18.0'
If you useCarthage to manage your dependencies, simply add Alicerce to yourCartfile:
github "Mindera/Alicerce" ~> 0.18.0If you use Carthage to build your dependencies, make sure you have addedAlicerce.framework to the"Linked Frameworks and Libraries" section of your target, and have included them in your Carthage framework copying buildphase.
If you use Swift Package Manager, simply add Alicerce as a dependency of your package inPackage.swift:
.package(url:"https://github.com/Mindera/Alicerce.git", from:"0.18.0"),
- Add this repository as asubmodule.
- Drag Alicerce.xcodeproj into your project or workspace.
- Link your target against Alicerce.framework.
- If linking against an Application target, ensure the framework gets copied into the bundle. If linking against a Framework target,the application linking to it should also include Alicerce.
Setting up the project for development is simple:
- Clone the repository.
- Open
Alicerce.xcworkspace - Build
Alicercescheme
SeeCONTRIBUTING.
Alicerce is Copyright (c) 2016 - present Mindera and is available under the MIT License. It is free software, and may be redistributed under the terms specified in theLICENSE file.
With ❤️ fromMindera 🤓
About
A base for iOS Applications made with ❤️ by Mindera 🤠
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.