Skip to content

Commit

Permalink
fix #200
Browse files Browse the repository at this point in the history
  • Loading branch information
Jintin committed Apr 15, 2019
1 parent c1829f6 commit 7674c4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Extension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>1.6</string>
<string>1.6.1</string>
<key>CFBundleVersion</key>
<string>18</string>
<string>19</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down
2 changes: 1 addition & 1 deletion Parser/Parser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ extension SwiftParser {
checkInCase = true
indent.inCase = true
indent.count -= 1
} else if isNext(word: "default") {
} else if isNext(word: "default") || isNext(word: "@unknown") {
indent.extra -= 1
}
}
Expand Down
1 change: 1 addition & 0 deletions Swimat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
Base,
);
Expand Down
4 changes: 2 additions & 2 deletions Swimat/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.6</string>
<string>1.6.1</string>
<key>CFBundleVersion</key>
<string>18</string>
<string>19</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 7674c4c

Please sign in to comment.