Skip to content

Commit 3811a99

Browse files
committed
Combine the framework and example projects
1 parent c7747b7 commit 3811a99

8 files changed

Lines changed: 411 additions & 585 deletions

File tree

Example.xcodeproj/project.pbxproj

Lines changed: 0 additions & 550 deletions
This file was deleted.

Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

Example/Info.plist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>ICInputAccessoryExample</string>
79
<key>CFBundleExecutable</key>
810
<string>$(EXECUTABLE_NAME)</string>
911
<key>CFBundleIdentifier</key>
@@ -35,7 +37,6 @@
3537
<string>UIInterfaceOrientationPortrait</string>
3638
<string>UIInterfaceOrientationLandscapeLeft</string>
3739
<string>UIInterfaceOrientationLandscapeRight</string>
38-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
3940
</array>
4041
</dict>
4142
</plist>

ICInputAccessory.xcodeproj/project.pbxproj

Lines changed: 396 additions & 0 deletions
Large diffs are not rendered by default.

Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme renamed to ICInputAccessory.xcodeproj/xcshareddata/xcschemes/Example.xcscheme

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0820"
3+
LastUpgradeVersion = "0830"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -14,10 +14,10 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "B5E9F8FA1C8D3B6E00443DC7"
17+
BlueprintIdentifier = "B53376871F4436D000230739"
1818
BuildableName = "Example.app"
1919
BlueprintName = "Example"
20-
ReferencedContainer = "container:Example.xcodeproj">
20+
ReferencedContainer = "container:ICInputAccessory.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -32,20 +32,20 @@
3232
skipped = "NO">
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "B548C5C11C8E91B0009D5AEE"
35+
BlueprintIdentifier = "B533769A1F4436D000230739"
3636
BuildableName = "ICInputAccessoryUITests.xctest"
3737
BlueprintName = "ICInputAccessoryUITests"
38-
ReferencedContainer = "container:Example.xcodeproj">
38+
ReferencedContainer = "container:ICInputAccessory.xcodeproj">
3939
</BuildableReference>
4040
</TestableReference>
4141
</Testables>
4242
<MacroExpansion>
4343
<BuildableReference
4444
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "B5E9F8FA1C8D3B6E00443DC7"
45+
BlueprintIdentifier = "B53376871F4436D000230739"
4646
BuildableName = "Example.app"
4747
BlueprintName = "Example"
48-
ReferencedContainer = "container:Example.xcodeproj">
48+
ReferencedContainer = "container:ICInputAccessory.xcodeproj">
4949
</BuildableReference>
5050
</MacroExpansion>
5151
<AdditionalOptions>
@@ -65,10 +65,10 @@
6565
runnableDebuggingMode = "0">
6666
<BuildableReference
6767
BuildableIdentifier = "primary"
68-
BlueprintIdentifier = "B5E9F8FA1C8D3B6E00443DC7"
68+
BlueprintIdentifier = "B53376871F4436D000230739"
6969
BuildableName = "Example.app"
7070
BlueprintName = "Example"
71-
ReferencedContainer = "container:Example.xcodeproj">
71+
ReferencedContainer = "container:ICInputAccessory.xcodeproj">
7272
</BuildableReference>
7373
</BuildableProductRunnable>
7474
<AdditionalOptions>
@@ -84,10 +84,10 @@
8484
runnableDebuggingMode = "0">
8585
<BuildableReference
8686
BuildableIdentifier = "primary"
87-
BlueprintIdentifier = "B5E9F8FA1C8D3B6E00443DC7"
87+
BlueprintIdentifier = "B53376871F4436D000230739"
8888
BuildableName = "Example.app"
8989
BlueprintName = "Example"
90-
ReferencedContainer = "container:Example.xcodeproj">
90+
ReferencedContainer = "container:ICInputAccessory.xcodeproj">
9191
</BuildableReference>
9292
</BuildableProductRunnable>
9393
</ProfileAction>

ICInputAccessory.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Podfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ platform :ios, "8.0"
22
use_frameworks!
33

44
workspace "ICInputAccessory"
5-
project "Example"
5+
project "ICInputAccessory"
66

77
target "Example" do
8-
pod "ICInputAccessory/KeyboardDismissTextField", path: "./"
9-
pod "ICInputAccessory/TokenField", path: "./"
108
pod "SwiftLint", "0.19.0"
119
end

Podfile.lock

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
PODS:
2-
- ICInputAccessory/KeyboardDismissTextField (1.4.0)
3-
- ICInputAccessory/TokenField (1.4.0)
42
- SwiftLint (0.19.0)
53

64
DEPENDENCIES:
7-
- ICInputAccessory/KeyboardDismissTextField (from `./`)
8-
- ICInputAccessory/TokenField (from `./`)
95
- SwiftLint (= 0.19.0)
106

11-
EXTERNAL SOURCES:
12-
ICInputAccessory:
13-
:path: ./
14-
157
SPEC CHECKSUMS:
16-
ICInputAccessory: dace41bea1ed8b0368bf8ffd439a215efa8effd3
178
SwiftLint: 3537a05b34060e78e7510f04fb7537d738247803
189

19-
PODFILE CHECKSUM: 400449a0f6672fe2c72f4d91409a3e8abccb8fab
10+
PODFILE CHECKSUM: 0709dcae81d808b2c03cbe4911faac9680768b93
2011

2112
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)