Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/darwin/README_codesigning.txt')
-rw-r--r--release/darwin/README_codesigning.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/release/darwin/README_codesigning.txt b/release/darwin/README_codesigning.txt
deleted file mode 100644
index 34de5dc74a7..00000000000
--- a/release/darwin/README_codesigning.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Tutorial for codesigning Blender releases on OSX ( atm. i do manually when needed ):
-Updated as by august 01.2014 - removed deprecated rules and not recommended deep codesigning
-
-1. You need to obtain the certificates for blender foundation, they can bw pulled at Apple developer account for BF
-2. Run the following commands from terminal:
-
-codesign -s <IDENTITY> <path_to_Blender.app>
-
-codesign -s <IDENTITY> <path_to_blenderplayer.app>
-
-
-3. Checking:
-
-codesign -vv <path_to_blenderplayer.app>
-codesign -vv <path_to_Blender.app>
-
-The result should be something like:
-
-<build_path>/Blender.app: valid on disk
-<build_path>/Blender.app: satisfies its Designated Requirement
-
-<build_path>/blenderplayer.app: valid on disk
-<build_path>/blenderplayer.app: satisfies its Designated Requirement
-
-Jens Verwiebe
-