Skip to content

Commit

Permalink
Merge pull request #6 from hoangtaiki/spm
Browse files Browse the repository at this point in the history
Adjust the project structure to be compatible with Swift Package Manager (SPM) and address the issue related to LoadMore functionality.
  • Loading branch information
hoangtaiki committed Dec 22, 2023
2 parents b926a00 + eb8c890 commit 505ced5
Show file tree
Hide file tree
Showing 52 changed files with 1,424 additions and 1,535 deletions.
78 changes: 6 additions & 72 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,74 +1,8 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
builds/
DerivedData/

.bundle
.DS_Store
db/*.sqlite3
log/*.log
tmp/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
/.build
/Packages
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
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
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/#source-control

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

9 changes: 0 additions & 9 deletions Deployment/Package.swift

This file was deleted.

98 changes: 0 additions & 98 deletions Example/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

6 changes: 0 additions & 6 deletions Example/Resources/Assets.xcassets/Contents.json

This file was deleted.

45 changes: 0 additions & 45 deletions Example/Resources/Info.plist

This file was deleted.

56 changes: 0 additions & 56 deletions Example/Source/AppDelegate.swift

This file was deleted.

Loading

0 comments on commit 505ced5

Please sign in to comment.