Skip to content

Commit

Permalink
Merge pull request #43 from bryanluby/updates
Browse files Browse the repository at this point in the history
Add VOKUtilities to Podfile
  • Loading branch information
bryanluby authored Nov 2, 2018
2 parents a41b545 + eaa5798 commit e394f29
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ platform :ios, '12.0'
target '___PACKAGENAME___' do
pod 'xUnique'
pod 'DevsJustWantToHaveFun'
pod 'VOKUtilities'
</string>
<key>End</key>
<string>
Expand Down
20 changes: 0 additions & 20 deletions Vokal-Swift.xctemplate/ArrayExtensions.swift

This file was deleted.

20 changes: 0 additions & 20 deletions Vokal-Swift.xctemplate/ArrayExtensionsTests.swift

This file was deleted.

18 changes: 1 addition & 17 deletions Vokal-Swift.xctemplate/TemplateInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
<key>Nodes</key>
<array>
<string>Extensions/ReuseIdentifiable.swift</string>
<string>Extensions/ArrayExtensions.swift</string>
<string>main.swift</string>
<string>../R.generated.swift</string>
<string>AppDelegate.swift</string>
Expand All @@ -117,7 +116,7 @@
<key>../Podfile:swiftbasics</key>
<string> use_frameworks!
pod &apos;R.swift&apos;, &apos;~&gt; 4.0.0&apos;
pod &apos;R.swift&apos;, &apos;~&gt; 5.0.0.alpha.2&apos;
pod &apos;SwiftLint&apos;</string>
<key>Extensions/ReuseIdentifiable.swift</key>
<dict>
Expand All @@ -126,13 +125,6 @@
<key>Path</key>
<string>ReuseIdentifiable.swift</string>
</dict>
<key>Extensions/ArrayExtensions.swift</key>
<dict>
<key>Group</key>
<string>Extensions</string>
<key>Path</key>
<string>ArrayExtensions.swift</string>
</dict>
<key>View Controllers/ViewController.swift</key>
<dict>
<key>Path</key>
Expand Down Expand Up @@ -477,13 +469,6 @@
<key>Group</key>
<string>MoveToNonUITestTarget</string>
</dict>
<key>MoveToNonUITestTarget/ArrayExtensionsTests.swift</key>
<dict>
<key>Path</key>
<string>ArrayExtensionsTests.swift</string>
<key>Group</key>
<string>MoveToNonUITestTarget</string>
</dict>
<key>MoveToNonUITestTarget/UserAPITests.swift</key>
<dict>
<key>Path</key>
Expand Down Expand Up @@ -513,7 +498,6 @@
<string>MoveToNonUITestTarget/TokenStorageHelperTests.swift</string>
<string>MoveToNonUITestTarget/UserAPITests.swift</string>
<string>MoveToNonUITestTarget/APICompletionTests.swift</string>
<string>MoveToNonUITestTarget/ArrayExtensionsTests.swift</string>
<string>MoveToNonUITestTarget/VOKMockData</string>
</array>
<key>Targets</key>
Expand Down

0 comments on commit e394f29

Please sign in to comment.