Selaa lähdekoodia

Reorganize sources into MVVM folders without changing app behavior.

Move AppDelegate, ViewController, services, managers, and resources into App/Views/Services/Managers/Resources while keeping the original AppKit UI and signing team unchanged.

Co-authored-by: Cursor <cursoragent@cursor.com>
huzaifahayat12 4 päivää sitten
vanhempi
sitoutus
d3ff2bdbae
27 muutettua tiedostoa jossa 0 lisäystä ja 0 poistoa
  1. 0 0
      zoom_app/App/AppDelegate.swift
  2. 0 0
      zoom_app/Managers/MeetingRecordingManager.swift
  3. 0 0
      zoom_app/Managers/ZoomMeetingPresenceWatcher.swift
  4. 0 0
      zoom_app/Resources/Assets.xcassets/AccentColor.colorset/Contents.json
  5. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json
  6. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 1024.png
  7. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 128.png
  8. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 16.png
  9. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 256.png
  10. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 257.png
  11. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 32.png
  12. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 33.png
  13. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 512.png
  14. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 513.png
  15. 0 0
      zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 64.png
  16. 0 0
      zoom_app/Resources/Assets.xcassets/Contents.json
  17. 0 0
      zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/Contents.json
  18. 0 0
      zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/status-bar-dark@1x.png
  19. 0 0
      zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/status-bar-dark@2x.png
  20. 0 0
      zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/status-bar-light@1x.png
  21. 0 0
      zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/status-bar-light@2x.png
  22. 0 0
      zoom_app/Resources/StoreKit.storekit
  23. 0 0
      zoom_app/Services/MeetingNotesService.swift
  24. 0 0
      zoom_app/Services/MeetingTranscriptionService.swift
  25. 0 0
      zoom_app/Services/OAuthRedirectListener.swift
  26. 0 0
      zoom_app/Utilities/TranscriptionLanguagePreferences.swift
  27. 0 0
      zoom_app/Views/ViewController.swift

+ 0 - 0
zoom_app/AppDelegate.swift → zoom_app/App/AppDelegate.swift


+ 0 - 0
zoom_app/MeetingRecordingManager.swift → zoom_app/Managers/MeetingRecordingManager.swift


+ 0 - 0
zoom_app/ZoomMeetingPresenceWatcher.swift → zoom_app/Managers/ZoomMeetingPresenceWatcher.swift


+ 0 - 0
zoom_app/Assets.xcassets/AccentColor.colorset/Contents.json → zoom_app/Resources/Assets.xcassets/AccentColor.colorset/Contents.json


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Contents.json → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 1024.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 1024.png


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 128.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 128.png


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 16.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 16.png


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 256.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 256.png


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 257.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 257.png


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 32.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 32.png


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 33.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 33.png


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 512.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 512.png


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 513.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 513.png


+ 0 - 0
zoom_app/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 64.png → zoom_app/Resources/Assets.xcassets/AppIcon.appiconset/Zoom - Logo - 64.png


+ 0 - 0
zoom_app/Assets.xcassets/Contents.json → zoom_app/Resources/Assets.xcassets/Contents.json


+ 0 - 0
zoom_app/Assets.xcassets/StatusBarIcon.imageset/Contents.json → zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/Contents.json


+ 0 - 0
zoom_app/Assets.xcassets/StatusBarIcon.imageset/status-bar-dark@1x.png → zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/status-bar-dark@1x.png


+ 0 - 0
zoom_app/Assets.xcassets/StatusBarIcon.imageset/status-bar-dark@2x.png → zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/status-bar-dark@2x.png


+ 0 - 0
zoom_app/Assets.xcassets/StatusBarIcon.imageset/status-bar-light@1x.png → zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/status-bar-light@1x.png


+ 0 - 0
zoom_app/Assets.xcassets/StatusBarIcon.imageset/status-bar-light@2x.png → zoom_app/Resources/Assets.xcassets/StatusBarIcon.imageset/status-bar-light@2x.png


+ 0 - 0
zoom_app/StoreKit.storekit → zoom_app/Resources/StoreKit.storekit


+ 0 - 0
zoom_app/MeetingNotesService.swift → zoom_app/Services/MeetingNotesService.swift


+ 0 - 0
zoom_app/MeetingTranscriptionService.swift → zoom_app/Services/MeetingTranscriptionService.swift


+ 0 - 0
zoom_app/OAuthRedirectListener.swift → zoom_app/Services/OAuthRedirectListener.swift


+ 0 - 0
zoom_app/TranscriptionLanguagePreferences.swift → zoom_app/Utilities/TranscriptionLanguagePreferences.swift


+ 0 - 0
zoom_app/ViewController.swift → zoom_app/Views/ViewController.swift