This commit is contained in:
bluesea 2024-07-23 15:30:25 +08:00
parent 2872cc6aeb
commit 16dbe037b9
3 changed files with 14 additions and 14 deletions

View File

@ -92,7 +92,7 @@
0004D89B2C36443C00B3E467 /* AWM_NetManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AWM_NetManager.m; sourceTree = "<group>"; }; 0004D89B2C36443C00B3E467 /* AWM_NetManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AWM_NetManager.m; sourceTree = "<group>"; };
00218D932C4F807A00966466 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; }; 00218D932C4F807A00966466 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
041A9EAF08B4BEE8FF03DD23 /* Pods-HD wallpaper.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HD wallpaper.debug.xcconfig"; path = "Target Support Files/Pods-HD wallpaper/Pods-HD wallpaper.debug.xcconfig"; sourceTree = "<group>"; }; 041A9EAF08B4BEE8FF03DD23 /* Pods-HD wallpaper.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HD wallpaper.debug.xcconfig"; path = "Target Support Files/Pods-HD wallpaper/Pods-HD wallpaper.debug.xcconfig"; sourceTree = "<group>"; };
057AF7902BF1E86F00078C98 /* HD wallpaper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HD wallpaper.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 057AF7902BF1E86F00078C98 /* TallPaper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TallPaper.app; sourceTree = BUILT_PRODUCTS_DIR; };
057AF7932BF1E86F00078C98 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 057AF7932BF1E86F00078C98 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
057AF7942BF1E86F00078C98 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 057AF7942BF1E86F00078C98 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
057AF79F2BF1E87100078C98 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 057AF79F2BF1E87100078C98 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@ -199,7 +199,7 @@
057AF7912BF1E86F00078C98 /* Products */ = { 057AF7912BF1E86F00078C98 /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
057AF7902BF1E86F00078C98 /* HD wallpaper.app */, 057AF7902BF1E86F00078C98 /* TallPaper.app */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@ -296,9 +296,9 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
057AF78F2BF1E86F00078C98 /* HD wallpaper */ = { 057AF78F2BF1E86F00078C98 /* TallPaper */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 057AF7A92BF1E87100078C98 /* Build configuration list for PBXNativeTarget "HD wallpaper" */; buildConfigurationList = 057AF7A92BF1E87100078C98 /* Build configuration list for PBXNativeTarget "TallPaper" */;
buildPhases = ( buildPhases = (
93F27BB9030A668EE41A8F45 /* [CP] Check Pods Manifest.lock */, 93F27BB9030A668EE41A8F45 /* [CP] Check Pods Manifest.lock */,
057AF78C2BF1E86F00078C98 /* Sources */, 057AF78C2BF1E86F00078C98 /* Sources */,
@ -310,9 +310,9 @@
); );
dependencies = ( dependencies = (
); );
name = "HD wallpaper"; name = TallPaper;
productName = "HD wallpaper"; productName = "HD wallpaper";
productReference = 057AF7902BF1E86F00078C98 /* HD wallpaper.app */; productReference = 057AF7902BF1E86F00078C98 /* TallPaper.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
@ -344,7 +344,7 @@
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
057AF78F2BF1E86F00078C98 /* HD wallpaper */, 057AF78F2BF1E86F00078C98 /* TallPaper */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
@ -661,7 +661,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
057AF7A92BF1E87100078C98 /* Build configuration list for PBXNativeTarget "HD wallpaper" */ = { 057AF7A92BF1E87100078C98 /* Build configuration list for PBXNativeTarget "TallPaper" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
057AF7AA2BF1E87100078C98 /* Debug */, 057AF7AA2BF1E87100078C98 /* Debug */,

View File

@ -16,8 +16,8 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "057AF78F2BF1E86F00078C98" BlueprintIdentifier = "057AF78F2BF1E86F00078C98"
BuildableName = "HD wallpaper.app" BuildableName = "TallPaper.app"
BlueprintName = "HD wallpaper" BlueprintName = "TallPaper"
ReferencedContainer = "container:HD wallpaper.xcodeproj"> ReferencedContainer = "container:HD wallpaper.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildActionEntry> </BuildActionEntry>
@ -45,8 +45,8 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "057AF78F2BF1E86F00078C98" BlueprintIdentifier = "057AF78F2BF1E86F00078C98"
BuildableName = "HD wallpaper.app" BuildableName = "TallPaper.app"
BlueprintName = "HD wallpaper" BlueprintName = "TallPaper"
ReferencedContainer = "container:HD wallpaper.xcodeproj"> ReferencedContainer = "container:HD wallpaper.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildableProductRunnable> </BuildableProductRunnable>
@ -62,8 +62,8 @@
<BuildableReference <BuildableReference
BuildableIdentifier = "primary" BuildableIdentifier = "primary"
BlueprintIdentifier = "057AF78F2BF1E86F00078C98" BlueprintIdentifier = "057AF78F2BF1E86F00078C98"
BuildableName = "HD wallpaper.app" BuildableName = "TallPaper.app"
BlueprintName = "HD wallpaper" BlueprintName = "TallPaper"
ReferencedContainer = "container:HD wallpaper.xcodeproj"> ReferencedContainer = "container:HD wallpaper.xcodeproj">
</BuildableReference> </BuildableReference>
</BuildableProductRunnable> </BuildableProductRunnable>