Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ I18N/

# AI Assistant Configuration
CLAUDE.md
**/CustomLocalizable.strings
3 changes: 3 additions & 0 deletions AppDates/swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
strings:
inputs:
- AppDates/en.lproj
# The filter below matches .strings or .stringsdict files
# BUT excludes any file named "CustomLocalizable.strings"
filter: '^(?!.*CustomLocalizable\.strings$).*\.(?i:strings|stringsdict)$'
outputs:
- templateName: structured-swift5
params:
Expand Down
3 changes: 3 additions & 0 deletions Authorization/swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
strings:
inputs:
- Authorization/en.lproj
# The filter below matches .strings or .stringsdict files
# BUT excludes any file named "CustomLocalizable.strings"
filter: '^(?!.*CustomLocalizable\.strings$).*\.(?i:strings|stringsdict)$'
outputs:
- templateName: structured-swift5
params:
Expand Down
3 changes: 3 additions & 0 deletions Core/swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
strings:
inputs:
- Core/en.lproj
# The filter below matches .strings or .stringsdict files
# BUT excludes any file named "CustomLocalizable.strings"
filter: '^(?!.*CustomLocalizable\.strings$).*\.(?i:strings|stringsdict)$'
outputs:
- templateName: structured-swift5
params:
Expand Down
3 changes: 3 additions & 0 deletions Course/swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
strings:
inputs:
- Course/en.lproj
# The filter below matches .strings or .stringsdict files
# BUT excludes any file named "CustomLocalizable.strings"
filter: '^(?!.*CustomLocalizable\.strings$).*\.(?i:strings|stringsdict)$'
outputs:
- templateName: structured-swift5
params:
Expand Down
3 changes: 3 additions & 0 deletions Dashboard/swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
strings:
inputs:
- Dashboard/en.lproj
# The filter below matches .strings or .stringsdict files
# BUT excludes any file named "CustomLocalizable.strings"
filter: '^(?!.*CustomLocalizable\.strings$).*\.(?i:strings|stringsdict)$'
outputs:
- templateName: structured-swift5
params:
Expand Down
3 changes: 3 additions & 0 deletions Discovery/swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
strings:
inputs:
- Discovery/en.lproj
# The filter below matches .strings or .stringsdict files
# BUT excludes any file named "CustomLocalizable.strings"
filter: '^(?!.*CustomLocalizable\.strings$).*\.(?i:strings|stringsdict)$'
outputs:
- templateName: structured-swift5
params:
Expand Down
3 changes: 3 additions & 0 deletions Discussion/swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
strings:
inputs:
- Discussion/en.lproj
# The filter below matches .strings or .stringsdict files
# BUT excludes any file named "CustomLocalizable.strings"
filter: '^(?!.*CustomLocalizable\.strings$).*\.(?i:strings|stringsdict)$'
outputs:
- templateName: structured-swift5
params:
Expand Down
3 changes: 3 additions & 0 deletions Downloads/swiftgen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
strings:
inputs:
- Downloads/en.lproj
# The filter below matches .strings or .stringsdict files
# BUT excludes any file named "CustomLocalizable.strings"
filter: '^(?!.*CustomLocalizable\.strings$).*\.(?i:strings|stringsdict)$'
outputs:
- templateName: structured-swift5
params:
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source "https://rubygems.org"

gem "abbrev"
gem "base64"
gem "mutex_m"
gem "fastlane"
gem "xcode-install"
Loading
Loading