Skip to content

Commit

Permalink
chore: remove gemefile and update default implementation for Mac app …
Browse files Browse the repository at this point in the history
…delegate (#8)

* update gitignore

* fix: app delegate for macos
  • Loading branch information
amine2233 authored May 19, 2024
1 parent 2db0aaf commit fc5417b
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 2,487 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

# SPM

.swiftpm
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

2 changes: 0 additions & 2 deletions ApplicationDelegate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ Pod::Spec.new do |s|
s.source_files = "Sources/**/*.swift"
s.swift_version = '5.4'
s.module_name = s.name

s.exclude_files = "Sources/ApplicationDelegate/Config/*.plist"
s.ios.exclude_files = "Sources/ApplicationDelegate/AppKit", "Sources/ApplicationDelegate/WatchKit"
s.osx.exclude_files = "Sources/ApplicationDelegate/UIKit", "Sources/ApplicationDelegate/WatchKit"
s.tvos.exclude_files = "Sources/ApplicationDelegate/AppKit", "Sources/ApplicationDelegate/WatchKit"
Expand Down
1,798 changes: 0 additions & 1,798 deletions ApplicationDelegate.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fc5417b

Please sign in to comment.