update app
This commit is contained in:
parent
72e5cbd0ec
commit
8147230d42
2 changed files with 9 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
79B418351C1F3726009C6485 /* install.html in Resources */ = {isa = PBXBuildFile; fileRef = 79B418311C1F3726009C6485 /* install.html */; };
|
||||
79B418361C1F3726009C6485 /* install.py in Resources */ = {isa = PBXBuildFile; fileRef = 79B418321C1F3726009C6485 /* install.py */; };
|
||||
79B418371C1F3726009C6485 /* js in Resources */ = {isa = PBXBuildFile; fileRef = 79B418331C1F3726009C6485 /* js */; };
|
||||
87AF76351C50D28A005C9D16 /* png in Resources */ = {isa = PBXBuildFile; fileRef = 87AF76331C50D28A005C9D16 /* png */; };
|
||||
87AF76361C50D28A005C9D16 /* svg in Resources */ = {isa = PBXBuildFile; fileRef = 87AF76341C50D28A005C9D16 /* svg */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
|
@ -26,6 +28,8 @@
|
|||
79B418311C1F3726009C6485 /* install.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = install.html; path = Resources/install.html; sourceTree = "<group>"; };
|
||||
79B418321C1F3726009C6485 /* install.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = install.py; path = Resources/install.py; sourceTree = "<group>"; };
|
||||
79B418331C1F3726009C6485 /* js */ = {isa = PBXFileReference; lastKnownFileType = folder; name = js; path = Resources/js; sourceTree = "<group>"; };
|
||||
87AF76331C50D28A005C9D16 /* png */ = {isa = PBXFileReference; lastKnownFileType = folder; name = png; path = Resources/png; sourceTree = "<group>"; };
|
||||
87AF76341C50D28A005C9D16 /* svg */ = {isa = PBXFileReference; lastKnownFileType = folder; name = svg; path = Resources/svg; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
|
@ -58,6 +62,8 @@
|
|||
79B4181E1C1F1E69009C6485 /* Open Media Library */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
87AF76331C50D28A005C9D16 /* png */,
|
||||
87AF76341C50D28A005C9D16 /* svg */,
|
||||
79B418301C1F3725009C6485 /* index.html */,
|
||||
79B418311C1F3726009C6485 /* install.html */,
|
||||
79B418321C1F3726009C6485 /* install.py */,
|
||||
|
@ -131,8 +137,10 @@
|
|||
79B418341C1F3726009C6485 /* index.html in Resources */,
|
||||
79B418371C1F3726009C6485 /* js in Resources */,
|
||||
79B418221C1F1E6B009C6485 /* Assets.xcassets in Resources */,
|
||||
87AF76361C50D28A005C9D16 /* svg in Resources */,
|
||||
79B418351C1F3726009C6485 /* install.html in Resources */,
|
||||
79B418251C1F1E6B009C6485 /* MainMenu.xib in Resources */,
|
||||
87AF76351C50D28A005C9D16 /* png in Resources */,
|
||||
79B418361C1F3726009C6485 /* install.py in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.5</string>
|
||||
<string>0.6</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
|
|
Loading…
Reference in a new issue