Skip to content

Commit

Permalink
Check-in CocoaPods and ad license ready to merge into master.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyerc committed Dec 20, 2017
1 parent 8638dbc commit 3047588
Show file tree
Hide file tree
Showing 275 changed files with 43,641 additions and 193 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,4 @@ Carthage/Build
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output

Pods
fastlane/test_output
24 changes: 17 additions & 7 deletions Doughnut/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// AppDelegate.swift
// Doughnut
//
// Created by Chris Dyer on 22/09/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Cocoa
import MASPreferences
Expand Down
24 changes: 17 additions & 7 deletions Doughnut/DoughnutApp.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// DoughnutApp.swift
// Doughnut
//
// Created by Chris Dyer on 19/10/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Cocoa

Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Library/DownloadManager.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// Download.swift
// Doughnut
//
// Created by Chris Dyer on 10/10/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Foundation
import AVFoundation
Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Library/Episode.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// Episode.swift
// Doughnut
//
// Created by Chris Dyer on 29/09/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Foundation
import AVFoundation
Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Library/Library.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// Library.swift
// Doughnut
//
// Created by Chris Dyer on 27/09/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Foundation
import FeedKit
Expand Down
26 changes: 18 additions & 8 deletions Doughnut/Library/MarkupGenerator.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
//
// MarkupGenerator.swift
// Doughnut
//
// Created by Chris Dyer on 16/10/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//

/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Foundation

class MarkupGenerator {
Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Library/Migrations.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// Migrations.swift
// Doughnut
//
// Created by Chris Dyer on 27/09/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Foundation
import GRDB
Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Library/Podcast.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// Podcast.swift
// Doughnut
//
// Created by Chris Dyer on 28/09/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Foundation
import GRDB
Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Library/Utils.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// Utils.swift
// Doughnut
//
// Created by Chris Dyer on 15/10/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Foundation

Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Player.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// Player.swift
// Doughnut
//
// Created by Chris Dyer on 01/10/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Cocoa
import AVFoundation
Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Preference/PrefLibraryViewController.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// PrefGeneralViewController.swift
// Doughnut
//
// Created by Chris Dyer on 16/10/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Cocoa
import MASPreferences
Expand Down
24 changes: 17 additions & 7 deletions Doughnut/Preference/Preference.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// Preference.swift
// Doughnut
//
// Created by Chris Dyer on 27/09/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Cocoa

Expand Down
24 changes: 17 additions & 7 deletions Doughnut/View Controllers/DetailViewController.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
//
// DetailViewController.swift
// Doughnut
//
// Created by Chris Dyer on 23/09/2017.
// Copyright © 2017 Chris Dyer. All rights reserved.
//
/*
* Doughnut Podcast Client
* Copyright (C) 2017 Chris Dyer
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

import Cocoa
import WebKit
Expand Down
Loading

0 comments on commit 3047588

Please sign in to comment.