Skip to content

Commit d1ac41c

Browse files
BenBen
authored andcommitted
Merge branch 'release/1.2.0'
2 parents e9d37e9 + 4525361 commit d1ac41c

File tree

21 files changed

+121
-44
lines changed

21 files changed

+121
-44
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ xcuserdata
2222
*.moved-aside
2323
*.xcuserstate
2424
*.xcscmblueprint
25+
docs
2526

2627
## Obj-C/Swift specific
2728
*.hmap

.jazzy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
clean: true
2+
author: polydice
3+
author_url: https://github.com/polydice
4+
github_url: https://github.com/polydice/ICInputAccessory
5+
github_file_prefix: https://github.com/polydice/ICInputAccessory/blob/develop
6+
xcodebuild_arguments: [-scheme, ICInputAccessory-iOS]
7+
module: ICInputAccessory
8+
module_version: 1.2.0
9+
output: docs/output
10+
theme: fullwidth

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
language: objective-c
2-
osx_image: xcode7.3
3-
env:
4-
matrix:
5-
- VERSION=8.4
6-
- VERSION=latest
2+
osx_image: xcode8
3+
matrix:
4+
include:
5+
- env: BUILD=9.3
6+
script: bundle exec rake ci:build[9.3]
7+
- env: BUILD=latest
8+
script: bundle exec rake ci:build[latest]
9+
- env: BUILD=carthage
10+
script: make carthage
11+
after_script:
12+
- make documentation
713
cache:
814
bundler: true
915
directories:
@@ -15,8 +21,6 @@ install:
1521
- make install
1622
before_script:
1723
- xcodebuild -workspace ICInputAccessory.xcworkspace -list
18-
script:
19-
- bundle exec rake ci:build[$VERSION]
2024
notifications:
2125
email: false
2226
slack:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.2.0
2+
3+
#### Changes
4+
5+
* Swift 2.3
6+
17
## v1.1.0
28

39
#### Changes

Example/Example.xcodeproj/project.pbxproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@
164164
buildConfigurationList = B5E9F90D1C8D3B6E00443DC7 /* Build configuration list for PBXNativeTarget "Example" */;
165165
buildPhases = (
166166
96705876C946719953BCD0C6 /* [CP] Check Pods Manifest.lock */,
167+
B5C50ADD1C917F4A0059032B /* Swift Lint */,
167168
B5E9F8F71C8D3B6E00443DC7 /* Sources */,
168169
B5E9F8F81C8D3B6E00443DC7 /* Frameworks */,
169170
B5E9F8F91C8D3B6E00443DC7 /* Resources */,
170171
CAB3B20531AAE2438C48D751 /* [CP] Embed Pods Frameworks */,
171172
7B2FB96C7361D5883F3ADD14 /* [CP] Copy Pods Resources */,
172-
B5C50ADD1C917F4A0059032B /* Swift Lint */,
173173
);
174174
buildRules = (
175175
);
@@ -192,10 +192,12 @@
192192
TargetAttributes = {
193193
B548C5C11C8E91B0009D5AEE = {
194194
CreatedOnToolsVersion = 7.2.1;
195+
LastSwiftMigration = 0800;
195196
TestTargetID = B5E9F8FA1C8D3B6E00443DC7;
196197
};
197198
B5E9F8FA1C8D3B6E00443DC7 = {
198199
CreatedOnToolsVersion = 7.2.1;
200+
LastSwiftMigration = 0800;
199201
};
200202
};
201203
};
@@ -361,6 +363,7 @@
361363
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
362364
PRODUCT_BUNDLE_IDENTIFIER = com.polydice.ICInputAccessoryUITests;
363365
PRODUCT_NAME = "$(TARGET_NAME)";
366+
SWIFT_VERSION = 2.3;
364367
TEST_TARGET_NAME = Example;
365368
USES_XCTRUNNER = YES;
366369
};
@@ -373,6 +376,7 @@
373376
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
374377
PRODUCT_BUNDLE_IDENTIFIER = com.polydice.ICInputAccessoryUITests;
375378
PRODUCT_NAME = "$(TARGET_NAME)";
379+
SWIFT_VERSION = 2.3;
376380
TEST_TARGET_NAME = Example;
377381
USES_XCTRUNNER = YES;
378382
};
@@ -395,7 +399,7 @@
395399
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
396400
CLANG_WARN_UNREACHABLE_CODE = YES;
397401
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
398-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
402+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
399403
COPY_PHASE_STRIP = NO;
400404
DEBUG_INFORMATION_FORMAT = dwarf;
401405
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -439,7 +443,7 @@
439443
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
440444
CLANG_WARN_UNREACHABLE_CODE = YES;
441445
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
442-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
446+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
443447
COPY_PHASE_STRIP = NO;
444448
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
445449
ENABLE_NS_ASSERTIONS = NO;
@@ -469,6 +473,7 @@
469473
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
470474
PRODUCT_BUNDLE_IDENTIFIER = com.polydice.ICInputAccessoryExample;
471475
PRODUCT_NAME = "$(TARGET_NAME)";
476+
SWIFT_VERSION = 2.3;
472477
TARGETED_DEVICE_FAMILY = "1,2";
473478
};
474479
name = Debug;
@@ -483,6 +488,7 @@
483488
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
484489
PRODUCT_BUNDLE_IDENTIFIER = com.polydice.ICInputAccessoryExample;
485490
PRODUCT_NAME = "$(TARGET_NAME)";
491+
SWIFT_VERSION = 2.3;
486492
TARGETED_DEVICE_FAMILY = "1,2";
487493
};
488494
name = Release;

Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0720"
3+
LastUpgradeVersion = "0800"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

