Skip to content

Commit

Permalink
Revert the path of tgfx.a in ios demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 12, 2023
1 parent d830285 commit 8ba3052
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/Hello2D.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
E61EC8222AF1FCB000C82F9E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E61EC8212AF1FCB000C82F9E /* Assets.xcassets */; };
E61EC8252AF1FCB000C82F9E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E61EC8232AF1FCB000C82F9E /* LaunchScreen.storyboard */; };
E61EC8282AF1FCB000C82F9E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E61EC8272AF1FCB000C82F9E /* main.m */; };
F20A4C162AFEA367004CDE2A /* tgfx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F20A4C152AFEA367004CDE2A /* tgfx.a */; };
F25AD0712AF90ECD0017339D /* bridge.jpg in Resources */ = {isa = PBXBuildFile; fileRef = F25AD0702AF90ECD0017339D /* bridge.jpg */; };
F276A9802AF8D42200E482B7 /* TGFXView.mm in Sources */ = {isa = PBXBuildFile; fileRef = F276A97F2AF8D42200E482B7 /* TGFXView.mm */; };
F292F8512B012D6900E27CB3 /* tgfx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F292F8502B012D6900E27CB3 /* tgfx.a */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -32,18 +32,18 @@
E61EC8242AF1FCB000C82F9E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
E61EC8262AF1FCB000C82F9E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E61EC8272AF1FCB000C82F9E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
F20A4C152AFEA367004CDE2A /* tgfx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; name = tgfx.a; path = "tgfx/Debug-iphoneos/tgfx.a"; sourceTree = "<group>"; };
F25AD0702AF90ECD0017339D /* bridge.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bridge.jpg; sourceTree = "<group>"; };
F276A97E2AF8D3EB00E482B7 /* TGFXView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TGFXView.h; sourceTree = "<group>"; };
F276A97F2AF8D42200E482B7 /* TGFXView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = TGFXView.mm; sourceTree = "<group>"; };
F292F8502B012D6900E27CB3 /* tgfx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = tgfx.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
E61EC80F2AF1FCAE00C82F9E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F20A4C162AFEA367004CDE2A /* tgfx.a in Frameworks */,
F292F8512B012D6900E27CB3 /* tgfx.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -91,7 +91,7 @@
E61EC82E2AF1FEAE00C82F9E /* Frameworks */ = {
isa = PBXGroup;
children = (
F20A4C152AFEA367004CDE2A /* tgfx.a */,
F292F8502B012D6900E27CB3 /* tgfx.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down

0 comments on commit 8ba3052

Please sign in to comment.