Skip to content

Commit 90ca801

Browse files
committed
replace copyright;update the remote URL
1 parent dec12e1 commit 90ca801

28 files changed

+47
-48
lines changed

Example/RxIGListKit/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RxIGListKit
44
//
55
// Created by Bruce-pac on 02/27/2019.
6-
// Copyright (c) 2019 Bruce-pac. All rights reserved.
6+
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

Example/RxIGListKit/Base.lproj/LaunchScreen.xib

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
9-
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
109
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1110
</dependencies>
1211
<objects>
@@ -16,14 +15,14 @@
1615
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1716
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1817
<subviews>
19-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 CocoaPods. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
20-
<rect key="frame" x="20" y="439" width="441" height="21"/>
18+
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 RxSwiftCommunity. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
19+
<rect key="frame" x="20" y="439" width="440" height="21"/>
2120
<fontDescription key="fontDescription" type="system" pointSize="17"/>
2221
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
2322
<nil key="highlightedColor"/>
2423
</label>
2524
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="RxIGListKit" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
26-
<rect key="frame" x="20" y="140" width="441" height="43"/>
25+
<rect key="frame" x="20" y="139.5" width="440" height="43"/>
2726
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
2827
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
2928
<nil key="highlightedColor"/>

Example/RxIGListKit/CenterItem.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// CenterItem.swift
33
// RxIGListKit_Example
44
//
5-
// Created by gxy on 2019/3/25.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
5+
// Created by Bruce-pac on 2019/3/25.
6+
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
77
//
88

99
import Foundation

Example/RxIGListKit/EmptyViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// EmptyViewController.swift
33
// RxIGListKit_Example
44
//
5-
// Created by gxy on 2019/4/5.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
5+
// Created by Bruce-pac on 2019/4/5.
6+
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
77
//
88

99
import IGListKit

Example/RxIGListKit/Feed.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Feed.swift
33
// RxIGListKit_Example
44
//
5-
// Created by gxy on 2019/3/24.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
5+
// Created by Bruce-pac on 2019/3/24.
6+
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
77
//
88

99
import Foundation

Example/RxIGListKit/FeedCell.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// FeedCell.swift
33
// RxIGListKit_Example
44
//
5-
// Created by gxy on 2019/3/24.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
5+
// Created by Bruce-pac on 2019/3/24.
6+
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

Example/RxIGListKit/FeedSectionController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// FeedSectionController.swift
33
// RxIGListKit_Example
44
//
5-
// Created by gxy on 2019/3/30.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
5+
// Created by Bruce-pac on 2019/3/30.
6+
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
77
//
88

99
import Foundation

Example/RxIGListKit/LabelCell.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// LabelCell.swift
33
// RxIGListKit_Example
44
//
5-
// Created by gxy on 2019/4/4.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
5+
// Created by Bruce-pac on 2019/4/4.
6+
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
77
//
88

99
import IGListKit

Example/RxIGListKit/LabelSectionController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// LabelSectionController.swift
33
// RxIGListKit_Example
44
//
5-
// Created by gxy on 2019/4/4.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
5+
// Created by Bruce-pac on 2019/4/4.
6+
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
77
//
88

99
import UIKit

Example/RxIGListKit/MixedDataViewController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// MixedDataViewController.swift
33
// RxIGListKit_Example
44
//
5-
// Created by gxy on 2019/4/4.
6-
// Copyright © 2019 CocoaPods. All rights reserved.
5+
// Created by Bruce-pac on 2019/4/4.
6+
// Copyright © 2019 RxSwiftCommunity. All rights reserved.
77
//
88

99
import IGListKit

0 commit comments

Comments
 (0)