Skip to content

Commit

Permalink
Fixed wildcards in exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Aug 17, 2016
1 parent 84836e5 commit 570dc14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc_jazzy_features/after/execution_output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
COCOAPODS_SKIP_UPDATE_MESSAGE=TRUE JAZZY_FAKE_DATE=YYYY-MM-DD JAZZY_FAKE_VERSION=X.X.X JAZZY_INTEGRATION_SPECS=TRUE ruby ROOT/bin/jazzy 2>&1
Using config file ROOT/tmp/misc_jazzy_features/.jazzy.yaml
Running xcodebuild
Parsing Classes.swift (1/1)
Parsing Ignored.swift (1/2)
Parsing Classes.swift (2/2)
building site
jam out ♪♫ to your fresh new docs in `docs`
1 change: 1 addition & 0 deletions misc_jazzy_features/before/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ abstract: Sections/*.md
xcodebuild_arguments:
- '-dry-run'
theme: fullwidth
exclude: "*gnor*"

custom_categories:
- name: Guides
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
objects = {

/* Begin PBXBuildFile section */
DAC0B3791D64236300D25C44 /* Ignored.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC0B3781D64236300D25C44 /* Ignored.swift */; };
E87420B91A02D0E1009F74E1 /* MiscJazzyFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = E87420B81A02D0E1009F74E1 /* MiscJazzyFeatures.h */; settings = {ATTRIBUTES = (Public, ); }; };
E87420D01A02D125009F74E1 /* Classes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E87420CF1A02D125009F74E1 /* Classes.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
DAC0B3781D64236300D25C44 /* Ignored.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Ignored.swift; sourceTree = "<group>"; };
E87420B31A02D0E1009F74E1 /* MiscJazzyFeatures.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MiscJazzyFeatures.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E87420B71A02D0E1009F74E1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E87420B81A02D0E1009F74E1 /* MiscJazzyFeatures.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MiscJazzyFeatures.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -50,6 +52,7 @@
children = (
E87420B81A02D0E1009F74E1 /* MiscJazzyFeatures.h */,
E87420CF1A02D125009F74E1 /* Classes.swift */,
DAC0B3781D64236300D25C44 /* Ignored.swift */,
E87420B61A02D0E1009F74E1 /* Supporting Files */,
);
path = MiscJazzyFeatures;
Expand Down Expand Up @@ -101,6 +104,7 @@
E87420AA1A02D0E1009F74E1 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0730;
LastUpgradeCheck = 0610;
ORGANIZATIONNAME = Realm;
TargetAttributes = {
Expand Down Expand Up @@ -141,6 +145,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DAC0B3791D64236300D25C44 /* Ignored.swift in Sources */,
E87420D01A02D125009F74E1 /* Classes.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
1 change: 1 addition & 0 deletions misc_jazzy_features/before/MiscJazzyFeatures/Ignored.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
class ThisWholeFileShouldBeIgnored { }

0 comments on commit 570dc14

Please sign in to comment.