Example/Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.0</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Example/ICInputAccessoryUITests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.0</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source "http://rubygems.org"
22
ruby "2.3.1"
33

44
gem "cocoapods", "~> 1.0.0"
5+
gem "jazzy", "~> 0.7.0"
56
gem "pry"
67
gem "rake"
78
gem "xcpretty"

Gemfile.lock

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (5.0.0)
4+
activesupport (5.0.0.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
@@ -28,8 +28,8 @@ GEM
2828
activesupport (>= 4.0.2)
2929
fuzzy_match (~> 2.0.4)
3030
nap (~> 1.0)
31-
cocoapods-deintegrate (1.0.0)
32-
cocoapods-downloader (1.1.0)
31+
cocoapods-deintegrate (1.0.1)
32+
cocoapods-downloader (1.1.1)
3333
cocoapods-plugins (1.0.0)
3434
nap
3535
cocoapods-search (1.0.0)
@@ -45,22 +45,39 @@ GEM
4545
fourflusher (0.3.2)
4646
fuzzy_match (2.0.4)
4747
i18n (0.7.0)
48+
jazzy (0.7.2)
49+
cocoapods (~> 1.0)
50+
mustache (~> 0.99)
51+
open4
52+
redcarpet (~> 3.2)
53+
rouge (~> 1.5)
54+
sass (~> 3.4)
55+
sqlite3 (~> 1.3)
56+
xcinvoke (~> 0.2.1)
57+
liferaft (0.0.4)
4858
method_source (0.8.2)
4959
minitest (5.9.0)
5060
molinillo (0.4.5)
61+
mustache (0.99.8)
5162
nap (1.1.0)
5263
netrc (0.7.8)
64+
open4 (1.3.4)
5365
pry (0.10.4)
5466
coderay (~> 1.1.0)
5567
method_source (~> 0.8.1)
5668
slop (~> 3.4)
5769
rake (11.2.2)
70+
redcarpet (3.3.4)
5871
rouge (1.11.1)
72+
sass (3.4.22)
5973
slop (3.6.0)
74+
sqlite3 (1.3.11)
6075
thread_safe (0.3.5)
6176
tzinfo (1.2.2)
6277
thread_safe (~> 0.1)
63-
xcodeproj (1.2.0)
78+
xcinvoke (0.2.1)
79+
liferaft (~> 0.0.4)
80+
xcodeproj (1.3.1)
6481
activesupport (>= 3)
6582
claide (>= 1.0.0, < 2.0)
6683
colored (~> 1.2)
@@ -72,6 +89,7 @@ PLATFORMS
7289

7390
DEPENDENCIES
7491
cocoapods (~> 1.0.0)
92+
jazzy (~> 0.7.0)
7593
pry
7694
rake
7795
xcpretty

0 commit comments

Comments
 (0)