112 Commits

Author SHA1 Message Date
Mathijs Kadijk
60f2486718 Upgrade to cocoapods 1.0.0 2016-05-17 09:06:12 +02:00
Mathijs Kadijk
b002e7c80b Merge branch 'master' into bugfix/escape-crlf 2016-05-06 23:00:22 +02:00
Mathijs Kadijk
97529a9c96 Merge branch 'master' into feature/fastlane 2016-05-06 20:51:30 +02:00
Mathijs Kadijk
e6f86ccb21 Fastlane setup 2016-05-06 18:14:51 +02:00
Tom Lokhorst
6b758f10cd Correctly escape CR+LF in R.string 2016-05-05 22:09:04 +02:00
Tom Lokhorst
5dbdfaad20 Updated unit tests with stringdict tests 2016-05-01 23:22:06 +02:00
Tom Lokhorst
9e4b629e9d Improved string param parsing from stringsdict 2016-05-01 23:02:16 +02:00
Tom Lokhorst
9fb11a9e7b Merge branch 'master' into feature/stringsdict 2016-04-30 12:17:08 +02:00
Mathijs Kadijk
fed6609481 Merge branch 'master' into feature/strings
# Conflicts:
#	ResourceApp/ResourceApp.xcodeproj/project.pbxproj
2016-04-28 22:02:26 +02:00
Tom Lokhorst
049098e454 Add Generic.stringsdict examples 2016-04-28 16:43:26 +02:00
Mathijs Kadijk
ea783c89b6 Merge pull request #194 from mac-cain13/feature/relative-to-project
Update to newest Xcode.swift
2016-04-28 08:46:04 +02:00
Tom Lokhorst
a4e0e88dad Project wide indentation settings 2016-04-27 22:50:49 +02:00
Tom Lokhorst
149eeea7f6 Add testcase for groups relative to project 2016-04-27 20:11:30 +02:00
Tom Lokhorst
091648dd95 Work on generating parameter names for stringsdict 2016-04-25 16:32:23 +02:00
Tom Lokhorst
633dc9349b Fix stringsdict tests 2016-04-24 22:42:13 +02:00
Tom Lokhorst
f85d5044a7 Add stringsdict files 2016-04-24 13:37:55 +02:00
Tom Lokhorst
a5279fff49 Handle weird keys in localization 2016-04-21 08:49:37 +02:00
Tom Lokhorst
463d7491be Add quotes around duplicate names 2016-04-20 23:15:52 +02:00
Tom Lokhorst
b8c0189c83 Warnings about incompatible format specifiers 2016-04-20 22:30:34 +02:00
Tom Lokhorst
b2e3435971 Split out format specifiers 2016-04-20 08:14:05 +02:00
Tom Lokhorst
86cb234c9e Base special case for R.string 2016-04-18 15:25:40 +02:00
Tom Lokhorst
45cbfedcaf Support tableName for localized strings 2016-04-17 23:28:30 +02:00
Tom Lokhorst
655a729a24 Move duplication/missing string key checking from Strings resource to StringsGenerator 2016-04-17 17:42:47 +02:00
Tom Lokhorst
a073b5a80b Updated example of duplicate key 2016-04-16 16:25:11 +02:00
Tom Lokhorst
eb2064df84 Merge branch 'master' into renrawnalon/master 2016-04-12 20:51:41 +02:00
Tom Lokhorst
4642c1f8c1 Add keywords examples to ResourceApp 2016-03-31 21:03:07 +02:00
Mathijs Kadijk
0568eb78f4 Correct build scheme and tests for tvOS target 2016-03-28 15:58:47 +02:00
Carl Hill-Popper
9f8d9e7f33 Add tvOS sample project to test image stack assets 2016-03-27 17:10:07 -05:00
Carl Hill-Popper
e43828c56a Remove old Framework search path from test target
$(SDKROOT)/Developer/Library/Frameworks is no longer needed as a Framwork search path and causes warnings
2016-03-24 13:13:36 -05:00
Nolan Warner
4661f41c2a Merge remote-tracking branch 'mac-cain13/master' 2016-03-17 11:11:16 +09:00
Mathijs Kadijk
d189242cda Fix warningtest by adding color warning to the set 2016-03-16 21:25:13 +01:00
Tom Lokhorst
0f3d323a91 Fix broken test 2016-03-16 19:56:41 +01:00
Tom Lokhorst
8d0d0a442e Add example of duplicate color identifiers 2016-03-16 19:15:20 +01:00
Nolan Warner
d411054e25 Add Tests 2016-03-15 18:36:45 +09:00
Nolan Warner
2dc0f5c644 Add Localizable.strings files to resource app 2016-03-15 18:36:45 +09:00
Tom Lokhorst
38993a4d95 Update color palette example 2016-03-14 23:53:37 +01:00
Tom Lokhorst
f9bd7ef82e Add tests 2016-03-14 10:11:02 +01:00
Tom Lokhorst
1db0703e1c Merge branch 'master' into feature/colors 2016-03-14 10:00:54 +01:00
Mathijs Kadijk
6f21d0fa34 Fix tests, add new warning fix code that broke one 2016-03-14 08:26:28 +01:00
Tom Lokhorst
44ff1bff8a Merge branch 'master' into feature/colors 2016-03-14 08:17:42 +01:00
Tom Lokhorst
2e9a53ac44 Merge branch 'master' into feature/whitespace-identifier 2016-03-14 08:05:55 +01:00
Mathijs Kadijk
82ed5cb08c Fix test that used the removed String FileResource 2016-03-13 16:15:21 +01:00
Tom Lokhorst
7e1e55ff9e Add whitespace identifier example 2016-03-11 12:22:37 +01:00
Tom Lokhorst
6610764f70 Add clr test file 2016-03-11 11:17:54 +01:00
Mathijs Kadijk
551b1f59f9 Make nib firstView respect default class
This sould fix #170
2016-03-09 08:47:41 +01:00
Mathijs Kadijk
52bf01e766 Merge pull request #163 from tomasharkema/master
add the UICollectionReusableView to the set nog NIB types
2016-02-08 21:20:14 +01:00
Tomas Harkema
a72bb6f068 added functional test for reusable views 2016-02-08 13:50:12 +01:00
Tomas Harkema
9af80b04fa add the UICollectionReusableView to the set nog NIB types 2016-02-08 13:38:43 +01:00
Mathijs Kadijk
4554cca3aa Touch all xib/storyboards with new Xcode 2016-02-06 15:36:32 +01:00
Mathijs Kadijk
c034d11b3c Merge branch 'master' into feature/unwind-segues
# Conflicts:
#	R.swift/ResourceTypes/Storyboard.swift
2016-01-18 18:32:14 +01:00