├── .deepsource.toml ├── .github └── workflows │ ├── build-app.yml │ └── calver-increment.yml ├── .gitignore ├── .periphery.yml ├── .rubocop.yml ├── Assets.xcassets ├── AccentColor.colorset │ └── Contents.json ├── AppBlue.colorset │ └── Contents.json ├── AppDarkBlue.colorset │ └── Contents.json ├── AppIcons │ ├── AppIconDefault.appiconset │ │ ├── Contents.json │ │ ├── Icon-ios-1024 1.png │ │ ├── Icon-ios-1024 2.png │ │ ├── Icon-ios-1024.png │ │ ├── Icon-ios-128.png │ │ ├── Icon-ios-128@2x.png │ │ ├── Icon-ios-16.png │ │ ├── Icon-ios-16@2x.png │ │ ├── Icon-ios-20@2x 1.png │ │ ├── Icon-ios-20@2x.png │ │ ├── Icon-ios-20@3x 1.png │ │ ├── Icon-ios-20@3x.png │ │ ├── Icon-ios-256.png │ │ ├── Icon-ios-256@2x.png │ │ ├── Icon-ios-29@2x 1.png │ │ ├── Icon-ios-29@2x.png │ │ ├── Icon-ios-29@3x 1.png │ │ ├── Icon-ios-29@3x.png │ │ ├── Icon-ios-32.png │ │ ├── Icon-ios-32@2x.png │ │ ├── Icon-ios-38@2x.png │ │ ├── Icon-ios-38@3x.png │ │ ├── Icon-ios-40@2x 1.png │ │ ├── Icon-ios-40@2x.png │ │ ├── Icon-ios-40@3x 1.png │ │ ├── Icon-ios-40@3x.png │ │ ├── Icon-ios-512.png │ │ ├── Icon-ios-60@2x 1.png │ │ ├── Icon-ios-60@2x.png │ │ ├── Icon-ios-60@3x 1.png │ │ ├── Icon-ios-60@3x.png │ │ ├── Icon-ios-64@2x.png │ │ ├── Icon-ios-64@3x.png │ │ ├── Icon-ios-68@2x.png │ │ ├── Icon-ios-76@2x.png │ │ └── Icon-ios-83.5@2x.png │ ├── AppIconKbin.appiconset │ │ ├── Contents.json │ │ └── KBin.png │ ├── AppIconLemming.appiconset │ │ ├── 1024x1024 1.png │ │ ├── 1024x1024 2.png │ │ ├── 1024x1024.png │ │ ├── 128x128 1.png │ │ ├── 128x128.png │ │ ├── 16x16.png │ │ ├── 256x256 1.png │ │ ├── 256x256.png │ │ ├── 32x32 1.png │ │ ├── 32x32.png │ │ ├── 512x512.png │ │ ├── 64x64.png │ │ ├── AppIcon40x40@2x 1.png │ │ ├── AppIcon40x40@2x.png │ │ ├── Contents.json │ │ ├── Icon-60@2x 1.png │ │ ├── Icon-60@2x 2.png │ │ ├── Icon-60@2x 3.png │ │ ├── Icon-60@2x.png │ │ ├── Icon-60@3x 1.png │ │ ├── Icon-60@3x.png │ │ ├── Icon-76.png │ │ ├── Icon-76@2x.png │ │ ├── Icon-83.5@2x.png │ │ ├── Icon-Notification@3x 1.png │ │ ├── Icon-Notification@3x.png │ │ ├── Icon-Small-40 1.png │ │ ├── Icon-Small-40.png │ │ ├── Icon-Small.png │ │ ├── Icon-Small@2x 1.png │ │ ├── Icon-Small@2x.png │ │ ├── Icon-Small@3x 1.png │ │ ├── Icon-Small@3x.png │ │ ├── Icon.png │ │ ├── Icon@2x 1.png │ │ ├── Icon@2x.png │ │ ├── iTunesArtwork.png │ │ ├── iTunesArtwork@2x.png │ │ └── xxxhdpi.png │ ├── AppIconMrSebSin.appiconset │ │ ├── AppIconMrSebSin.png │ │ └── Contents.json │ ├── AppIconNight.appiconset │ │ ├── Contents.json │ │ └── Dark.png │ ├── AppIconPurple.appiconset │ │ ├── Contents.json │ │ └── Indigo.png │ ├── AppIconSpace.appiconset │ │ ├── Contents.json │ │ ├── Icon-ios-1024 1.png │ │ ├── Icon-ios-1024 2.png │ │ ├── Icon-ios-1024.png │ │ ├── Icon-ios-20@2x 1.png │ │ ├── Icon-ios-20@2x.png │ │ ├── Icon-ios-20@3x.png │ │ ├── Icon-ios-29@2x.png │ │ ├── Icon-ios-29@3x 1.png │ │ ├── Icon-ios-29@3x.png │ │ ├── Icon-ios-38@2x.png │ │ ├── Icon-ios-38@3x.png │ │ ├── Icon-ios-40@2x.png │ │ ├── Icon-ios-60@2x 1.png │ │ ├── Icon-ios-60@2x 2.png │ │ ├── Icon-ios-60@2x 3.png │ │ ├── Icon-ios-60@2x.png │ │ ├── Icon-ios-60@3x 1.png │ │ ├── Icon-ios-60@3x.png │ │ ├── Icon-ios-64@2x.png │ │ ├── Icon-ios-64@3x.png │ │ ├── Icon-ios-68@2x.png │ │ ├── Icon-ios-76@2x.png │ │ ├── Icon-ios-83.5@2x.png │ │ ├── Icon-mac-128.png │ │ ├── Icon-mac-16.png │ │ ├── Icon-mac-256 1.png │ │ ├── Icon-mac-256.png │ │ ├── Icon-mac-32 1.png │ │ ├── Icon-mac-32.png │ │ ├── Icon-mac-512 1.png │ │ ├── Icon-mac-512.png │ │ ├── Icon-mac-512@2x.png │ │ ├── Icon-watch-108@2x.png │ │ ├── Icon-watch-117@2x.png │ │ ├── Icon-watch-129@2x.png │ │ ├── Icon-watch-22@2x.png │ │ ├── Icon-watch-24@2x.png │ │ ├── Icon-watch-27.5@2x.png │ │ ├── Icon-watch-29@2x 1.png │ │ ├── Icon-watch-29@2x.png │ │ ├── Icon-watch-30@2x 1.png │ │ ├── Icon-watch-30@2x.png │ │ ├── Icon-watch-32@2x 1.png │ │ ├── Icon-watch-32@2x.png │ │ ├── Icon-watch-33@2x.png │ │ ├── Icon-watch-40@2x 1.png │ │ ├── Icon-watch-40@2x.png │ │ ├── Icon-watch-43.5@2x.png │ │ ├── Icon-watch-44@2x.png │ │ ├── Icon-watch-46@2x.png │ │ ├── Icon-watch-50@2x.png │ │ ├── Icon-watch-51@2x.png │ │ ├── Icon-watch-54@2x.png │ │ ├── Icon-watch-86@2x.png │ │ └── Icon-watch-98@2x.png │ ├── AppIconTestflight.appiconset │ │ ├── Contents.json │ │ └── Dev.png │ ├── AppIconv0.appiconset │ │ ├── Contents.json │ │ ├── Icon-1024 1.png │ │ ├── Icon-1024.png │ │ ├── Icon-114.png │ │ ├── Icon-120 1.png │ │ ├── Icon-120.png │ │ ├── Icon-128 1.png │ │ ├── Icon-128.png │ │ ├── Icon-152.png │ │ ├── Icon-16.png │ │ ├── Icon-167.png │ │ ├── Icon-180.png │ │ ├── Icon-256 1.png │ │ ├── Icon-256.png │ │ ├── Icon-32 1.png │ │ ├── Icon-32.png │ │ ├── Icon-40.png │ │ ├── Icon-512 1.png │ │ ├── Icon-512 2.png │ │ ├── Icon-512-2.png │ │ ├── Icon-512.png │ │ ├── Icon-58.png │ │ ├── Icon-60.png │ │ ├── Icon-64.png │ │ ├── Icon-76.png │ │ ├── Icon-80.png │ │ └── Icon-87.png │ └── Contents.json ├── AppIconsSingleScale │ ├── AppIconScaleDefault.imageset │ │ ├── Contents.json │ │ └── app-icon-down-default.png │ ├── AppIconScaleKbin.imageset │ │ ├── Contents.json │ │ └── KbinDownsized.png │ ├── AppIconScaleLemming.imageset │ │ ├── 256x256.png │ │ └── Contents.json │ ├── AppIconScaleMrSebSin.imageset │ │ ├── AppIconMrSebSin.png │ │ └── Contents.json │ ├── AppIconScaleNight.imageset │ │ ├── Contents.json │ │ └── DarkDownsized.png │ ├── AppIconScalePurple.imageset │ │ ├── Contents.json │ │ └── IndigoDownsized.png │ ├── AppIconScaleSpace.imageset │ │ ├── Contents.json │ │ └── Icon-mac-512.png │ ├── AppIconScaleTestflight.imageset │ │ ├── Contents.json │ │ └── app-icon-down-testflight.png │ ├── AppIconScalev0.imageset │ │ ├── Contents.json │ │ └── LightDownsized.png │ └── Contents.json ├── Contents.json ├── GithubLogo.imageset │ ├── Contents.json │ ├── github-mark-white.svg │ └── github-mark.svg ├── KbinSymbol.imageset │ ├── Contents.json │ └── Group 228.png ├── KbinSymbolSpace.imageset │ ├── Contents.json │ └── Group 229.png ├── LunarLogo-Dark.imageset │ ├── Contents.json │ ├── Group 217.png │ └── Group 218.png ├── LunarLogo.imageset │ ├── Contents.json │ ├── LunarLight 1.png │ └── LunarLight.png ├── MatrixLogo.imageset │ ├── Contents.json │ ├── Group 5.png │ └── Group 6.png ├── WidgetBackground.colorset │ └── Contents.json ├── WidgetIcon.imageset │ ├── 1024x1024 1.png │ ├── 1024x1024 2.png │ ├── 1024x1024 3.png │ └── Contents.json ├── messageBubbleBackgroundBlue.colorset │ └── Contents.json ├── messageBubbleBackgroundGray.colorset │ └── Contents.json ├── messageBubbleForeground.colorset │ └── Contents.json ├── postBackground.colorset │ └── Contents.json └── postListBackground.colorset │ └── Contents.json ├── CHANGELOG.md ├── DEPENDENCIES.md ├── Gemfile ├── Gemfile.lock ├── Images ├── Lunar-Features-Dashboard.webp └── screenshots.webp ├── LICENSE ├── Lunar.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings └── xcshareddata │ └── xcschemes │ ├── Lint.xcscheme │ ├── Lunar-Dev.xcscheme │ ├── Lunar.xcscheme │ └── Unused Code Scan.xcscheme ├── Lunar ├── AboutLemmyInfo.swift ├── AboutLemmyView.swift ├── Account Tab │ ├── MyUserCommentsView.swift │ ├── MyUserPostsView.swift │ └── MyUserView.swift ├── AppDelegate.swift ├── ClearCacheTest.swift ├── Comment View │ ├── CommentMetadataView.swift │ ├── CommentsView.swift │ ├── CommentsViewWorkaroundWarning.swift │ ├── CreateCommentPopover.swift │ ├── NestedCommentsLogic.swift │ └── RecursiveComment.swift ├── Common Views │ ├── AllSymbols.swift │ ├── DismissButtonView.swift │ ├── ImagePopoverView.swift │ ├── LargeNavButton.swift │ ├── LocalImagePopoverView.swift │ ├── NoInternetConnectionView.swift │ ├── PlaceholderView.swift │ ├── PostButtonItem.swift │ ├── ReactionButton.swift │ ├── SmallNavButton.swift │ └── SortPicker.swift ├── DataModels │ ├── AccountModel.swift │ ├── Batch.swift │ ├── BlockResponseModel.swift │ ├── Comment.swift │ ├── CommentModel.swift │ ├── CommentObject.swift │ ├── CommentResponseModel.swift │ ├── Community.swift │ ├── CommunityModel.swift │ ├── CommunityObject.swift │ ├── Counts.swift │ ├── CreatePostResponseModel.swift │ ├── CredentialsModel.swift │ ├── ErrorResponseModel.swift │ ├── ImageUploadResponseModel.swift │ ├── KbinErrorResponseModel.swift │ ├── KbinImage.swift │ ├── KbinMagazine.swift │ ├── KbinPagination.swift │ ├── KbinPostObject.swift │ ├── KbinPostsModel.swift │ ├── KbinUser.swift │ ├── Language.swift │ ├── LocalUser.swift │ ├── LocalUserProperties.swift │ ├── Moderates.swift │ ├── MyUser.swift │ ├── Person.swift │ ├── PersonModel.swift │ ├── PersonObject.swift │ ├── Post.swift │ ├── PostModel.swift │ ├── PostObject.swift │ ├── PostSiteMetadataResponseModel.swift │ ├── PrivateMessage.swift │ ├── PrivateMessageModel.swift │ ├── PrivateMessageObject.swift │ ├── Quicklink.swift │ ├── RealmCommunity.swift │ ├── RealmPage.swift │ ├── RealmPost.swift │ ├── RealmPrivateMessage.swift │ ├── ReportPostResponseModel.swift │ ├── SearchModel.swift │ ├── Site.swift │ ├── SiteModel.swift │ ├── SubscribeResponseModel.swift │ ├── SubscribedState.swift │ └── VoteResponseModel.swift ├── Debugging Views │ ├── DebugAccountsPropertiesView.swift │ ├── DebugLoginPagePropertiesView.swift │ ├── DebugSettingsPropertiesView.swift │ └── DebugTextView.swift ├── Defaults │ ├── DataCacheHolder.swift │ ├── DefaultQuicklinks.swift │ ├── DefaultValues.swift │ ├── Defaults.swift │ ├── DevOverrides.swift │ └── WelcomeScreenInfo.swift ├── Feed Views │ ├── CommunityItem.swift │ ├── FeedView.swift │ ├── GeneralCommunitiesView.swift │ ├── GeneralCommunityButtonView.swift │ ├── OfflineDownloaderView.swift │ ├── SubscribedCommunitiesView.swift │ ├── SubscribedFeedQuicklink.swift │ └── TrendingCommunitiesSectionView.swift ├── Fetchers │ ├── BlockSender.swift │ ├── CommentSender.swift │ ├── CommentsFetcher.swift │ ├── CommunitiesFetcher.swift │ ├── EndpointBuilder.swift │ ├── EndpointBuilderKbin.swift │ ├── GenerateHeaders.swift │ ├── ImageSender.swift │ ├── JWT.swift │ ├── PersonFetcher.swift │ ├── PostSender.swift │ ├── PostSiteMetadataFetcher.swift │ ├── PostsFetcher.swift │ ├── PrivateMessageFetcher.swift │ ├── PulseWriter.swift │ ├── RealmWriter.swift │ ├── ReportSender.swift │ ├── SearchFetcher.swift │ ├── SiteInfoFetcher.swift │ ├── SubscriptionActionSender.swift │ └── VoteSender.swift ├── Inbox Tab │ └── InboxView.swift ├── Info.plist ├── Item.swift ├── Kbin │ ├── KbinNavLink.swift │ ├── KbinPostsFetcher.swift │ ├── LegacyKbinCommentsFetcher.swift │ ├── LegacyKbinCommentsView.swift │ ├── LegacyKbinMagazinesSectionView.swift │ ├── LegacyKbinPostRowView.swift │ ├── LegacyKbinThreadBodyFetcher.swift │ ├── LegacyKbinThreadsFetcher.swift │ ├── LegacyKbinThreadsModel.swift │ └── LegacyKbinThreadsView.swift ├── Legacy Views │ ├── LegacyCommunitiesFetcher.swift │ ├── LegacyPostsFetcher.swift │ └── LegacyPostsView.swift ├── Login Views │ ├── AddNewUserButtonView.swift │ ├── LoggedInUsersListView.swift │ ├── LoginButtonView.swift │ ├── LoginHelper.swift │ ├── LoginView.swift │ ├── LogoutAllUsersButtonView.swift │ ├── PasswordFieldView.swift │ ├── TwoFactorFieldView.swift │ └── UsernameFieldView.swift ├── Lunar.entitlements ├── LunarAppEntryView.swift ├── LunarDebug.entitlements ├── MarkdownUIImageProvider.swift ├── MockData.swift ├── More Communities Views │ ├── ExploreCommunitiesButton.swift │ └── ExploreCommunitiesView.swift ├── PhaseChangeActions.swift ├── Post Views │ ├── CompactPostItem.swift │ ├── CreatePostPopoverView.swift │ ├── ImageUploaderView.swift │ ├── InPostMetadataView.swift │ ├── InPostThumbnailImageView.swift │ ├── InPostThumbnailView.swift │ ├── PostItem.swift │ ├── PostsView.swift │ └── URLInputViews.swift ├── RealmConverter.swift ├── Search Views │ ├── SearchCommunitiesRowView.swift │ ├── SearchResultsList.swift │ ├── SearchUsersRowView.swift │ └── SearchView.swift ├── Settings Views │ ├── AccountItemView.swift │ ├── AttributionInfo.swift │ ├── AttributionsView.swift │ ├── CircleFillIcons.swift │ ├── ColorTesterView.swift │ ├── ForceAppearance.swift │ ├── HiddenPostsGuardView.swift │ ├── InstanceSelectorView.swift │ ├── ManageInstancesView.swift │ ├── RealmBrowser.swift │ ├── SettingsAccountView.swift │ ├── SettingsAdditionalView.swift │ ├── SettingsAppIconPickerView.swift │ ├── SettingsAppResetView.swift │ ├── SettingsAppearanceView.swift │ ├── SettingsClearCacheView.swift │ ├── SettingsClearRealmView.swift │ ├── SettingsDevOptionsView.swift │ ├── SettingsHiddenOptionsView.swift │ ├── SettingsQuicklinksView.swift │ ├── SettingsThemeView.swift │ ├── SettingsView.swift │ ├── SymbolPicker.swift │ └── UserDefaultsExplorerView.swift ├── SplashScreenView.swift ├── TabContentView.swift ├── Tools │ ├── Biometrics.swift │ ├── ChatBubbleView.swift │ ├── ConditionalModifiers.swift │ ├── DragabbleView.swift │ ├── ExpandableTextBox.swift │ ├── Extensions │ │ ├── ArrayExtension.swift │ │ ├── BindingNOTGate.swift │ │ ├── ColorConverter.swift │ │ ├── DictionaryExtension.swift │ │ ├── ImageExtension.swift │ │ ├── IntExtension.swift │ │ ├── ShareSheet.swift │ │ ├── StringExtension.swift │ │ ├── TextExtension.swift │ │ ├── UITextViewExtension.swift │ │ ├── URLComponentsExtension.swift │ │ └── ViewExtension.swift │ ├── IdentifierGenerators.swift │ ├── ImageDownloadManager.swift │ ├── InAppSafariModifier.swift │ ├── PhotoDetailView.swift │ ├── RealmThawFunctions.swift │ ├── RegexPatterns.swift │ ├── RichLinks.swift │ ├── UUIDToInt.swift │ └── Utilities │ │ ├── CheckBiometricType.swift │ │ ├── EncodeDecodeHelpers.swift │ │ ├── InsertSorter.swift │ │ ├── KeychainInterface.swift │ │ ├── MailtoUtil.swift │ │ ├── PhotoPicker.swift │ │ ├── TimestampParser.swift │ │ ├── URLParser.swift │ │ └── ValidationUtils.swift ├── WhatsNewInitialInfo.swift ├── WhatsNewKitData │ ├── WhatsNewKitData.swift │ ├── WhatsNew_0_0_0.swift │ └── WhatsNew_2023_11.swift └── WidgetLink.swift ├── LunarUITests ├── LunarUITests.swift └── LunarUITestsLaunchTests.swift ├── README.md ├── Widgets ├── AccountWidget.swift ├── IconWidget.swift ├── ImageDownloadRetriever.swift ├── Info.plist ├── SupportedFamiliesExtension.swift ├── WidgetsBundle.swift └── WidgetsExtension.entitlements ├── chruby ruby-3.2.2 └── fastlane ├── AppFile-template ├── Fastfile ├── Fastfile-vars-template ├── Pluginfile ├── README.md ├── Snapfile └── SnapshotHelper.swift /.deepsource.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/.deepsource.toml -------------------------------------------------------------------------------- /.github/workflows/build-app.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/.github/workflows/build-app.yml -------------------------------------------------------------------------------- /.github/workflows/calver-increment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/.github/workflows/calver-increment.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/.gitignore -------------------------------------------------------------------------------- /.periphery.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/.periphery.yml -------------------------------------------------------------------------------- /.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/.rubocop.yml -------------------------------------------------------------------------------- /Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AccentColor.colorset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppBlue.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppBlue.colorset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppDarkBlue.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppDarkBlue.colorset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-1024 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-1024 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-1024 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-1024 2.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-1024.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-128.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-128@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-128@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-16.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-16@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-16@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-20@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-20@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-20@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-20@3x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-20@3x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-20@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-256.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-256@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-256@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-29@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-29@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-29@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-29@3x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-29@3x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-29@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-32.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-32@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-38@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-38@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-38@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-38@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-40@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-40@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-40@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-40@3x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-40@3x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-40@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-512.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-60@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-60@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-60@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-60@3x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-60@3x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-60@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-64@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-64@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-64@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-64@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-68@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-68@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-76@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconDefault.appiconset/Icon-ios-83.5@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconKbin.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconKbin.appiconset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconKbin.appiconset/KBin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconKbin.appiconset/KBin.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/1024x1024 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/1024x1024 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/1024x1024 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/1024x1024 2.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/1024x1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/1024x1024.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/128x128 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/128x128 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/128x128.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/16x16.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/256x256 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/256x256 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/256x256.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/32x32 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/32x32 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/32x32.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/512x512.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/64x64.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/AppIcon40x40@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/AppIcon40x40@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/AppIcon40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/AppIcon40x40@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@2x 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@2x 2.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@2x 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@2x 3.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@3x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@3x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-60@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-76.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-76@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-83.5@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Notification@3x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Notification@3x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Notification@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Notification@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small-40 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small-40 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small-40.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small@3x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small@3x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon-Small@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/Icon@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/iTunesArtwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/iTunesArtwork.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/iTunesArtwork@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/iTunesArtwork@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconLemming.appiconset/xxxhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconLemming.appiconset/xxxhdpi.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconMrSebSin.appiconset/AppIconMrSebSin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconMrSebSin.appiconset/AppIconMrSebSin.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconMrSebSin.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconMrSebSin.appiconset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconNight.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconNight.appiconset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconNight.appiconset/Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconNight.appiconset/Dark.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconPurple.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconPurple.appiconset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconPurple.appiconset/Indigo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconPurple.appiconset/Indigo.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-1024 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-1024 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-1024 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-1024 2.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-1024.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-20@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-20@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-20@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-20@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-29@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-29@3x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-29@3x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-29@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-38@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-38@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-38@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-38@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-40@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@2x 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@2x 2.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@2x 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@2x 3.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@3x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@3x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-60@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-64@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-64@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-64@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-64@3x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-68@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-68@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-76@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-ios-83.5@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-128.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-16.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-256 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-256 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-256.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-32 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-32 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-32.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-512 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-512 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-512.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-512@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-mac-512@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-108@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-108@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-117@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-117@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-129@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-129@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-22@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-22@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-24@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-24@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-27.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-27.5@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-29@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-29@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-29@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-30@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-30@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-30@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-30@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-32@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-32@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-32@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-32@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-33@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-33@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-40@2x 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-40@2x 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-40@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-43.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-43.5@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-44@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-44@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-46@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-46@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-50@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-50@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-51@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-51@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-54@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-54@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-86@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-86@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-98@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconSpace.appiconset/Icon-watch-98@2x.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconTestflight.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconTestflight.appiconset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconTestflight.appiconset/Dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconTestflight.appiconset/Dev.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-1024 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-1024 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-1024.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-114.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-120 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-120 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-120.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-128 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-128 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-128.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-152.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-16.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-167.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-180.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-256 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-256 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-256.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-32 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-32 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-32.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-40.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-512 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-512 1.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-512 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-512 2.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-512-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-512-2.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-512.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-58.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-60.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-64.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-76.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-80.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/AppIconv0.appiconset/Icon-87.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIcons/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIcons/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleDefault.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleDefault.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleDefault.imageset/app-icon-down-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleDefault.imageset/app-icon-down-default.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleKbin.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleKbin.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleKbin.imageset/KbinDownsized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleKbin.imageset/KbinDownsized.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleLemming.imageset/256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleLemming.imageset/256x256.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleLemming.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleLemming.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleMrSebSin.imageset/AppIconMrSebSin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleMrSebSin.imageset/AppIconMrSebSin.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleMrSebSin.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleMrSebSin.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleNight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleNight.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleNight.imageset/DarkDownsized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleNight.imageset/DarkDownsized.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScalePurple.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScalePurple.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScalePurple.imageset/IndigoDownsized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScalePurple.imageset/IndigoDownsized.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleSpace.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleSpace.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleSpace.imageset/Icon-mac-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleSpace.imageset/Icon-mac-512.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleTestflight.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleTestflight.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScaleTestflight.imageset/app-icon-down-testflight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScaleTestflight.imageset/app-icon-down-testflight.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScalev0.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScalev0.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/AppIconScalev0.imageset/LightDownsized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/AppIconScalev0.imageset/LightDownsized.png -------------------------------------------------------------------------------- /Assets.xcassets/AppIconsSingleScale/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/AppIconsSingleScale/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/GithubLogo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/GithubLogo.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/GithubLogo.imageset/github-mark-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/GithubLogo.imageset/github-mark-white.svg -------------------------------------------------------------------------------- /Assets.xcassets/GithubLogo.imageset/github-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/GithubLogo.imageset/github-mark.svg -------------------------------------------------------------------------------- /Assets.xcassets/KbinSymbol.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/KbinSymbol.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/KbinSymbol.imageset/Group 228.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/KbinSymbol.imageset/Group 228.png -------------------------------------------------------------------------------- /Assets.xcassets/KbinSymbolSpace.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/KbinSymbolSpace.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/KbinSymbolSpace.imageset/Group 229.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/KbinSymbolSpace.imageset/Group 229.png -------------------------------------------------------------------------------- /Assets.xcassets/LunarLogo-Dark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/LunarLogo-Dark.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/LunarLogo-Dark.imageset/Group 217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/LunarLogo-Dark.imageset/Group 217.png -------------------------------------------------------------------------------- /Assets.xcassets/LunarLogo-Dark.imageset/Group 218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/LunarLogo-Dark.imageset/Group 218.png -------------------------------------------------------------------------------- /Assets.xcassets/LunarLogo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/LunarLogo.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/LunarLogo.imageset/LunarLight 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/LunarLogo.imageset/LunarLight 1.png -------------------------------------------------------------------------------- /Assets.xcassets/LunarLogo.imageset/LunarLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/LunarLogo.imageset/LunarLight.png -------------------------------------------------------------------------------- /Assets.xcassets/MatrixLogo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/MatrixLogo.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/MatrixLogo.imageset/Group 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/MatrixLogo.imageset/Group 5.png -------------------------------------------------------------------------------- /Assets.xcassets/MatrixLogo.imageset/Group 6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/MatrixLogo.imageset/Group 6.png -------------------------------------------------------------------------------- /Assets.xcassets/WidgetBackground.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/WidgetBackground.colorset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/WidgetIcon.imageset/1024x1024 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/WidgetIcon.imageset/1024x1024 1.png -------------------------------------------------------------------------------- /Assets.xcassets/WidgetIcon.imageset/1024x1024 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/WidgetIcon.imageset/1024x1024 2.png -------------------------------------------------------------------------------- /Assets.xcassets/WidgetIcon.imageset/1024x1024 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/WidgetIcon.imageset/1024x1024 3.png -------------------------------------------------------------------------------- /Assets.xcassets/WidgetIcon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/WidgetIcon.imageset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/messageBubbleBackgroundBlue.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/messageBubbleBackgroundBlue.colorset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/messageBubbleBackgroundGray.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/messageBubbleBackgroundGray.colorset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/messageBubbleForeground.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/messageBubbleForeground.colorset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/postBackground.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/postBackground.colorset/Contents.json -------------------------------------------------------------------------------- /Assets.xcassets/postListBackground.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Assets.xcassets/postListBackground.colorset/Contents.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /DEPENDENCIES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/DEPENDENCIES.md -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Gemfile -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Gemfile.lock -------------------------------------------------------------------------------- /Images/Lunar-Features-Dashboard.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Images/Lunar-Features-Dashboard.webp -------------------------------------------------------------------------------- /Images/screenshots.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Images/screenshots.webp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/LICENSE -------------------------------------------------------------------------------- /Lunar.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Lunar.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Lunar.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Lunar.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /Lunar.xcodeproj/xcshareddata/xcschemes/Lint.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar.xcodeproj/xcshareddata/xcschemes/Lint.xcscheme -------------------------------------------------------------------------------- /Lunar.xcodeproj/xcshareddata/xcschemes/Lunar-Dev.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar.xcodeproj/xcshareddata/xcschemes/Lunar-Dev.xcscheme -------------------------------------------------------------------------------- /Lunar.xcodeproj/xcshareddata/xcschemes/Lunar.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar.xcodeproj/xcshareddata/xcschemes/Lunar.xcscheme -------------------------------------------------------------------------------- /Lunar.xcodeproj/xcshareddata/xcschemes/Unused Code Scan.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar.xcodeproj/xcshareddata/xcschemes/Unused Code Scan.xcscheme -------------------------------------------------------------------------------- /Lunar/AboutLemmyInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/AboutLemmyInfo.swift -------------------------------------------------------------------------------- /Lunar/AboutLemmyView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/AboutLemmyView.swift -------------------------------------------------------------------------------- /Lunar/Account Tab/MyUserCommentsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Account Tab/MyUserCommentsView.swift -------------------------------------------------------------------------------- /Lunar/Account Tab/MyUserPostsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Account Tab/MyUserPostsView.swift -------------------------------------------------------------------------------- /Lunar/Account Tab/MyUserView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Account Tab/MyUserView.swift -------------------------------------------------------------------------------- /Lunar/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/AppDelegate.swift -------------------------------------------------------------------------------- /Lunar/ClearCacheTest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/ClearCacheTest.swift -------------------------------------------------------------------------------- /Lunar/Comment View/CommentMetadataView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Comment View/CommentMetadataView.swift -------------------------------------------------------------------------------- /Lunar/Comment View/CommentsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Comment View/CommentsView.swift -------------------------------------------------------------------------------- /Lunar/Comment View/CommentsViewWorkaroundWarning.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Comment View/CommentsViewWorkaroundWarning.swift -------------------------------------------------------------------------------- /Lunar/Comment View/CreateCommentPopover.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Comment View/CreateCommentPopover.swift -------------------------------------------------------------------------------- /Lunar/Comment View/NestedCommentsLogic.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Comment View/NestedCommentsLogic.swift -------------------------------------------------------------------------------- /Lunar/Comment View/RecursiveComment.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Comment View/RecursiveComment.swift -------------------------------------------------------------------------------- /Lunar/Common Views/AllSymbols.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/AllSymbols.swift -------------------------------------------------------------------------------- /Lunar/Common Views/DismissButtonView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/DismissButtonView.swift -------------------------------------------------------------------------------- /Lunar/Common Views/ImagePopoverView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/ImagePopoverView.swift -------------------------------------------------------------------------------- /Lunar/Common Views/LargeNavButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/LargeNavButton.swift -------------------------------------------------------------------------------- /Lunar/Common Views/LocalImagePopoverView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/LocalImagePopoverView.swift -------------------------------------------------------------------------------- /Lunar/Common Views/NoInternetConnectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/NoInternetConnectionView.swift -------------------------------------------------------------------------------- /Lunar/Common Views/PlaceholderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/PlaceholderView.swift -------------------------------------------------------------------------------- /Lunar/Common Views/PostButtonItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/PostButtonItem.swift -------------------------------------------------------------------------------- /Lunar/Common Views/ReactionButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/ReactionButton.swift -------------------------------------------------------------------------------- /Lunar/Common Views/SmallNavButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/SmallNavButton.swift -------------------------------------------------------------------------------- /Lunar/Common Views/SortPicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Common Views/SortPicker.swift -------------------------------------------------------------------------------- /Lunar/DataModels/AccountModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/AccountModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Batch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Batch.swift -------------------------------------------------------------------------------- /Lunar/DataModels/BlockResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/BlockResponseModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Comment.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Comment.swift -------------------------------------------------------------------------------- /Lunar/DataModels/CommentModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/CommentModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/CommentObject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/CommentObject.swift -------------------------------------------------------------------------------- /Lunar/DataModels/CommentResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/CommentResponseModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Community.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Community.swift -------------------------------------------------------------------------------- /Lunar/DataModels/CommunityModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/CommunityModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/CommunityObject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/CommunityObject.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Counts.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Counts.swift -------------------------------------------------------------------------------- /Lunar/DataModels/CreatePostResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/CreatePostResponseModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/CredentialsModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/CredentialsModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/ErrorResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/ErrorResponseModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/ImageUploadResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/ImageUploadResponseModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/KbinErrorResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/KbinErrorResponseModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/KbinImage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/KbinImage.swift -------------------------------------------------------------------------------- /Lunar/DataModels/KbinMagazine.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/KbinMagazine.swift -------------------------------------------------------------------------------- /Lunar/DataModels/KbinPagination.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/KbinPagination.swift -------------------------------------------------------------------------------- /Lunar/DataModels/KbinPostObject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/KbinPostObject.swift -------------------------------------------------------------------------------- /Lunar/DataModels/KbinPostsModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/KbinPostsModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/KbinUser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/KbinUser.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Language.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Language.swift -------------------------------------------------------------------------------- /Lunar/DataModels/LocalUser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/LocalUser.swift -------------------------------------------------------------------------------- /Lunar/DataModels/LocalUserProperties.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/LocalUserProperties.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Moderates.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Moderates.swift -------------------------------------------------------------------------------- /Lunar/DataModels/MyUser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/MyUser.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Person.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Person.swift -------------------------------------------------------------------------------- /Lunar/DataModels/PersonModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/PersonModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/PersonObject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/PersonObject.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Post.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Post.swift -------------------------------------------------------------------------------- /Lunar/DataModels/PostModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/PostModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/PostObject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/PostObject.swift -------------------------------------------------------------------------------- /Lunar/DataModels/PostSiteMetadataResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/PostSiteMetadataResponseModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/PrivateMessage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/PrivateMessage.swift -------------------------------------------------------------------------------- /Lunar/DataModels/PrivateMessageModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/PrivateMessageModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/PrivateMessageObject.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/PrivateMessageObject.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Quicklink.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Quicklink.swift -------------------------------------------------------------------------------- /Lunar/DataModels/RealmCommunity.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/RealmCommunity.swift -------------------------------------------------------------------------------- /Lunar/DataModels/RealmPage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/RealmPage.swift -------------------------------------------------------------------------------- /Lunar/DataModels/RealmPost.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/RealmPost.swift -------------------------------------------------------------------------------- /Lunar/DataModels/RealmPrivateMessage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/RealmPrivateMessage.swift -------------------------------------------------------------------------------- /Lunar/DataModels/ReportPostResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/ReportPostResponseModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/SearchModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/SearchModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/Site.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/Site.swift -------------------------------------------------------------------------------- /Lunar/DataModels/SiteModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/SiteModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/SubscribeResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/SubscribeResponseModel.swift -------------------------------------------------------------------------------- /Lunar/DataModels/SubscribedState.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/SubscribedState.swift -------------------------------------------------------------------------------- /Lunar/DataModels/VoteResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/DataModels/VoteResponseModel.swift -------------------------------------------------------------------------------- /Lunar/Debugging Views/DebugAccountsPropertiesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Debugging Views/DebugAccountsPropertiesView.swift -------------------------------------------------------------------------------- /Lunar/Debugging Views/DebugLoginPagePropertiesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Debugging Views/DebugLoginPagePropertiesView.swift -------------------------------------------------------------------------------- /Lunar/Debugging Views/DebugSettingsPropertiesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Debugging Views/DebugSettingsPropertiesView.swift -------------------------------------------------------------------------------- /Lunar/Debugging Views/DebugTextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Debugging Views/DebugTextView.swift -------------------------------------------------------------------------------- /Lunar/Defaults/DataCacheHolder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Defaults/DataCacheHolder.swift -------------------------------------------------------------------------------- /Lunar/Defaults/DefaultQuicklinks.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Defaults/DefaultQuicklinks.swift -------------------------------------------------------------------------------- /Lunar/Defaults/DefaultValues.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Defaults/DefaultValues.swift -------------------------------------------------------------------------------- /Lunar/Defaults/Defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Defaults/Defaults.swift -------------------------------------------------------------------------------- /Lunar/Defaults/DevOverrides.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Defaults/DevOverrides.swift -------------------------------------------------------------------------------- /Lunar/Defaults/WelcomeScreenInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Defaults/WelcomeScreenInfo.swift -------------------------------------------------------------------------------- /Lunar/Feed Views/CommunityItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Feed Views/CommunityItem.swift -------------------------------------------------------------------------------- /Lunar/Feed Views/FeedView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Feed Views/FeedView.swift -------------------------------------------------------------------------------- /Lunar/Feed Views/GeneralCommunitiesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Feed Views/GeneralCommunitiesView.swift -------------------------------------------------------------------------------- /Lunar/Feed Views/GeneralCommunityButtonView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Feed Views/GeneralCommunityButtonView.swift -------------------------------------------------------------------------------- /Lunar/Feed Views/OfflineDownloaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Feed Views/OfflineDownloaderView.swift -------------------------------------------------------------------------------- /Lunar/Feed Views/SubscribedCommunitiesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Feed Views/SubscribedCommunitiesView.swift -------------------------------------------------------------------------------- /Lunar/Feed Views/SubscribedFeedQuicklink.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Feed Views/SubscribedFeedQuicklink.swift -------------------------------------------------------------------------------- /Lunar/Feed Views/TrendingCommunitiesSectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Feed Views/TrendingCommunitiesSectionView.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/BlockSender.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/BlockSender.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/CommentSender.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/CommentSender.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/CommentsFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/CommentsFetcher.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/CommunitiesFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/CommunitiesFetcher.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/EndpointBuilder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/EndpointBuilder.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/EndpointBuilderKbin.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/EndpointBuilderKbin.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/GenerateHeaders.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/GenerateHeaders.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/ImageSender.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/ImageSender.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/JWT.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/JWT.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/PersonFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/PersonFetcher.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/PostSender.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/PostSender.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/PostSiteMetadataFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/PostSiteMetadataFetcher.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/PostsFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/PostsFetcher.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/PrivateMessageFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/PrivateMessageFetcher.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/PulseWriter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/PulseWriter.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/RealmWriter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/RealmWriter.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/ReportSender.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/ReportSender.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/SearchFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/SearchFetcher.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/SiteInfoFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/SiteInfoFetcher.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/SubscriptionActionSender.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/SubscriptionActionSender.swift -------------------------------------------------------------------------------- /Lunar/Fetchers/VoteSender.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Fetchers/VoteSender.swift -------------------------------------------------------------------------------- /Lunar/Inbox Tab/InboxView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Inbox Tab/InboxView.swift -------------------------------------------------------------------------------- /Lunar/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Info.plist -------------------------------------------------------------------------------- /Lunar/Item.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Item.swift -------------------------------------------------------------------------------- /Lunar/Kbin/KbinNavLink.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/KbinNavLink.swift -------------------------------------------------------------------------------- /Lunar/Kbin/KbinPostsFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/KbinPostsFetcher.swift -------------------------------------------------------------------------------- /Lunar/Kbin/LegacyKbinCommentsFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/LegacyKbinCommentsFetcher.swift -------------------------------------------------------------------------------- /Lunar/Kbin/LegacyKbinCommentsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/LegacyKbinCommentsView.swift -------------------------------------------------------------------------------- /Lunar/Kbin/LegacyKbinMagazinesSectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/LegacyKbinMagazinesSectionView.swift -------------------------------------------------------------------------------- /Lunar/Kbin/LegacyKbinPostRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/LegacyKbinPostRowView.swift -------------------------------------------------------------------------------- /Lunar/Kbin/LegacyKbinThreadBodyFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/LegacyKbinThreadBodyFetcher.swift -------------------------------------------------------------------------------- /Lunar/Kbin/LegacyKbinThreadsFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/LegacyKbinThreadsFetcher.swift -------------------------------------------------------------------------------- /Lunar/Kbin/LegacyKbinThreadsModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/LegacyKbinThreadsModel.swift -------------------------------------------------------------------------------- /Lunar/Kbin/LegacyKbinThreadsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Kbin/LegacyKbinThreadsView.swift -------------------------------------------------------------------------------- /Lunar/Legacy Views/LegacyCommunitiesFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Legacy Views/LegacyCommunitiesFetcher.swift -------------------------------------------------------------------------------- /Lunar/Legacy Views/LegacyPostsFetcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Legacy Views/LegacyPostsFetcher.swift -------------------------------------------------------------------------------- /Lunar/Legacy Views/LegacyPostsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Legacy Views/LegacyPostsView.swift -------------------------------------------------------------------------------- /Lunar/Login Views/AddNewUserButtonView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Login Views/AddNewUserButtonView.swift -------------------------------------------------------------------------------- /Lunar/Login Views/LoggedInUsersListView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Login Views/LoggedInUsersListView.swift -------------------------------------------------------------------------------- /Lunar/Login Views/LoginButtonView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Login Views/LoginButtonView.swift -------------------------------------------------------------------------------- /Lunar/Login Views/LoginHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Login Views/LoginHelper.swift -------------------------------------------------------------------------------- /Lunar/Login Views/LoginView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Login Views/LoginView.swift -------------------------------------------------------------------------------- /Lunar/Login Views/LogoutAllUsersButtonView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Login Views/LogoutAllUsersButtonView.swift -------------------------------------------------------------------------------- /Lunar/Login Views/PasswordFieldView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Login Views/PasswordFieldView.swift -------------------------------------------------------------------------------- /Lunar/Login Views/TwoFactorFieldView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Login Views/TwoFactorFieldView.swift -------------------------------------------------------------------------------- /Lunar/Login Views/UsernameFieldView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Login Views/UsernameFieldView.swift -------------------------------------------------------------------------------- /Lunar/Lunar.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Lunar.entitlements -------------------------------------------------------------------------------- /Lunar/LunarAppEntryView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/LunarAppEntryView.swift -------------------------------------------------------------------------------- /Lunar/LunarDebug.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/LunarDebug.entitlements -------------------------------------------------------------------------------- /Lunar/MarkdownUIImageProvider.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/MarkdownUIImageProvider.swift -------------------------------------------------------------------------------- /Lunar/MockData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/MockData.swift -------------------------------------------------------------------------------- /Lunar/More Communities Views/ExploreCommunitiesButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/More Communities Views/ExploreCommunitiesButton.swift -------------------------------------------------------------------------------- /Lunar/More Communities Views/ExploreCommunitiesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/More Communities Views/ExploreCommunitiesView.swift -------------------------------------------------------------------------------- /Lunar/PhaseChangeActions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/PhaseChangeActions.swift -------------------------------------------------------------------------------- /Lunar/Post Views/CompactPostItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Post Views/CompactPostItem.swift -------------------------------------------------------------------------------- /Lunar/Post Views/CreatePostPopoverView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Post Views/CreatePostPopoverView.swift -------------------------------------------------------------------------------- /Lunar/Post Views/ImageUploaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Post Views/ImageUploaderView.swift -------------------------------------------------------------------------------- /Lunar/Post Views/InPostMetadataView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Post Views/InPostMetadataView.swift -------------------------------------------------------------------------------- /Lunar/Post Views/InPostThumbnailImageView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Post Views/InPostThumbnailImageView.swift -------------------------------------------------------------------------------- /Lunar/Post Views/InPostThumbnailView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Post Views/InPostThumbnailView.swift -------------------------------------------------------------------------------- /Lunar/Post Views/PostItem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Post Views/PostItem.swift -------------------------------------------------------------------------------- /Lunar/Post Views/PostsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Post Views/PostsView.swift -------------------------------------------------------------------------------- /Lunar/Post Views/URLInputViews.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Post Views/URLInputViews.swift -------------------------------------------------------------------------------- /Lunar/RealmConverter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/RealmConverter.swift -------------------------------------------------------------------------------- /Lunar/Search Views/SearchCommunitiesRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Search Views/SearchCommunitiesRowView.swift -------------------------------------------------------------------------------- /Lunar/Search Views/SearchResultsList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Search Views/SearchResultsList.swift -------------------------------------------------------------------------------- /Lunar/Search Views/SearchUsersRowView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Search Views/SearchUsersRowView.swift -------------------------------------------------------------------------------- /Lunar/Search Views/SearchView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Search Views/SearchView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/AccountItemView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/AccountItemView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/AttributionInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/AttributionInfo.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/AttributionsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/AttributionsView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/CircleFillIcons.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/CircleFillIcons.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/ColorTesterView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/ColorTesterView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/ForceAppearance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/ForceAppearance.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/HiddenPostsGuardView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/HiddenPostsGuardView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/InstanceSelectorView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/InstanceSelectorView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/ManageInstancesView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/ManageInstancesView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/RealmBrowser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/RealmBrowser.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsAccountView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsAccountView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsAdditionalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsAdditionalView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsAppIconPickerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsAppIconPickerView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsAppResetView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsAppResetView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsAppearanceView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsAppearanceView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsClearCacheView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsClearCacheView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsClearRealmView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsClearRealmView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsDevOptionsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsDevOptionsView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsHiddenOptionsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsHiddenOptionsView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsQuicklinksView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsQuicklinksView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsThemeView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsThemeView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SettingsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SettingsView.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/SymbolPicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/SymbolPicker.swift -------------------------------------------------------------------------------- /Lunar/Settings Views/UserDefaultsExplorerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Settings Views/UserDefaultsExplorerView.swift -------------------------------------------------------------------------------- /Lunar/SplashScreenView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/SplashScreenView.swift -------------------------------------------------------------------------------- /Lunar/TabContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/TabContentView.swift -------------------------------------------------------------------------------- /Lunar/Tools/Biometrics.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Biometrics.swift -------------------------------------------------------------------------------- /Lunar/Tools/ChatBubbleView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/ChatBubbleView.swift -------------------------------------------------------------------------------- /Lunar/Tools/ConditionalModifiers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/ConditionalModifiers.swift -------------------------------------------------------------------------------- /Lunar/Tools/DragabbleView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/DragabbleView.swift -------------------------------------------------------------------------------- /Lunar/Tools/ExpandableTextBox.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/ExpandableTextBox.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/ArrayExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/ArrayExtension.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/BindingNOTGate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/BindingNOTGate.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/ColorConverter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/ColorConverter.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/DictionaryExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/DictionaryExtension.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/ImageExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/ImageExtension.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/IntExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/IntExtension.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/ShareSheet.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/ShareSheet.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/StringExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/StringExtension.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/TextExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/TextExtension.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/UITextViewExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/UITextViewExtension.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/URLComponentsExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/URLComponentsExtension.swift -------------------------------------------------------------------------------- /Lunar/Tools/Extensions/ViewExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Extensions/ViewExtension.swift -------------------------------------------------------------------------------- /Lunar/Tools/IdentifierGenerators.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/IdentifierGenerators.swift -------------------------------------------------------------------------------- /Lunar/Tools/ImageDownloadManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/ImageDownloadManager.swift -------------------------------------------------------------------------------- /Lunar/Tools/InAppSafariModifier.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/InAppSafariModifier.swift -------------------------------------------------------------------------------- /Lunar/Tools/PhotoDetailView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/PhotoDetailView.swift -------------------------------------------------------------------------------- /Lunar/Tools/RealmThawFunctions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/RealmThawFunctions.swift -------------------------------------------------------------------------------- /Lunar/Tools/RegexPatterns.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/RegexPatterns.swift -------------------------------------------------------------------------------- /Lunar/Tools/RichLinks.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/RichLinks.swift -------------------------------------------------------------------------------- /Lunar/Tools/UUIDToInt.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/UUIDToInt.swift -------------------------------------------------------------------------------- /Lunar/Tools/Utilities/CheckBiometricType.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Utilities/CheckBiometricType.swift -------------------------------------------------------------------------------- /Lunar/Tools/Utilities/EncodeDecodeHelpers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Utilities/EncodeDecodeHelpers.swift -------------------------------------------------------------------------------- /Lunar/Tools/Utilities/InsertSorter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Utilities/InsertSorter.swift -------------------------------------------------------------------------------- /Lunar/Tools/Utilities/KeychainInterface.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Utilities/KeychainInterface.swift -------------------------------------------------------------------------------- /Lunar/Tools/Utilities/MailtoUtil.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Utilities/MailtoUtil.swift -------------------------------------------------------------------------------- /Lunar/Tools/Utilities/PhotoPicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Utilities/PhotoPicker.swift -------------------------------------------------------------------------------- /Lunar/Tools/Utilities/TimestampParser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Utilities/TimestampParser.swift -------------------------------------------------------------------------------- /Lunar/Tools/Utilities/URLParser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Utilities/URLParser.swift -------------------------------------------------------------------------------- /Lunar/Tools/Utilities/ValidationUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/Tools/Utilities/ValidationUtils.swift -------------------------------------------------------------------------------- /Lunar/WhatsNewInitialInfo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/WhatsNewInitialInfo.swift -------------------------------------------------------------------------------- /Lunar/WhatsNewKitData/WhatsNewKitData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/WhatsNewKitData/WhatsNewKitData.swift -------------------------------------------------------------------------------- /Lunar/WhatsNewKitData/WhatsNew_0_0_0.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/WhatsNewKitData/WhatsNew_0_0_0.swift -------------------------------------------------------------------------------- /Lunar/WhatsNewKitData/WhatsNew_2023_11.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/WhatsNewKitData/WhatsNew_2023_11.swift -------------------------------------------------------------------------------- /Lunar/WidgetLink.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Lunar/WidgetLink.swift -------------------------------------------------------------------------------- /LunarUITests/LunarUITests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/LunarUITests/LunarUITests.swift -------------------------------------------------------------------------------- /LunarUITests/LunarUITestsLaunchTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/LunarUITests/LunarUITestsLaunchTests.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/README.md -------------------------------------------------------------------------------- /Widgets/AccountWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Widgets/AccountWidget.swift -------------------------------------------------------------------------------- /Widgets/IconWidget.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Widgets/IconWidget.swift -------------------------------------------------------------------------------- /Widgets/ImageDownloadRetriever.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Widgets/ImageDownloadRetriever.swift -------------------------------------------------------------------------------- /Widgets/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Widgets/Info.plist -------------------------------------------------------------------------------- /Widgets/SupportedFamiliesExtension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Widgets/SupportedFamiliesExtension.swift -------------------------------------------------------------------------------- /Widgets/WidgetsBundle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Widgets/WidgetsBundle.swift -------------------------------------------------------------------------------- /Widgets/WidgetsExtension.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/Widgets/WidgetsExtension.entitlements -------------------------------------------------------------------------------- /chruby ruby-3.2.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/chruby ruby-3.2.2 -------------------------------------------------------------------------------- /fastlane/AppFile-template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/fastlane/AppFile-template -------------------------------------------------------------------------------- /fastlane/Fastfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/fastlane/Fastfile -------------------------------------------------------------------------------- /fastlane/Fastfile-vars-template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/fastlane/Fastfile-vars-template -------------------------------------------------------------------------------- /fastlane/Pluginfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/fastlane/Pluginfile -------------------------------------------------------------------------------- /fastlane/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/fastlane/README.md -------------------------------------------------------------------------------- /fastlane/Snapfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/fastlane/Snapfile -------------------------------------------------------------------------------- /fastlane/SnapshotHelper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mani-sh-reddy/Lunar/HEAD/fastlane/SnapshotHelper.swift --------------------------------------------------------------------------------