Browse Source

Dist: Add Binary Release 0.01

master
heck 2 years ago
parent
commit
92459a1915
  1. 18
      Builds/MacOSX/HelloWorldDemo.xcodeproj/project.pbxproj
  2. BIN
      Builds/MacOSX/HelloWorldDemo.xcodeproj/project.xcworkspace/xcuserdata/heck.xcuserdatad/UserInterfaceState.xcuserstate
  3. 57
      Builds/MacOSX/Info-App.plist
  4. 50
      Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/Info.plist
  5. BIN
      Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/MacOS/HelloWorldDemo
  6. 1
      Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/PkgInfo
  7. BIN
      Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/Resources/RecentFilesMenuTemplate.nib
  8. 128
      Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/_CodeSignature/CodeResources
  9. 1
      Builds/MacOSX/build/Release/HelloWorldDemo.app
  10. BIN
      dist/FV1-Fun.app.zip

18
Builds/MacOSX/HelloWorldDemo.xcodeproj/project.pbxproj

@ -183,6 +183,8 @@
ORGANIZATIONNAME = JUCE;
TargetAttributes = {
E59C5F4C7E26F9BDDBE2018E = {
DevelopmentTeam = TGDH49FSL6;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.ApplicationGroups.iOS = {
enabled = 0;
@ -305,10 +307,13 @@
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_CXX_LIBRARY = "libc++";
CLANG_LINK_OBJC_RUNTIME = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)";
COPY_PHASE_STRIP = NO;
EXCLUDED_ARCHS = "";
DEVELOPMENT_TEAM = TGDH49FSL6;
EXCLUDED_ARCHS = x86_64;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
@ -360,8 +365,9 @@
"-weak_framework",
MetalKit,
);
PRODUCT_BUNDLE_IDENTIFIER = com.JUCE.HelloWorldDemo;
PRODUCT_BUNDLE_IDENTIFIER = live.heck.fv1fun;
PRODUCT_NAME = HelloWorldDemo;
PROVISIONING_PROFILE_SPECIFIER = "";
USE_HEADERMAP = NO;
VALID_ARCHS = "i386 x86_64 arm64 arm64e";
};
@ -373,10 +379,13 @@
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
CLANG_CXX_LIBRARY = "libc++";
CLANG_LINK_OBJC_RUNTIME = NO;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)";
DEAD_CODE_STRIPPING = YES;
EXCLUDED_ARCHS = "";
DEVELOPMENT_TEAM = TGDH49FSL6;
EXCLUDED_ARCHS = x86_64;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_OPTIMIZATION_LEVEL = 3;
GCC_PREPROCESSOR_DEFINITIONS = (
@ -429,8 +438,9 @@
"-weak_framework",
MetalKit,
);
PRODUCT_BUNDLE_IDENTIFIER = com.JUCE.HelloWorldDemo;
PRODUCT_BUNDLE_IDENTIFIER = live.heck.fv1fun;
PRODUCT_NAME = HelloWorldDemo;
PROVISIONING_PROFILE_SPECIFIER = "";
USE_HEADERMAP = NO;
VALID_ARCHS = "i386 x86_64 arm64 arm64e";
};

BIN
Builds/MacOSX/HelloWorldDemo.xcodeproj/project.xcworkspace/xcuserdata/heck.xcuserdatad/UserInterfaceState.xcuserstate

Binary file not shown.

57
Builds/MacOSX/Info-App.plist

@ -1,29 +1,28 @@
<?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>
<dict>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.JUCE.HelloWorldDemo</string>
<key>CFBundleName</key>
<string>HelloWorldDemo</string>
<key>CFBundleDisplayName</key>
<string>HelloWorldDemo</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>
<?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>CFBundleDisplayName</key>
<string>HelloWorldDemo</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleName</key>
<string>HelloWorldDemo</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
</dict>
</plist>

50
Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/Info.plist

@ -0,0 +1,50 @@
<?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>21G72</string>
<key>CFBundleDisplayName</key>
<string>HelloWorldDemo</string>
<key>CFBundleExecutable</key>
<string>HelloWorldDemo</string>
<key>CFBundleIdentifier</key>
<string>live.heck.fv1fun</string>
<key>CFBundleName</key>
<string>HelloWorldDemo</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>13F100</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>1341</string>
<key>DTXcodeBuild</key>
<string>13F100</string>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
</dict>
</plist>

BIN
Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/MacOS/HelloWorldDemo

Binary file not shown.

1
Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/PkgInfo

@ -0,0 +1 @@
APPL????

BIN
Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/Resources/RecentFilesMenuTemplate.nib

Binary file not shown.

128
Builds/MacOSX/build/Debug/HelloWorldDemo.app/Contents/_CodeSignature/CodeResources

@ -0,0 +1,128 @@
<?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/RecentFilesMenuTemplate.nib</key>
<data>
4cEN55flubpq9bxeGSBG3zMPYQw=
</data>
</dict>
<key>files2</key>
<dict>
<key>Resources/RecentFilesMenuTemplate.nib</key>
<dict>
<key>hash2</key>
<data>
cY60xaOlVk3YMq6aNs9knz7yV86JbdkhaT7rYQG9AIo=
</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>

1
Builds/MacOSX/build/Release/HelloWorldDemo.app

@ -0,0 +1 @@
/Users/heck/Library/Developer/Xcode/DerivedData/HelloWorldDemo-erlcfqlhailthjaiflncdpnkorhx/Build/Intermediates.noindex/ArchiveIntermediates/HelloWorldDemo - App/InstallationBuildProductsLocation/Users/heck/Applications/HelloWorldDemo.app

BIN
dist/FV1-Fun.app.zip

Binary file not shown.
Loading…
Cancel
Save