Skip to content

Commit

Permalink
Updated to strict concurrency checking + Swift 6 language mode.
Browse files Browse the repository at this point in the history
Re-organized project to use Xcode 16 template.
Removed (for now) EntityMonitor and ManagedSetMonitor.
Removed support for CocoaPods and Carthage.
  • Loading branch information
radianttap committed Oct 25, 2024
1 parent 9f8bbb8 commit fa17c54
Show file tree
Hide file tree
Showing 17 changed files with 191 additions and 969 deletions.
51 changes: 8 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,43 +1,8 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData

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

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

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

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://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
.DS_Store
/.build
/Packages
xcuserdata/
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
33 changes: 0 additions & 33 deletions Ambar.podspec

This file was deleted.

Loading

0 comments on commit fa17c54

Please sign in to comment.