Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
V8tr committed Oct 11, 2018
1 parent ddc083b commit 904527d
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
D7CAAC242163BE0400C9C7A6 /* CollectionViewGridLayout-Starter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CollectionViewGridLayout-Starter.app"; sourceTree = BUILT_PRODUCTS_DIR; };
D7CAAC242163BE0400C9C7A6 /* StickyGridCollectionView-Starter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "StickyGridCollectionView-Starter.app"; sourceTree = BUILT_PRODUCTS_DIR; };
D7CAAC272163BE0400C9C7A6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
D7CAAC292163BE0400C9C7A6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
D7CAAC2C2163BE0400C9C7A6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
Expand All @@ -42,20 +42,20 @@
D7CAAC1B2163BE0400C9C7A6 = {
isa = PBXGroup;
children = (
D7CAAC262163BE0400C9C7A6 /* CollectionViewGridLayout-Starter */,
D7CAAC262163BE0400C9C7A6 /* StickyGridCollectionView-Starter */,
D7CAAC252163BE0400C9C7A6 /* Products */,
);
sourceTree = "<group>";
};
D7CAAC252163BE0400C9C7A6 /* Products */ = {
isa = PBXGroup;
children = (
D7CAAC242163BE0400C9C7A6 /* CollectionViewGridLayout-Starter.app */,
D7CAAC242163BE0400C9C7A6 /* StickyGridCollectionView-Starter.app */,
);
name = Products;
sourceTree = "<group>";
};
D7CAAC262163BE0400C9C7A6 /* CollectionViewGridLayout-Starter */ = {
D7CAAC262163BE0400C9C7A6 /* StickyGridCollectionView-Starter */ = {
isa = PBXGroup;
children = (
D7CAAC272163BE0400C9C7A6 /* AppDelegate.swift */,
Expand All @@ -67,15 +67,15 @@
D7CAAC302163BE0600C9C7A6 /* LaunchScreen.storyboard */,
D7CAAC332163BE0600C9C7A6 /* Info.plist */,
);
path = "CollectionViewGridLayout-Starter";
path = "StickyGridCollectionView-Starter";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
D7CAAC232163BE0400C9C7A6 /* CollectionViewGridLayout-Starter */ = {
D7CAAC232163BE0400C9C7A6 /* StickyGridCollectionView-Starter */ = {
isa = PBXNativeTarget;
buildConfigurationList = D7CAAC362163BE0600C9C7A6 /* Build configuration list for PBXNativeTarget "CollectionViewGridLayout-Starter" */;
buildConfigurationList = D7CAAC362163BE0600C9C7A6 /* Build configuration list for PBXNativeTarget "StickyGridCollectionView-Starter" */;
buildPhases = (
D7CAAC202163BE0400C9C7A6 /* Sources */,
D7CAAC212163BE0400C9C7A6 /* Frameworks */,
Expand All @@ -85,9 +85,9 @@
);
dependencies = (
);
name = "CollectionViewGridLayout-Starter";
name = "StickyGridCollectionView-Starter";
productName = "CollectionViewGridLayout-Final";
productReference = D7CAAC242163BE0400C9C7A6 /* CollectionViewGridLayout-Starter.app */;
productReference = D7CAAC242163BE0400C9C7A6 /* StickyGridCollectionView-Starter.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -105,7 +105,7 @@
};
};
};
buildConfigurationList = D7CAAC1F2163BE0400C9C7A6 /* Build configuration list for PBXProject "CollectionViewGridLayout-Starter" */;
buildConfigurationList = D7CAAC1F2163BE0400C9C7A6 /* Build configuration list for PBXProject "StickyGridCollectionView-Starter" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -118,7 +118,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
D7CAAC232163BE0400C9C7A6 /* CollectionViewGridLayout-Starter */,
D7CAAC232163BE0400C9C7A6 /* StickyGridCollectionView-Starter */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -291,12 +291,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "CollectionViewGridLayout-Starter/Info.plist";
INFOPLIST_FILE = "StickyGridCollectionView-Starter/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "v8tr.CollectionViewGridLayout-Starter";
PRODUCT_BUNDLE_IDENTIFIER = "v8tr.StickyGridCollectionView-Starter";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -308,12 +308,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = "CollectionViewGridLayout-Starter/Info.plist";
INFOPLIST_FILE = "StickyGridCollectionView-Starter/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "v8tr.CollectionViewGridLayout-Starter";
PRODUCT_BUNDLE_IDENTIFIER = "v8tr.StickyGridCollectionView-Starter";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -323,7 +323,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
D7CAAC1F2163BE0400C9C7A6 /* Build configuration list for PBXProject "CollectionViewGridLayout-Starter" */ = {
D7CAAC1F2163BE0400C9C7A6 /* Build configuration list for PBXProject "StickyGridCollectionView-Starter" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D7CAAC342163BE0600C9C7A6 /* Debug */,
Expand All @@ -332,7 +332,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D7CAAC362163BE0600C9C7A6 /* Build configuration list for PBXNativeTarget "CollectionViewGridLayout-Starter" */ = {
D7CAAC362163BE0600C9C7A6 /* Build configuration list for PBXNativeTarget "StickyGridCollectionView-Starter" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D7CAAC372163BE0600C9C7A6 /* Debug */,
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// AppDelegate.swift
// CollectionViewGridLayout-Starter
// StickyGridCollectionView-Starter
//
// Created by Vadim Bulavin on 10/1/18.
// Copyright © 2018 Vadim Bulavin. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// CollectionViewCell.swift
// CollectionViewGridLayout-Starter
// StickyGridCollectionView-Starter
//
// Created by Vadim Bulavin on 10/1/18.
// Copyright © 2018 Vadim Bulavin. All rights reserved.
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GridCollectionViewLayout.swift
// CollectionViewGridLayout-Starter
// StickyGridCollectionView-Starter
//
// Created by Vadim Bulavin on 10/1/18.
// Copyright © 2018 Vadim Bulavin. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ViewController.swift
// CollectionViewGridLayout-Starter
// StickyGridCollectionView-Starter
//
// Created by Vadim Bulavin on 10/1/18.
// Copyright © 2018 Vadim Bulavin. All rights reserved.
Expand Down

0 comments on commit 904527d

Please sign in to comment.