Skip to content

Commit

Permalink
Rename PythonForVideoMemos-Demo to AidemPythonDemo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed Dec 21, 2023
1 parent 917b23f commit cb9575a
Show file tree
Hide file tree
Showing 40 changed files with 272 additions and 173 deletions.
2 changes: 1 addition & 1 deletion AidemPython/VMPython/Bridge/VMPython.m
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ - (void)enterPythonEnv
}

// Change the executing path to YourApp
//chdir("PythonForVideoMemos-Demo");
//chdir("AidemPythonDemo");

// Special environment to prefer .pyo, and don't write bytecode if .py are found
// because the process will not have a write attribute on the device.
Expand Down
2 changes: 1 addition & 1 deletion AidemPython/VMPython/Bridge/VMPythonAidemModule.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMPythonAidemModule.h
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 30/6/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion AidemPython/VMPython/Bridge/VMPythonAidemModule.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMPythonAidemModule.m
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 30/6/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMTrackMergingAsset.h
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 18/7/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMTrackMergingAsset.m
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 18/7/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMVideoNAudioMerger.h
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 17/7/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMVideoNAudioMerger.m
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 17/7/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion AidemPython/VMPython/VMPythonCommon.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMPythonCommon.h
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 3/7/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMDownloadOperationConstants.h
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 16/7/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMDownloadOperationConstants.m
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 16/7/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMPythonDownloadOperation.h
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 29/6/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMPythonDownloadOperation.m
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 29/6/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMResourceDownloader.h
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 28/6/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMResourceDownloader.m
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 28/6/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMPythonDownloadProcessButton.h
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 3/7/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// VMPythonDownloadProcessButton.m
// PythonForVideoMemos-Demo
// AidemPythonDemo
//
// Created by Kjuly on 3/7/2020.
// Copyright © 2020 Kjuly. All rights reserved.
Expand Down
Loading

0 comments on commit cb9575a

Please sign in to comment.