Skip to content

Commit

Permalink
Merge pull request #2 from noblakit01/support_swift_package_manager
Browse files Browse the repository at this point in the history
Support swift package manager
  • Loading branch information
noblakit01 authored Jul 18, 2017
2 parents 490b864 + 9d08c9b commit 3ba7b3f
Show file tree
Hide file tree
Showing 36 changed files with 489 additions and 343 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
PhotoCollectionView.xcodeproj/xcshareddata
PhotoCollectionView.xcodeproj/project.xcworkspace
7 changes: 7 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// swift-tools-version:3.1

import PackageDescription

let package = Package(
name: "PhotoCollectionView"
)
329 changes: 0 additions & 329 deletions PhotoCollectionDemo/PhotoCollectionDemo.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

25 changes: 25 additions & 0 deletions PhotoCollectionView.xcodeproj/PhotoCollectionView_Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
Loading

0 comments on commit 3ba7b3f

Please sign in to comment.