Skip to content

Commit e787891

Browse files
authored
fix: pin PythonKit to v0.5.1 after upstream renamed master to main (#13)
1 parent 6b659e9 commit e787891

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/pythonnative/templates/ios_template/ios_template.xcodeproj

src/pythonnative/templates/ios_template/ios_template.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@
253253
isa = XCRemoteSwiftPackageReference;
254254
repositoryURL = "https://github.com/pvieito/PythonKit";
255255
requirement = {
256-
branch = master;
257-
kind = branch;
256+
kind = upToNextMinorVersion;
257+
minimumVersion = 0.5.1;
258258
};
259259
};
260260
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)