Skip to content

Commit

Permalink
Moves project one level up to avoid redundant folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
VFUC committed Nov 16, 2017
1 parent 016c3b8 commit f6b8ad8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
722B95231FBE305000782313 /* avea-cli */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "avea-cli"; sourceTree = BUILT_PRODUCTS_DIR; };
722B95231FBE305000782313 /* avea */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = avea; sourceTree = BUILT_PRODUCTS_DIR; };
722B95261FBE305000782313 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
722B952D1FBE308D00782313 /* BluetoothManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BluetoothManager.swift; sourceTree = "<group>"; };
722B952E1FBE308D00782313 /* Color.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -55,7 +55,7 @@
722B95241FBE305000782313 /* Products */ = {
isa = PBXGroup;
children = (
722B95231FBE305000782313 /* avea-cli */,
722B95231FBE305000782313 /* avea */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -74,9 +74,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
722B95221FBE305000782313 /* avea-cli */ = {
722B95221FBE305000782313 /* avea */ = {
isa = PBXNativeTarget;
buildConfigurationList = 722B952A1FBE305000782313 /* Build configuration list for PBXNativeTarget "avea-cli" */;
buildConfigurationList = 722B952A1FBE305000782313 /* Build configuration list for PBXNativeTarget "avea" */;
buildPhases = (
722B951F1FBE305000782313 /* Sources */,
722B95201FBE305000782313 /* Frameworks */,
Expand All @@ -86,9 +86,9 @@
);
dependencies = (
);
name = "avea-cli";
name = avea;
productName = "avea-cli";
productReference = 722B95231FBE305000782313 /* avea-cli */;
productReference = 722B95231FBE305000782313 /* avea */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -118,7 +118,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
722B95221FBE305000782313 /* avea-cli */,
722B95221FBE305000782313 /* avea */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -274,7 +274,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
722B952A1FBE305000782313 /* Build configuration list for PBXNativeTarget "avea-cli" */ = {
722B952A1FBE305000782313 /* Build configuration list for PBXNativeTarget "avea" */ = {
isa = XCConfigurationList;
buildConfigurations = (
722B952B1FBE305000782313 /* Debug */,
Expand Down

0 comments on commit f6b8ad8

Please sign in to comment.