Rename project

This commit is contained in:
Juan Gilsanz Polo
2024-02-22 21:00:54 +01:00
parent 7c20697661
commit 83fe30408f
44 changed files with 473 additions and 359 deletions

View File

@@ -68,7 +68,7 @@
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
33CC10ED2044A3C60003C045 /* my_linkding.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = my_linkding.app; sourceTree = BUILT_PRODUCTS_DIR; };
33CC10ED2044A3C60003C045 /* linkdy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = linkdy.app; sourceTree = BUILT_PRODUCTS_DIR; };
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
@@ -158,7 +158,7 @@
33CC10EE2044A3C60003C045 /* Products */ = {
isa = PBXGroup;
children = (
33CC10ED2044A3C60003C045 /* my_linkding.app */,
33CC10ED2044A3C60003C045 /* linkdy.app */,
331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
);
name = Products;
@@ -249,7 +249,7 @@
);
name = Runner;
productName = Runner;
productReference = 33CC10ED2044A3C60003C045 /* my_linkding.app */;
productReference = 33CC10ED2044A3C60003C045 /* linkdy.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@@ -481,7 +481,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.example.myLinkding.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/my_linkding.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/my_linkding";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/linkdy.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/linkdy";
};
name = Debug;
};
@@ -496,7 +496,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.example.myLinkding.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/my_linkding.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/my_linkding";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/linkdy.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/linkdy";
};
name = Release;
};
@@ -511,7 +511,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.example.myLinkding.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/my_linkding.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/my_linkding";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/linkdy.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/linkdy";
};
name = Profile;
};