Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Sep 5, 2017
1 parent 5600cd4 commit a641ab3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project 'ResourceApp/ResourceApp'

abstract_target 'Shared' do

pod 'R.swift.Library', :git => '[email protected]:mac-cain13/R.swift.Library.git', :branch => 'release/4.0' # for CI builds
pod 'R.swift.Library', :git => '[email protected]:mac-cain13/R.swift.Library.git' # for CI builds
# pod 'R.swift.Library', :path => '../R.swift.Library' # for development

target 'ResourceApp' do
Expand Down
11 changes: 5 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
PODS:
- R.swift.Library (4.0.0.alpha.1)
- R.swift.Library (4.0.0.alpha.2)
- SWRevealViewController (2.3.0)

DEPENDENCIES:
- R.swift.Library (from `[email protected]:mac-cain13/R.swift.Library.git`, branch `release/4.0`)
- R.swift.Library (from `[email protected]:mac-cain13/R.swift.Library.git`)
- SWRevealViewController

EXTERNAL SOURCES:
R.swift.Library:
:branch: release/4.0
:git: [email protected]:mac-cain13/R.swift.Library.git

CHECKOUT OPTIONS:
R.swift.Library:
:commit: aa6e48ec0bc09e9a6decc8ddaba93ff3f1864ea2
:commit: 151210a33b3bceeec343719065fa6ee1916a5182
:git: [email protected]:mac-cain13/R.swift.Library.git

SPEC CHECKSUMS:
R.swift.Library: 78a07e46b37dacb23b5397b8d488c803481e4425
R.swift.Library: cb1ffb8ad84a275486e72b834e6d4bf48b59d11b
SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a

PODFILE CHECKSUM: defe84f5da983695f6fdc51c190ff82fb6bca773
PODFILE CHECKSUM: 57ee52d68f28b860809cf246049602c22acf39d2

COCOAPODS: 1.2.1
4 changes: 3 additions & 1 deletion Sources/RswiftCore/Generators/AssetSubfolders.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//
// AssetSubfolders.swift
// Spectre
// R.swift
//
// Created by Tom Lokhorst on 2017-06-06.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct ColorPaletteStructGenerator: ExternalOnlyStructGenerator {

return Struct(
availables: [],
comments: ["This `\(qualifiedName)` struct is generated, and contains static references to \(palettes.count) color palettes."],
comments: ["This `\(qualifiedName)` struct is generated, and contains static references to \(palettes.count) color palettes.", "NOTE: \(qualifiedName) is deprecated and will be removed in a future R.swift version."],
accessModifier: externalAccessLevel,
type: Type(module: .host, name: structName),
implements: [],
Expand Down
4 changes: 3 additions & 1 deletion Sources/RswiftCore/Generators/ColorStructGenerator.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//
// ColorStructGenerator.swift
// Spectre
// R.swift
//
// Created by Tom Lokhorst on 2017-06-06.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down

0 comments on commit a641ab3

Please sign in to comment.