Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ playground.xcworkspace
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/
.swiftpm/

# CocoaPods
#
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -29,6 +39,11 @@
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
LastUpgradeVersion = "1030"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -14,9 +14,9 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8A8DB5121D476F7F00F21FC7"
BuildableName = "CollectionViewShelfLayout.framework"
BlueprintName = "CollectionViewShelfLayout"
BlueprintIdentifier = "8AC87D4D1D48EEFE00B0DAFE"
BuildableName = "AppStoreCollectionViewLayout-Demo.app"
BlueprintName = "AppStoreCollectionViewLayout-Demo"
ReferencedContainer = "container:CollectionViewShelfLayout.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -29,6 +29,15 @@
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8AC87D4D1D48EEFE00B0DAFE"
BuildableName = "AppStoreCollectionViewLayout-Demo.app"
BlueprintName = "AppStoreCollectionViewLayout-Demo"
ReferencedContainer = "container:CollectionViewShelfLayout.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -42,15 +51,16 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8A8DB5121D476F7F00F21FC7"
BuildableName = "CollectionViewShelfLayout.framework"
BlueprintName = "CollectionViewShelfLayout"
BlueprintIdentifier = "8AC87D4D1D48EEFE00B0DAFE"
BuildableName = "AppStoreCollectionViewLayout-Demo.app"
BlueprintName = "AppStoreCollectionViewLayout-Demo"
ReferencedContainer = "container:CollectionViewShelfLayout.xcodeproj">
</BuildableReference>
</MacroExpansion>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand All @@ -60,15 +70,16 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "8A8DB5121D476F7F00F21FC7"
BuildableName = "CollectionViewShelfLayout.framework"
BlueprintName = "CollectionViewShelfLayout"
BlueprintIdentifier = "8AC87D4D1D48EEFE00B0DAFE"
BuildableName = "AppStoreCollectionViewLayout-Demo.app"
BlueprintName = "AppStoreCollectionViewLayout-Demo"
ReferencedContainer = "container:CollectionViewShelfLayout.xcodeproj">
</BuildableReference>
</MacroExpansion>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 5 additions & 19 deletions AppStoreCollectionViewLayout-Demo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,14 @@
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.6.4</string>
<string>0.6.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
11 changes: 11 additions & 0 deletions AppStoreCollectionViewLayout-Demo/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'

target 'AppStoreCollectionViewLayout-Demo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for AppStoreCollectionViewLayout-Demo
pod 'CollectionViewShelfLayout', :path => '../'

end
16 changes: 16 additions & 0 deletions AppStoreCollectionViewLayout-Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- CollectionViewShelfLayout (0.6.6)

DEPENDENCIES:
- CollectionViewShelfLayout (from `../`)

EXTERNAL SOURCES:
CollectionViewShelfLayout:
:path: "../"

SPEC CHECKSUMS:
CollectionViewShelfLayout: f512e7160b547bd25229d69f82f68eed73d5d5a4

PODFILE CHECKSUM: 5e1e547e818f901d8325fb95a2e33161577197b9

COCOAPODS: 1.7.5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions AppStoreCollectionViewLayout-Demo/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading