Skip to content

Commit

Permalink
Apple Silicon build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbergmann committed Aug 14, 2022
1 parent 25afb72 commit 92e4d11
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 37 deletions.
2 changes: 1 addition & 1 deletion Eloquent-AppStore-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3086</string>
<string>3091</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.education</string>
<key>NSAppTransportSecurity</key>
Expand Down
8 changes: 0 additions & 8 deletions Eloquent.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,6 @@
SWIFT_OBJC_BRIDGING_HEADER = "Eloquent-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
USER_HEADER_SEARCH_PATHS = "";
VALID_ARCHS = x86_64;
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand Down Expand Up @@ -2402,7 +2401,6 @@
SDKROOT = macosx;
SWIFT_OBJC_BRIDGING_HEADER = "Eloquent-Bridging-Header.h";
USER_HEADER_SEARCH_PATHS = "";
VALID_ARCHS = x86_64;
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down Expand Up @@ -2582,7 +2580,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 5.0;
USER_HEADER_SEARCH_PATHS = "";
VALID_ARCHS = x86_64;
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand Down Expand Up @@ -2629,7 +2626,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 5.0;
USER_HEADER_SEARCH_PATHS = "";
VALID_ARCHS = x86_64;
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down Expand Up @@ -2672,9 +2668,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "-DDEBUG";
PROVISIONING_PROFILE = "";
SDKROOT = macosx;
VALID_ARCHS = x86_64;
WARNING_CFLAGS = "-Wall";
};
name = Debug;
Expand Down Expand Up @@ -2715,10 +2709,8 @@
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_CFLAGS = "-DRELEASE";
PROVISIONING_PROFILE = "";
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALID_ARCHS = x86_64;
WARNING_CFLAGS = "-Wall";
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3086</string>
<string>3091</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.education</string>
<key>NSAppTransportSecurity</key>
Expand Down
Binary file modified Resources/CocoPCRE.framework/Versions/A/CocoPCRE
Binary file not shown.
14 changes: 7 additions & 7 deletions Resources/CocoPCRE.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20B28</string>
<string>21G72</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -27,19 +27,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12B45b</string>
<string>13F17a</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>20A2408</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx11.0</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1220</string>
<string>1340</string>
<key>DTXcodeBuild</key>
<string>12B45b</string>
<string>13F17a</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
</dict>
Expand Down
Binary file modified Resources/FooLogger.framework/Versions/A/FooLogger
Binary file not shown.
14 changes: 7 additions & 7 deletions Resources/FooLogger.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20B28</string>
<string>21G72</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -25,19 +25,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12B45b</string>
<string>13F17a</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>20A2408</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx11.0</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1220</string>
<string>1340</string>
<key>DTXcodeBuild</key>
<string>12B45b</string>
<string>13F17a</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</dict>
<key>Resources/Info.plist</key>
<data>
6bhu6RCYZ1uLH0kaSKaFMR4yyHY=
EP/4VRCegFrQFkn6K60VI55PxUQ=
</data>
</dict>
<key>files2</key>
Expand All @@ -24,11 +24,11 @@
<dict>
<key>hash</key>
<data>
lCDyH3UCLjQfd8jQLOHXQwIDWeA=
Rd90tIFEgB2DS5ZZU8+BAnatiP4=
</data>
<key>hash2</key>
<data>
r7l4k6AfnOJPFy7xxUe/Fku+jChl2Q3PkRMFhMZkr08=
i2HMAgiexK/y+hSjH+r+OMjM015rq/orBNoy7JzPlL0=
</data>
</dict>
<key>Headers/Logger.h</key>
Expand Down Expand Up @@ -59,11 +59,11 @@
<dict>
<key>hash</key>
<data>
6bhu6RCYZ1uLH0kaSKaFMR4yyHY=
EP/4VRCegFrQFkn6K60VI55PxUQ=
</data>
<key>hash2</key>
<data>
raOW7zvCj5iuZTW/V9w0oxMy8xyph22Nzjp8K/0rqYY=
8/b10+xAnrXqQSPJovS0IOIIB+IXZqpZRX7v9LHLgTg=
</data>
</dict>
</dict>
Expand Down
Binary file not shown.
Binary file modified Resources/ObjCSword.framework/Versions/A/ObjCSword
Binary file not shown.
14 changes: 7 additions & 7 deletions Resources/ObjCSword.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>20B28</string>
<string>21G72</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -29,19 +29,19 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>12B45b</string>
<string>13F17a</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>11.0</string>
<string>12.3</string>
<key>DTSDKBuild</key>
<string>20A2408</string>
<string>21E226</string>
<key>DTSDKName</key>
<string>macosx11.0</string>
<string>macosx12.3</string>
<key>DTXcode</key>
<string>1220</string>
<string>1340</string>
<key>DTXcodeBuild</key>
<string>12B45b</string>
<string>13F17a</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
</dict>
Expand Down
Binary file modified Resources/bin/imp2gbs
Binary file not shown.
Binary file modified Resources/bin/imp2ld
Binary file not shown.
Binary file modified Resources/bin/imp2vs
Binary file not shown.
Binary file modified Resources/bin/installmgr
Binary file not shown.
Binary file modified Resources/bin/mod2imp
Binary file not shown.
Binary file modified Resources/bin/mod2osis
Binary file not shown.
Binary file modified Resources/bin/mod2vpl
Binary file not shown.
Binary file modified Resources/bin/mod2zmod
Binary file not shown.
Binary file modified Resources/bin/osis2mod
Binary file not shown.
Binary file modified Resources/bin/step2vpl
Binary file not shown.
Binary file modified Resources/bin/stepdump
Binary file not shown.
Binary file modified Resources/bin/tei2mod
Binary file not shown.
Binary file modified Resources/bin/vpl2mod
Binary file not shown.
Binary file modified Resources/bin/vs2osisref
Binary file not shown.
Binary file modified Resources/bin/vs2osisreftxt
Binary file not shown.
Binary file modified Resources/bin/xml2gbs
Binary file not shown.
2 changes: 1 addition & 1 deletion buildnumber
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3086
3091

0 comments on commit 92e4d11

Please sign in to comment.