Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Swift package support #57

Merged
merged 22 commits into from
Oct 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0444d12
swift package init commit.
sarathsarah Aug 19, 2021
33b53ce
missed file commit
sarathsarah Aug 19, 2021
038085f
Moved Source files back to its original place.
sarathsarah Aug 19, 2021
a42b615
Read me file updated.
sarathsarah Aug 20, 2021
0044bc5
added Resources to package module.
sarathsarah Sep 6, 2021
780f438
Bundle path modified for addressing resource path.
sarathsarah Sep 8, 2021
8965a8b
removing Bundle.module since its not fixing the crash.
sarathsarah Sep 8, 2021
4987934
Adding workaround to get Resource from bundle
sarathsarah Sep 8, 2021
81d7367
changing resource type to copy
sarathsarah Sep 8, 2021
4c7c5af
Trying out awesome module to fix the crash
sarathsarah Sep 8, 2021
dbbf2de
moved fonts to resources folder
sarathsarah Sep 8, 2021
5443a34
fix: Moving all the assets inside Classs (Source) path. so that SPM w…
sarathsarah Sep 9, 2021
8c08773
removed workaround
sarathsarah Sep 9, 2021
c91ce5b
updated Read me file.
sarathsarah Sep 9, 2021
e8e267e
adding SwiftPackage bundle.
sarathsarah Sep 17, 2021
ce0d269
Fix loading of AwesomePro fonts by letting the user pick the bundle, …
lozhuf Oct 8, 2021
5ba1264
Merge pull request #1 from lozhuf/SwiftPackage
sarathsarah Oct 8, 2021
8511d4d
Added Swift package support.
sarathsarah Oct 8, 2021
874360b
Merge remote-tracking branch 'refs/remotes/origin/SwiftPackage'
sarathsarah Oct 8, 2021
2b16af1
updated .gitignore file
sarathsarah Oct 8, 2021
721f42f
Merge remote-tracking branch 'refs/remotes/origin/SwiftPackage'
sarathsarah Oct 8, 2021
8badff9
update ..gitignore
sarathsarah Oct 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ playground.xcworkspace
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
# Package.pins
Packages/
Package.pins
.build/
.swiftpm/
Package.resolved
/*.xcodeproj
.swiftpm/xcode/

# CocoaPods
#
Expand Down
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading