Norio Nomura
|
fbfc437aeb
|
minor change on .travis.yml
|
2015-02-19 21:20:50 +09:00 |
Norio Nomura
|
e5b1ce2004
|
"ONLY_ACTIVE_ARCH = YES;" on Debug for silencing newer Xcode warning
|
2015-02-16 10:27:08 +09:00 |
Norio Nomura
|
8a9ad77911
|
Specify xcconfigs version is "0.7.1"
|
2015-02-15 16:08:58 +09:00 |
Norio Nomura
|
2dfdfd6221
|
Move xcconfigs into Cartfile.private
It will be hidden from runtime dependency
|
2015-02-15 15:58:49 +09:00 |
Norio Nomura
|
5d01390789
|
Deploy prebuilt framework from Travis-CI to GitHub Release
|
2015-02-14 12:50:49 +09:00 |
Norio Nomura
|
cbb9c05906
|
Refactor around `String.nulTerminatedUTF8.withUnsafeBufferPointer()`
|
2015-02-13 11:10:27 +09:00 |
Norio Nomura
|
d9526249c2
|
Expose `uppercase` option of `base16Encode()`
|
2015-02-13 11:07:54 +09:00 |
Norio Nomura
|
66ada9fec9
|
Remove iOS version from test destinations.
|
2015-02-13 10:59:16 +09:00 |
Norio Nomura
|
7a205a3e1e
|
bundle update
|
2015-02-09 15:43:46 +09:00 |
Norio Nomura
|
dc2e5d350f
|
Checkout xcconfigs using `carthage update --use-submodules`
|
2015-02-09 15:42:39 +09:00 |
Norio Nomura
|
8a80241707
|
Distill measuring of SecEncodeTransformTests
|
2015-02-08 08:36:31 +09:00 |
Norio Nomura
|
42edf2bb7a
|
Merge pull request #3 from norio-nomura/refactor
Refactor
|
2015-02-07 21:04:46 +09:00 |
Norio Nomura
|
657b546452
|
Using `xcpretty` from my forked branch.
|
2015-02-07 20:33:38 +09:00 |
Norio Nomura
|
f1e0d7192c
|
Change scheme "SecEncodeTransformTests" containing Base32 tests
It can measuring SecTransform and Base32.framework by running this test only.
|
2015-02-07 20:32:34 +09:00 |
Norio Nomura
|
49da3b079a
|
Add Base16 functions and extensions
|
2015-02-07 16:53:45 +09:00 |
Norio Nomura
|
fcda45cc98
|
Rename tests
|
2015-02-07 16:53:45 +09:00 |
Norio Nomura
|
702255419e
|
Tests doesn't need measure converting to NSData
|
2015-02-07 16:53:45 +09:00 |
Norio Nomura
|
49155c06e2
|
Fix iOS Simulator test failing.
|
2015-02-07 16:53:32 +09:00 |
Norio Nomura
|
c7ea12d09e
|
Change tests to using `dataUsingUTF8StringEncoding`
|
2015-02-07 16:26:29 +09:00 |
Norio Nomura
|
fe15081f44
|
Encoding never fail.
|
2015-02-07 15:29:29 +09:00 |
Norio Nomura
|
97120af602
|
Setting "APPLICATION_EXTENSION_API_ONLY" changed from project to targets
|
2015-02-06 17:08:49 +09:00 |
Norio Nomura
|
63f0273f93
|
Merge pull request #2 from norio-nomura/APPLICATION_EXTENSION_API_ONLY=YES
APPLICATION_EXTENSION_API_ONLY = YES
|
2015-02-03 19:54:55 +09:00 |
Norio Nomura
|
8ce2c972b5
|
APPLICATION_EXTENSION_API_ONLY = YES
|
2015-02-03 19:47:11 +09:00 |
Norio Nomura
|
67b037747b
|
Merge branch 'refactor'
* refactor:
Remove `t.build_dir = 'build'` from Rakefile
Fix test name
|
2015-01-31 10:54:09 +09:00 |
Norio Nomura
|
6c91607821
|
Merge pull request #1 from norio-nomura/accept-string-without-padding
Accept string without "=" padding
|
2015-01-31 10:53:00 +09:00 |
Norio Nomura
|
cd5bd20404
|
Accept string without "=" padding
|
2015-01-31 10:46:57 +09:00 |
Norio Nomura
|
27af0aa159
|
Remove `t.build_dir = 'build'` from Rakefile
|
2015-01-27 18:39:08 +09:00 |
Norio Nomura
|
8166703b0e
|
Fix test name
|
2015-01-27 18:15:21 +09:00 |
Norio Nomura
|
002c67b893
|
Add some badges to README.md
|
2015-01-27 17:55:51 +09:00 |
Norio Nomura
|
46f7ecd57b
|
Remove comment from Gemfile.
|
2015-01-26 15:11:28 +09:00 |
Norio Nomura
|
aa696863a7
|
Change "OS X Deployment Target" from 10.10 to 10.9
Travis CI uses 10.9.5
|
2015-01-26 11:23:20 +09:00 |
Norio Nomura
|
19826812f2
|
Enable test:SecEncodeTransformTests on Travis CI
|
2015-01-26 00:55:28 +09:00 |
Norio Nomura
|
ff63715d07
|
Change SecEncodeTransformTests to use functions from TransformerKit
|
2015-01-26 00:53:52 +09:00 |
Norio Nomura
|
f139a80890
|
Fix missing header on Base32-iOS target.
|
2015-01-25 23:54:41 +09:00 |
Norio Nomura
|
1fa4ad5613
|
Change codesign setting
|
2015-01-25 23:12:48 +09:00 |
Norio Nomura
|
2d42764b61
|
Remove empty groups
|
2015-01-25 22:50:50 +09:00 |
Norio Nomura
|
6dfcdc9fad
|
Disable test:SecEncodeTransformTests on Travis CI
|
2015-01-25 22:40:29 +09:00 |
Norio Nomura
|
6b00d711b1
|
Version 0.1.0
|
2015-01-25 21:44:56 +09:00 |
Norio Nomura
|
2163ee2f29
|
Initial Commit
|
2015-01-25 21:21:46 +09:00 |