Standardizes header format.
This commit is contained in:
parent
788aaf87e8
commit
5d677eaf91
|
|
@ -1,5 +1,5 @@
|
|||
**The MIT License**
|
||||
**Copyright (c) 2015 Krunoslav Zaher**
|
||||
**Copyright © 2015 Krunoslav Zaher**
|
||||
**All rights reserved.**
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
/* Begin PBXFileReference section */
|
||||
C81108771AF5114D001C13E4 /* Preprocessor */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Preprocessor; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C811087A1AF5114D001C13E4 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
||||
C811087A1AF5114D001C13E4 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = main.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// Preprocessor
|
||||
//
|
||||
// Created by Krunoslav Zaher on 4/22/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
@ -33,7 +33,7 @@ func processFile(path: String, outputPath: String) -> String {
|
|||
let components = content.componentsSeparatedByString("<%")
|
||||
|
||||
var functionContentComponents: [String] = []
|
||||
functionContentComponents.append("var components: [String] = [\"// This file is autogenerated.\\n// Take a look at `Preprocessor` target in RxSwift project \\n\"]\n")
|
||||
functionContentComponents.append("var components: [String] = [\"// This file is autogenerated. Take a look at `Preprocessor` target in RxSwift project \\n\"]\n")
|
||||
functionContentComponents.append("components.append(\(escape(components[0])))\n")
|
||||
|
||||
for codePlusSuffix in (components[1 ..< components.count]) {
|
||||
|
|
|
|||
|
|
@ -60,23 +60,26 @@
|
|||
<FileRef
|
||||
location = "group:automation-tests.sh">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:test-linux.sh">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:common.sh">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:/Users/kzaher/Projects/RxSwift/scripts/validate-playgrounds.sh">
|
||||
location = "group:package-swift-manager.swift">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:pre-release-tests.sh">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:validate-podspec.sh">
|
||||
location = "group:test-linux.sh">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:package-swift-manager.swift">
|
||||
location = "group:validate-headers.swift">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:validate-playgrounds.sh">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:validate-podspec.sh">
|
||||
</FileRef>
|
||||
</Group>
|
||||
<Group
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// Observable+Blocking.swift
|
||||
// ObservableConvertibleType+Blocking.swift
|
||||
// RxBlocking
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/12/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Carlos García on 8/7/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import CoreLocation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
// This file is autogenerated.
|
||||
// Take a look at `Preprocessor` target in RxSwift project
|
||||
// This file is autogenerated. Take a look at `Preprocessor` target in RxSwift project
|
||||
//
|
||||
// Driver+Operators+arity.swift
|
||||
// Rx
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// Driver+Extensions.swift
|
||||
// Driver+Subscription.swift
|
||||
// Rx
|
||||
//
|
||||
// Created by Krunoslav Zaher on 9/19/15.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/14/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/15/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 4/3/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 2/21/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS) || os(OSX)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/5/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// KVOPropertyObserver.swift
|
||||
// KVOObserver.swift
|
||||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/12/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/12/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 5/2/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/30/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 2/21/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 3/23/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Carlos García on 8/7/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import CoreLocation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 2/21/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/12/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/12/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/12/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#import "_RX.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/4/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/4/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#import "_RXDelegateProxy.h"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/11/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/11/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#import "_RXKVOObserver.h"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// RXObjCRuntime.h
|
||||
// _RXObjCRuntime.h
|
||||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/11/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// RXObjCRuntime.m
|
||||
// _RXObjCRuntime.m
|
||||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/11/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#import <pthread.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 5/17/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 5/31/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 5/17/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// NSControl+Rx.swift
|
||||
// NSSlider+Rx.swift
|
||||
// RxCocoa
|
||||
//
|
||||
// Created by Junior B. on 24/05/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 5/17/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 2/21/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/29/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/26/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// UIItemEvents.swift
|
||||
// ItemEvents.swift
|
||||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/20/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/29/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/26/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Carlos García on 8/7/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Carlos García on 8/7/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/29/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/29/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/19/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/4/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/15/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/15/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Yuta ToKoRo on 7/19/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Carlos García on 8/7/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Carlos García on 8/7/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// UIBarButtonItem.swift
|
||||
// UIBarButtonItem+Rx.swift
|
||||
// RxCocoa
|
||||
//
|
||||
// Created by Daniel Tartaglia on 5/31/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 3/28/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 4/2/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Daniel Tartaglia on 5/23/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// UIDatePicker.swift
|
||||
// UIDatePicker+Rx.swift
|
||||
// RxCocoa
|
||||
//
|
||||
// Created by Daniel Tartaglia on 5/31/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// Touches
|
||||
//
|
||||
// Created by Carlos García on 10/6/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 4/1/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 4/1/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 4/3/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 3/28/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Carlos García on 8/7/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Alexander van der Werff on 28/05/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Yuta ToKoRo on 9/1/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Carlos García on 8/7/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 4/2/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 2/21/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Yuta ToKoRo on 7/19/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 5/30/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/2/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/2/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/2/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/27/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
//
|
||||
// RxTableViewDataSource.swift
|
||||
// RxTableViewSectionedDataSource.swift
|
||||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/15/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/27/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/27/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxCocoa
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/16/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/28/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/27/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// UISectionedView+RxAnimatedDataSource.swift
|
||||
// UISectionedViewType+RxAnimatedDataSource.swift
|
||||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 11/14/15.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// Example
|
||||
//
|
||||
// Created by Krunoslav Zaher on 3/28/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Carlos García on 8/7/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Carlos García on 4/8/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// WikipediaImageSearch
|
||||
//
|
||||
// Created by carlos on 13/5/15.
|
||||
// Copyright (c) 2015 Carlos García. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Yoshinori Sano on 9/29/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// GitHubAPI.swift
|
||||
// Protocols.swift
|
||||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 12/6/15.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 4/25/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 5/19/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/2/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 7/2/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 6/8/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// SimpleValidation.swift
|
||||
// SimpleValidationViewController.swift
|
||||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 12/6/15.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by carlos on 26/5/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by carlos on 28/5/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by carlos on 28/5/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
extension String {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by carlos on 26/5/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// RxExample
|
||||
//
|
||||
// Created by carlos on 28/5/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import UIKit
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
//
|
||||
// User.swift
|
||||
// RxExample
|
||||
//
|
||||
// Created by Krunoslav Zaher on 12/29/15.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// Example
|
||||
//
|
||||
// Created by Krunoslav Zaher on 4/3/15.
|
||||
// Copyright (c) 2015 Krunoslav Zaher. All rights reserved.
|
||||
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue