Skip to content

Commit

Permalink
修改包名
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogue24 committed Sep 21, 2023
1 parent b4dd803 commit 4354dc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AnimationPreviewer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
009F1DCD2A98B174009C9FF4 /* SVGAContentLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SVGAContentLayer.m; sourceTree = "<group>"; };
04E73BDADB9CB52DDAB46D60 /* Pods-AnimationPreviewer.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AnimationPreviewer.debug.xcconfig"; path = "Target Support Files/Pods-AnimationPreviewer/Pods-AnimationPreviewer.debug.xcconfig"; sourceTree = "<group>"; };
1574B047E304CC5B0B582CD3 /* Pods-LottiePreviewer.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LottiePreviewer.release.xcconfig"; path = "Target Support Files/Pods-LottiePreviewer/Pods-LottiePreviewer.release.xcconfig"; sourceTree = "<group>"; };
1A64F94D2A085DE7000F979B /* AnimationPreviewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AnimationPreviewer.app; sourceTree = BUILT_PRODUCTS_DIR; };
1A64F94D2A085DE7000F979B /* Animation Previewer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Animation Previewer.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1A64F9502A085DE7000F979B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
1A64F9522A085DE7000F979B /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
1A64F9542A085DE7000F979B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -695,7 +695,7 @@
1A64F94E2A085DE7000F979B /* Products */ = {
isa = PBXGroup;
children = (
1A64F94D2A085DE7000F979B /* AnimationPreviewer.app */,
1A64F94D2A085DE7000F979B /* Animation Previewer.app */,
1A95CC372A093B90006E3102 /* MacPlugin.bundle */,
);
name = Products;
Expand Down Expand Up @@ -1503,7 +1503,7 @@
);
name = AnimationPreviewer;
productName = LottiePreviewer;
productReference = 1A64F94D2A085DE7000F979B /* AnimationPreviewer.app */;
productReference = 1A64F94D2A085DE7000F979B /* Animation Previewer.app */;
productType = "com.apple.product-type.application";
};
1A95CC362A093B90006E3102 /* MacPlugin */ = {
Expand Down Expand Up @@ -2052,7 +2052,7 @@
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = zhoujianping.AnimationPreviewer;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "Animation Previewer";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand Down Expand Up @@ -2092,7 +2092,7 @@
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = zhoujianping.AnimationPreviewer;
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_NAME = "Animation Previewer";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand Down

0 comments on commit 4354dc6

Please sign in to comment.