Contents

theappstudiollc/asenterprise

A collection of useful functions for iOS, macOS, tvOS, and watchOS apps

The future ##

While the 1.x versions of this framework are essentially being sunset (as Objective C is not as important anymore), there is the potential for this code to be refactored into a v2.x for the purposes of creating shared code for a Swift Framework and Xamarin Binding Library.

Installation ##

This project includes both a Swift Package and an Xcode project, which also has a build target that can properly build .framework files on all Apple platforms.

So far, this distributes via normal SPM mechanisms, and does not require any custom setup to use. Though please ignore the 'frameworks' and 'libraries' folders, as those are for CocoaPods distribution.

This is a public framework containing various useful functions for iOS and OSX apps. To use, you must first install CocoaPods.

$ sudo gem install cocoapods

Go into the directory with your Xcode Project and generate a Podfile

$ pod init

Then add this to the top of your Podfile

source 'https://bitbucket.org/theappstudiollc/podspecs.git'

An example use inside your Podfile:

pod 'ASEnterpriseFramework', '1.0.0'

Unlikely, but if the podspec cannot be found, set up a private repository (more information)

$ pod repo add bitbucket-theappstudiollc-podspecs https://bitbucket.org/theappstudiollc/podspecs

Package Metadata

Repository: theappstudiollc/asenterprise

Default branch: main

README: README.md