Update Files
This commit is contained in:
58
Krom/Krom.app/Contents/Info.plist
Normal file
58
Krom/Krom.app/Contents/Info.plist
Normal file
@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BuildMachineOSBuild</key>
|
||||
<string>22A380</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>Leenkx</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>AppIcon</string>
|
||||
<key>CFBundleIconName</key>
|
||||
<string>AppIcon</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>tech.kode.Leenkx</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Leenkx</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>14A400</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>12.3</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>21E226</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>macosx12.3</string>
|
||||
<key>DTXcode</key>
|
||||
<string>1401</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>14A400</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.9</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2018 the Kore Development Team. All rights reserved.</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
Krom/Krom.app/Contents/MacOS/Krom
Executable file
BIN
Krom/Krom.app/Contents/MacOS/Krom
Executable file
Binary file not shown.
1
Krom/Krom.app/Contents/PkgInfo
Normal file
1
Krom/Krom.app/Contents/PkgInfo
Normal file
@ -0,0 +1 @@
|
||||
APPL????
|
BIN
Krom/Krom.app/Contents/Resources/AppIcon.icns
Normal file
BIN
Krom/Krom.app/Contents/Resources/AppIcon.icns
Normal file
Binary file not shown.
BIN
Krom/Krom.app/Contents/Resources/Assets.car
Normal file
BIN
Krom/Krom.app/Contents/Resources/Assets.car
Normal file
Binary file not shown.
0
Krom/Krom.app/Contents/Resources/Deployment/.keepme
Normal file
0
Krom/Krom.app/Contents/Resources/Deployment/.keepme
Normal file
12
Krom/Krom.app/Contents/Resources/Deployment/g1.frag
Normal file
12
Krom/Krom.app/Contents/Resources/Deployment/g1.frag
Normal file
@ -0,0 +1,12 @@
|
||||
#version 330
|
||||
|
||||
uniform sampler2D texy;
|
||||
|
||||
out vec4 FragColor;
|
||||
in vec2 texCoord;
|
||||
|
||||
void main()
|
||||
{
|
||||
FragColor = texture(texy, texCoord);
|
||||
}
|
||||
|
12
Krom/Krom.app/Contents/Resources/Deployment/g1.vert
Normal file
12
Krom/Krom.app/Contents/Resources/Deployment/g1.vert
Normal file
@ -0,0 +1,12 @@
|
||||
#version 330
|
||||
|
||||
in vec3 pos;
|
||||
out vec2 texCoord;
|
||||
in vec2 tex;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = vec4(pos.x, pos.y, 0.5, 1.0);
|
||||
texCoord = tex;
|
||||
}
|
||||
|
192
Krom/Krom.app/Contents/_CodeSignature/CodeResources
Normal file
192
Krom/Krom.app/Contents/_CodeSignature/CodeResources
Normal file
@ -0,0 +1,192 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>files</key>
|
||||
<dict>
|
||||
<key>Resources/AppIcon.icns</key>
|
||||
<data>
|
||||
ATo4ZpUfKAe2ePyoheQa/q8r/uI=
|
||||
</data>
|
||||
<key>Resources/Assets.car</key>
|
||||
<data>
|
||||
3VpB8HOOc4R7nWH97ggYztPozNU=
|
||||
</data>
|
||||
<key>Resources/Deployment/.keepme</key>
|
||||
<data>
|
||||
2jmj7l5rSw0yVb/vlWAYkK/YBwk=
|
||||
</data>
|
||||
<key>Resources/Deployment/g1.frag</key>
|
||||
<data>
|
||||
xo0qTRp+Sbnk+BO9I0fYwFOQ4OE=
|
||||
</data>
|
||||
<key>Resources/Deployment/g1.vert</key>
|
||||
<data>
|
||||
bF2ErIAARNzjV/fyGOJMMTyh++c=
|
||||
</data>
|
||||
</dict>
|
||||
<key>files2</key>
|
||||
<dict>
|
||||
<key>Resources/AppIcon.icns</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
ATo4ZpUfKAe2ePyoheQa/q8r/uI=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
jcAgPwmeM/AfoYyGKj3vPFxtuggO91IX+0bKl+5TXGM=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Assets.car</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
3VpB8HOOc4R7nWH97ggYztPozNU=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
U5o7Tbd3rnBJ4ruHO2VO5K390bHuRGXtINydh3A33n4=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Deployment/.keepme</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
2jmj7l5rSw0yVb/vlWAYkK/YBwk=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Deployment/g1.frag</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
xo0qTRp+Sbnk+BO9I0fYwFOQ4OE=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
ihrx7vsshz4PyjsdfyiRc41Qt26fzsSSBRBzQVBZkNg=
|
||||
</data>
|
||||
</dict>
|
||||
<key>Resources/Deployment/g1.vert</key>
|
||||
<dict>
|
||||
<key>hash</key>
|
||||
<data>
|
||||
bF2ErIAARNzjV/fyGOJMMTyh++c=
|
||||
</data>
|
||||
<key>hash2</key>
|
||||
<data>
|
||||
jzILNrukaCCdRLYfWnz/3CY/yz9G7GdI6HEbWK5Uuow=
|
||||
</data>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>rules</key>
|
||||
<dict>
|
||||
<key>^Resources/</key>
|
||||
<true/>
|
||||
<key>^Resources/.*\.lproj/</key>
|
||||
<dict>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>1000</real>
|
||||
</dict>
|
||||
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>1100</real>
|
||||
</dict>
|
||||
<key>^Resources/Base\.lproj/</key>
|
||||
<dict>
|
||||
<key>weight</key>
|
||||
<real>1010</real>
|
||||
</dict>
|
||||
<key>^version.plist$</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>rules2</key>
|
||||
<dict>
|
||||
<key>.*\.dSYM($|/)</key>
|
||||
<dict>
|
||||
<key>weight</key>
|
||||
<real>11</real>
|
||||
</dict>
|
||||
<key>^(.*/)?\.DS_Store$</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>2000</real>
|
||||
</dict>
|
||||
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
|
||||
<dict>
|
||||
<key>nested</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>10</real>
|
||||
</dict>
|
||||
<key>^.*</key>
|
||||
<true/>
|
||||
<key>^Info\.plist$</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>20</real>
|
||||
</dict>
|
||||
<key>^PkgInfo$</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>20</real>
|
||||
</dict>
|
||||
<key>^Resources/</key>
|
||||
<dict>
|
||||
<key>weight</key>
|
||||
<real>20</real>
|
||||
</dict>
|
||||
<key>^Resources/.*\.lproj/</key>
|
||||
<dict>
|
||||
<key>optional</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>1000</real>
|
||||
</dict>
|
||||
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
||||
<dict>
|
||||
<key>omit</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>1100</real>
|
||||
</dict>
|
||||
<key>^Resources/Base\.lproj/</key>
|
||||
<dict>
|
||||
<key>weight</key>
|
||||
<real>1010</real>
|
||||
</dict>
|
||||
<key>^[^/]+$</key>
|
||||
<dict>
|
||||
<key>nested</key>
|
||||
<true/>
|
||||
<key>weight</key>
|
||||
<real>10</real>
|
||||
</dict>
|
||||
<key>^embedded\.provisionprofile$</key>
|
||||
<dict>
|
||||
<key>weight</key>
|
||||
<real>20</real>
|
||||
</dict>
|
||||
<key>^version\.plist$</key>
|
||||
<dict>
|
||||
<key>weight</key>
|
||||
<real>20</real>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
BIN
Krom/Krom.exe
Normal file
BIN
Krom/Krom.exe
Normal file
Binary file not shown.
1
Krom/README.md
Normal file
1
Krom/README.md
Normal file
@ -0,0 +1 @@
|
||||
# armorcore_bin
|
Reference in New Issue
Block a user