Skip to content

Commit

Permalink
rebuild for apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Nov 28, 2021
1 parent 0be9b38 commit bc4da86
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion OPC/English.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* Localized versions of Info.plist keys */CFBundleName = "OPC";CFBundleShortVersionString = "3.0.0";CFBundleGetInfoString = "OPC version 3.0.0, Copyright 2020 miyako.";
/* Localized versions of Info.plist keys */CFBundleName = "OPC";CFBundleShortVersionString = "4.0.0";CFBundleGetInfoString = "OPC version 4.0.0, Copyright 2021 miyako.";
Expand Down
Binary file modified OPC/OPC.dmg
Binary file not shown.
9 changes: 6 additions & 3 deletions OPC/OPC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@
"$(PROJECT_DIR)/a",
);
LIBRARY_STYLE = Bundle;
MARKETING_VERSION = 3.0.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.0.0;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
Expand Down Expand Up @@ -427,7 +428,8 @@
"$(PROJECT_DIR)/a",
);
LIBRARY_STYLE = Bundle;
MARKETING_VERSION = 3.0.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.0.0;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
Expand Down Expand Up @@ -476,7 +478,8 @@
"$(PROJECT_DIR)/a",
);
LIBRARY_STYLE = Bundle;
MARKETING_VERSION = 3.0.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 4.0.0;
OTHER_CFLAGS = "";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
Expand Down
Binary file not shown.
Binary file modified OPC/OPC.zip
Binary file not shown.
Binary file modified OPC/a/libiconv.a
100755 → 100644
Binary file not shown.
Binary file modified OPC/a/libjsoncpp.a
100755 → 100644
Binary file not shown.
Binary file modified OPC/a/libxml2.a
Binary file not shown.
20 changes: 11 additions & 9 deletions OPC/test/Plugins/OPC.bundle/Contents/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>19D76</string>
<string>21A559</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand All @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>4.0.0</string>
<key>CFBundleSignature</key>
<string>4D06</string>
<key>CFBundleSupportedPlatforms</key>
Expand All @@ -27,18 +27,20 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11C504</string>
<string>13A1030d</string>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<string>12.0</string>
<key>DTSDKBuild</key>
<string>19B90</string>
<string>21A344</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<string>macosx12.0</string>
<key>DTXcode</key>
<string>1130</string>
<string>1310</string>
<key>DTXcodeBuild</key>
<string>11C504</string>
<string>13A1030d</string>
<key>LSMinimumSystemVersion</key>
<string>10.14</string>
<string>10.15</string>
</dict>
</plist>
Binary file modified OPC/test/Plugins/OPC.bundle/Contents/MacOS/OPC
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<dict>
<key>hash</key>
<data>
7/xiLa3mjSocLeA7MFneq8LXtso=
YEzL90NpB41J0Ut9IKA0YwpHBmM=
</data>
<key>optional</key>
<true/>
Expand All @@ -31,7 +31,7 @@
<dict>
<key>hash2</key>
<data>
OfDaZKeq7GEKDih55HDKZ8LgjAvUcN7crde1lZETe1U=
avhouOuhrxD8jGYX3ybwv3LUGjY04n8Pmtbl8n5IhRA=
</data>
<key>optional</key>
<true/>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![platform](https://img.shields.io/static/v1?label=platform&message=osx-64%20|%20win-32%20|%20win-64&color=blue)
![platform](https://img.shields.io/static/v1?label=platform&message=mac-intel%20|%20mac-arm%20|%20win-32%20|%20win-64&color=blue)
![version](https://img.shields.io/badge/version-17%2B-3E8B93)
[![license](https://img.shields.io/github/license/miyako/4d-plugin-opc)](LICENSE)
![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-opc/total)
Expand Down

0 comments on commit bc4da86

Please sign in to comment.