Skip to content

Commit

Permalink
feat: add sequence snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Aug 26, 2023
1 parent 3fce919 commit c3ffc74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
4 changes: 2 additions & 2 deletions PlantUMLApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"PlantUML/Preview Content\"";
DEVELOPMENT_TEAM = 48J595L9BX;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -644,7 +644,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"PlantUML/Preview Content\"";
DEVELOPMENT_TEAM = 48J595L9BX;
ENABLE_PREVIEWS = YES;
Expand Down
17 changes: 4 additions & 13 deletions PlantUMLEditor/Example/CodeViewerExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@
objects = {

/* Begin PBXBuildFile section */
0866BEF82505E43F00C9C1B0 /* CodeViewer in Frameworks */ = {isa = PBXBuildFile; fileRef = 0866BEF52505E09A00C9C1B0 /* CodeViewer */; };
0866BEFA2505E48E00C9C1B0 /* CodeViewer in Frameworks */ = {isa = PBXBuildFile; productRef = 0866BEF92505E48E00C9C1B0 /* CodeViewer */; };
0866BF232505F11000C9C1B0 /* CodeViewerExample_iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0866BF222505F11000C9C1B0 /* CodeViewerExample_iOSApp.swift */; };
0866BF252505F11000C9C1B0 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0866BF242505F11000C9C1B0 /* ContentView.swift */; };
0866BF272505F11100C9C1B0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0866BF262505F11100C9C1B0 /* Assets.xcassets */; };
0866BF2A2505F11100C9C1B0 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0866BF292505F11100C9C1B0 /* Preview Assets.xcassets */; };
0866BF302505F15C00C9C1B0 /* CodeViewer in Frameworks */ = {isa = PBXBuildFile; productRef = 0866BF2F2505F15C00C9C1B0 /* CodeViewer */; };
08E5C4EC24EE3D2E000E8954 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E5C4EB24EE3D2E000E8954 /* AppDelegate.swift */; };
08E5C4EE24EE3D2E000E8954 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E5C4ED24EE3D2E000E8954 /* ContentView.swift */; };
08E5C4F024EE3D31000E8954 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 08E5C4EF24EE3D31000E8954 /* Assets.xcassets */; };
08E5C4F324EE3D31000E8954 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 08E5C4F224EE3D31000E8954 /* Preview Assets.xcassets */; };
08E5C4F624EE3D31000E8954 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 08E5C4F424EE3D31000E8954 /* Main.storyboard */; };
A082CAFE2A9A63630055D6D6 /* CodeViewer in Frameworks */ = {isa = PBXBuildFile; productRef = A082CAFD2A9A63630055D6D6 /* CodeViewer */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -44,16 +42,14 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0866BF302505F15C00C9C1B0 /* CodeViewer in Frameworks */,
A082CAFE2A9A63630055D6D6 /* CodeViewer in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
08E5C4E524EE3D2E000E8954 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0866BEF82505E43F00C9C1B0 /* CodeViewer in Frameworks */,
0866BEFA2505E48E00C9C1B0 /* CodeViewer in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -146,7 +142,7 @@
);
name = "CodeViewerExample-iOS";
packageProductDependencies = (
0866BF2F2505F15C00C9C1B0 /* CodeViewer */,
A082CAFD2A9A63630055D6D6 /* CodeViewer */,
);
productName = "CodeViewerExample-iOS";
productReference = 0866BF202505F11000C9C1B0 /* CodeViewerExample-iOS.app */;
Expand All @@ -166,7 +162,6 @@
);
name = CodeViewerExample;
packageProductDependencies = (
0866BEF92505E48E00C9C1B0 /* CodeViewer */,
);
productName = CodeViewer;
productReference = 08E5C4E824EE3D2E000E8954 /* CodeViewerExample.app */;
Expand Down Expand Up @@ -509,11 +504,7 @@
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
0866BEF92505E48E00C9C1B0 /* CodeViewer */ = {
isa = XCSwiftPackageProductDependency;
productName = CodeViewer;
};
0866BF2F2505F15C00C9C1B0 /* CodeViewer */ = {
A082CAFD2A9A63630055D6D6 /* CodeViewer */ = {
isa = XCSwiftPackageProductDependency;
productName = CodeViewer;
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3ffc74

Please sign in to comment.