Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Remove ChouTi subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
honghaoz committed May 13, 2019
1 parent fb2af13 commit 19bcf8d
Show file tree
Hide file tree
Showing 464 changed files with 24 additions and 2,528 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Notes/* linguist-documentation
ChouTi/Pods/* linguist-vendored
Pods/* linguist-vendored
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ DerivedData
*.ipa
*.xcuserstate

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# **/Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Expand All @@ -40,4 +32,4 @@ DerivedData
Carthage/Build

# Bundle
ChouTi/Vendor/bundle
Vendor/bundle
File renamed without changes.
6 changes: 3 additions & 3 deletions .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

# format options
--decimalgrouping none
--header "Copyright © {year} Editor. All rights reserved."
--header "Copyright © {year} ChouTi. All rights reserved."
--hexgrouping none
--importgrouping testable-bottom
--indent 2
--indent 4
--octalgrouping none
--ranges nospace
--self init-only

# file options
--exclude Package.swift, Submodules, Pods
--exclude Package.swift, Submodules, Pods, Sources/CodeSnippets
3 changes: 3 additions & 0 deletions ChouTi/.swiftlint.yml → .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ opt_in_rules:
- untyped_error_in_catch
- unused_import
- unused_private_declaration
- valid_docs
- vertical_parameter_alignment_on_call
- yoda_condition
- nslocalizedstring_require_bundle

disabled_rules:
- cyclomatic_complexity
Expand Down Expand Up @@ -87,6 +89,7 @@ excluded:
- Carthage
- Pods
- Sources/CodeSnippets
- Tests

line_length:
warning: 180
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: swift
osx_image: xcode10.1
env:
global:
- PROJECT_DIR="./ChouTi"
- PROJECT_DIR="."
- WORKSPACE="ChouTi.xcworkspace"
- IOS_FRAMEWORK_SCHEME="ChouTi iOS"
- IOS_EXAMPLE_SCHEME="ChouTi Example iOS"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright © 2019 ChouTi. All rights reserved.

import ChouTi
import UIKit

class Issue_IncorrectTableViewCellContentViewWidth: UIViewController {
let cell = UITableViewCell()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright © 2019 ChouTi. All rights reserved.

import ChouTi
import UIKit

class Issue_PreservesSuperviewLayoutMargins: UIViewController {
private let containerView = LayoutMarginView()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2019 ChouTi. All rights reserved.

import ChouTi
import Foundation
import UIKit

class MainViewController: UIViewController {
let tableView = UITableView(frame: .zero, style: .grouped)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2019 ChouTi. All rights reserved.

import ChouTi
import Foundation
import UIKit

class UIImage_AnimatingImagesDemoViewController: UIViewController {
let bearImageView = UIImageView()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2019 ChouTi. All rights reserved.

import ChouTi
import Foundation
import UIKit

class UIImage_CroppedImageDemoViewController: UIViewController {
let sourceImage = UIImage(named: "bear1")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2019 ChouTi. All rights reserved.

import ChouTi
import Foundation
import UIKit

class ViewControllersSection: NSObject, TableViewSectionType {
var headerTitle: String? = "View Controller Containers"
Expand Down
5 changes: 0 additions & 5 deletions ChouTi/.swiftformat

This file was deleted.

2,248 changes: 0 additions & 2,248 deletions ChouTi/ChouTi.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions ChouTi/ChouTi.xcodeproj/xcshareddata/IDETemplateMacros.plist

This file was deleted.

This file was deleted.

110 changes: 0 additions & 110 deletions ChouTi/ChouTi.xcodeproj/xcshareddata/xcschemes/ChouTi iOS.xcscheme

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions ChouTi/Gemfile.lock → Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.6.0.beta.2)
cocoapods
colorize
rake
xcpretty

BUNDLED WITH
1.16.2
1.16.4
Loading

0 comments on commit 19bcf8d

Please sign in to comment.