Skip to content

Commit

Permalink
Update demo projects
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Aug 15, 2024
1 parent fa01c80 commit bd3a338
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
28 changes: 14 additions & 14 deletions DemoApp/DemoApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

/* Begin PBXBuildFile section */
7565EBBE2A9BE09D0005B170 /* EditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7565EBBD2A9BE09D0005B170 /* EditorViewController.swift */; };
7565EBC12A9BE0B10005B170 /* STTextView in Frameworks */ = {isa = PBXBuildFile; productRef = 7565EBC02A9BE0B10005B170 /* STTextView */; };
758BAB532A9BDFC200D840BF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758BAB522A9BDFC200D840BF /* AppDelegate.swift */; };
758BAB552A9BDFC300D840BF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 758BAB542A9BDFC300D840BF /* Assets.xcassets */; };
758BAB582A9BDFC300D840BF /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 758BAB562A9BDFC300D840BF /* MainMenu.xib */; };
75E2FDF22A9BE2260055DF08 /* NeonPlugin in Frameworks */ = {isa = PBXBuildFile; productRef = 75E2FDF12A9BE2260055DF08 /* NeonPlugin */; };
75BCCB942C6E0E8E00B132FB /* STTextView-Plugin-Neon in Frameworks */ = {isa = PBXBuildFile; productRef = 75BCCB932C6E0E8E00B132FB /* STTextView-Plugin-Neon */; };
75BCCB962C6E0E9100B132FB /* STTextView in Frameworks */ = {isa = PBXBuildFile; productRef = 75BCCB952C6E0E9100B132FB /* STTextView */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -22,16 +22,16 @@
758BAB542A9BDFC300D840BF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
758BAB572A9BDFC300D840BF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
758BAB592A9BDFC300D840BF /* DemoApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DemoApp.entitlements; sourceTree = "<group>"; };
75E2FDEF2A9BE2050055DF08 /* STTextView-Plugin-Neon */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "STTextView-Plugin-Neon"; path = ..; sourceTree = "<group>"; };
75BCCB922C6E0E0700B132FB /* STTextView-Plugin-Neon */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "STTextView-Plugin-Neon"; path = ..; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
758BAB4C2A9BDFC200D840BF /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
7565EBC12A9BE0B10005B170 /* STTextView in Frameworks */,
75E2FDF22A9BE2260055DF08 /* NeonPlugin in Frameworks */,
75BCCB942C6E0E8E00B132FB /* STTextView-Plugin-Neon in Frameworks */,
75BCCB962C6E0E9100B132FB /* STTextView in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -41,7 +41,7 @@
758BAB462A9BDFC200D840BF = {
isa = PBXGroup;
children = (
75E2FDEF2A9BE2050055DF08 /* STTextView-Plugin-Neon */,
75BCCB922C6E0E0700B132FB /* STTextView-Plugin-Neon */,
7565EBBD2A9BE09D0005B170 /* EditorViewController.swift */,
758BAB522A9BDFC200D840BF /* AppDelegate.swift */,
758BAB542A9BDFC300D840BF /* Assets.xcassets */,
Expand Down Expand Up @@ -84,8 +84,8 @@
);
name = DemoApp;
packageProductDependencies = (
7565EBC02A9BE0B10005B170 /* STTextView */,
75E2FDF12A9BE2260055DF08 /* NeonPlugin */,
75BCCB932C6E0E8E00B132FB /* STTextView-Plugin-Neon */,
75BCCB952C6E0E9100B132FB /* STTextView */,
);
productName = DemoApp;
productReference = 758BAB4F2A9BDFC200D840BF /* DemoApp.app */;
Expand Down Expand Up @@ -361,20 +361,20 @@
repositoryURL = "https://github.com/krzyzanowskim/STTextView";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.8.10;
minimumVersion = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
7565EBC02A9BE0B10005B170 /* STTextView */ = {
75BCCB932C6E0E8E00B132FB /* STTextView-Plugin-Neon */ = {
isa = XCSwiftPackageProductDependency;
package = 7565EBBF2A9BE0B10005B170 /* XCRemoteSwiftPackageReference "STTextView" */;
productName = STTextView;
productName = "STTextView-Plugin-Neon";
};
75E2FDF12A9BE2260055DF08 /* NeonPlugin */ = {
75BCCB952C6E0E9100B132FB /* STTextView */ = {
isa = XCSwiftPackageProductDependency;
productName = NeonPlugin;
package = 7565EBBF2A9BE0B10005B170 /* XCRemoteSwiftPackageReference "STTextView" */;
productName = STTextView;
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down
20 changes: 10 additions & 10 deletions DemoAppSwiftUI/DemoAppSwiftUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
75C5C2892ACF2BEF00514ADD /* NeonPlugin in Frameworks */ = {isa = PBXBuildFile; productRef = 75C5C2882ACF2BEF00514ADD /* NeonPlugin */; };
75CB31052ACF2A60007E814A /* STTextView in Frameworks */ = {isa = PBXBuildFile; productRef = 75CB31042ACF2A60007E814A /* STTextView */; };
75BCCB982C6E0F0200B132FB /* STTextView-Plugin-Neon in Frameworks */ = {isa = PBXBuildFile; productRef = 75BCCB972C6E0F0200B132FB /* STTextView-Plugin-Neon */; };
75BCCB9A2C6E0F0200B132FB /* STTextView in Frameworks */ = {isa = PBXBuildFile; productRef = 75BCCB992C6E0F0200B132FB /* STTextView */; };
8A4DB2822ACEDB4600757685 /* DemoAppSwiftUIApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A4DB2812ACEDB4600757685 /* DemoAppSwiftUIApp.swift */; };
8A4DB2842ACEDB4600757685 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A4DB2832ACEDB4600757685 /* ContentView.swift */; };
8A4DB2862ACEDB4700757685 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8A4DB2852ACEDB4700757685 /* Assets.xcassets */; };
Expand All @@ -30,8 +30,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
75CB31052ACF2A60007E814A /* STTextView in Frameworks */,
75C5C2892ACF2BEF00514ADD /* NeonPlugin in Frameworks */,
75BCCB982C6E0F0200B132FB /* STTextView-Plugin-Neon in Frameworks */,
75BCCB9A2C6E0F0200B132FB /* STTextView in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -100,8 +100,8 @@
);
name = DemoAppSwiftUI;
packageProductDependencies = (
75CB31042ACF2A60007E814A /* STTextView */,
75C5C2882ACF2BEF00514ADD /* NeonPlugin */,
75BCCB972C6E0F0200B132FB /* STTextView-Plugin-Neon */,
75BCCB992C6E0F0200B132FB /* STTextView */,
);
productName = DemoAppSwiftUI;
productReference = 8A4DB27E2ACEDB4600757685 /* DemoAppSwiftUI.app */;
Expand Down Expand Up @@ -365,17 +365,17 @@
repositoryURL = "https://github.com/krzyzanowskim/STTextView";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.8.16;
minimumVersion = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
75C5C2882ACF2BEF00514ADD /* NeonPlugin */ = {
75BCCB972C6E0F0200B132FB /* STTextView-Plugin-Neon */ = {
isa = XCSwiftPackageProductDependency;
productName = NeonPlugin;
productName = "STTextView-Plugin-Neon";
};
75CB31042ACF2A60007E814A /* STTextView */ = {
75BCCB992C6E0F0200B132FB /* STTextView */ = {
isa = XCSwiftPackageProductDependency;
package = 75CB31032ACF2A60007E814A /* XCRemoteSwiftPackageReference "STTextView" */;
productName = STTextView;
Expand Down

0 comments on commit bd3a338

Please sign in to comment.