From 83dc8d6db577379b58e4a73c0abf7c934f519c27 Mon Sep 17 00:00:00 2001 From: Greg Date: Tue, 7 Jul 2020 10:05:30 -0400 Subject: [PATCH] example/example.app: Update Info.plist --- .gitignore | 1 + android/NotificationHelper.jar | Bin 0 -> 1441 bytes example/example.app/Contents/Info.plist | 66 ++++++++++++------ example/example.app/Contents/PkgInfo | 1 + .../Contents/Resources/example.icns | Bin 4516 -> 0 bytes .../Contents/_CodeSignature/CodeResources | 17 +---- niotify_macos.go => niotify_darwin.go | 2 - 7 files changed, 49 insertions(+), 38 deletions(-) create mode 100644 android/NotificationHelper.jar create mode 100644 example/example.app/Contents/PkgInfo delete mode 100644 example/example.app/Contents/Resources/example.icns rename niotify_macos.go => niotify_darwin.go (96%) diff --git a/.gitignore b/.gitignore index e49270e..2b21ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.apk +*.class example/example example/example.app/Contents/MacOS/example diff --git a/android/NotificationHelper.jar b/android/NotificationHelper.jar new file mode 100644 index 0000000000000000000000000000000000000000..07b625e84556bcc98577279f53ea7883305ce904 GIT binary patch literal 1441 zcmWIWW@Zs#;Nak3_}p?efB^|`GO#fCx`sIFdiuHP|2xINz|0Wf&CUT*!30$nfK#&w zPz7AGucM!*n`>~0p0C?y-!rFuymj?1@_OrPojY@WbCAIm;|EWR^t^m^Jbf>gu43Vg zcp-U2dX}VS#t(5-wdYH;ES`&tJ`q=)#&9+JQ_;sFMzAZ^PT#Q61!#vW5aV`*0#G(F zFQq6yGezGoza%p)GdZy&Ge6HGHK!o8NG~}jvAB3@SZ=tmyTo2@&uKc@2O^G&2m~zP zWQzWsq|2z?qIFRq(|Kb?wDrxNlNHl^@67f18Tq#T!OG_qzjoTMT7F*T2+PT3Urz6_ z*?E5N=RI$H{{4G?zMNs7!^s1pHH(xp6Bsm2bzbbqOc3;DI}~v(QBvYide#pcFTQxG z9lh&$?i{>+YTKf=Eq$S;>sLNp_vyDA@Ar~5uWwv1(1?t5w)sA3Z`!oOcQ%Dim{)K* zlULj*^!oHOQ>)Lc{H&N_;u6-X{Uo-?d)YUW7Ne^|*9|5K>z%*O-*xA9s%yJW+i8Ad z(Pz8vTnzAdHY57eszoU`L&J;0qa;oLt6jdidDrue8gB#V?_OFH+9iG{EhyyfKBsic zbE<1w9+?&AzMC^`)*Io;MMhj#ccp*+?Ub6l=5~3vwdp%uZB60FGcFihO-tH3>ngA9 z$puZhvwnzu|DCXX=IK*+E`L05L~N6q+@pzYFBN{gaf`K3eV2LR{`xaID=Q`2f7*SY znsM%k*(WQx*+2O1zt)&><0!w?Hy@jW{c7JnUO8g?#59KYlHo_;IV*d?nq1^vI<&uE6mo)$gz^@P=I{Z-}5E&99lcj~S*+FNk?T5dxwOZyglewpA zC75bcIB!4p`6QQm-QafSriN=7^Rj>b-?FzzVqu4|?vr&BRyl`HcGUD@m0Nh%N#w{@ zvt@5KM!DYDw^i{8W*wG#D97M{~QXPM4A%zgYqUA|S!V#7-&e9B## zKJy(ue_8g@}^uv%X{7`3s(iMjcMY%kMPvVEPC%ULOX74>*+WMzK!l&nf zklrNSKFcWAmlLl0?})#+QRMrrXr8zFcWm5BRx&D!{9-D_fFRM#_f9ZtaJ` zMZ#YC_YN%Wds14};V2ofzIx81`Ac}t1h75R{1h$nTPt$Wj>en9Km9e0n@#%nso#r} z$$zkzFL}++-y(*7!4k$T^Ru57&->vZ#k|DA%jT8+q1-ojy#H{6iXhP^Zl3Fz85oj* zg;9VvBa;XNY6%7_o-0zx~Gbr^^V Vl|%vFtZX1n%s_Y=NFM;Z9smQGO9}u0 literal 0 HcmV?d00001 diff --git a/example/example.app/Contents/Info.plist b/example/example.app/Contents/Info.plist index 82bbbd9..718be41 100644 --- a/example/example.app/Contents/Info.plist +++ b/example/example.app/Contents/Info.plist @@ -1,26 +1,50 @@ - + - CFBundleGetInfoString - Example - CFBundleExecutable - example - CFBundleIdentifier - org.gioui - CFBundleName - example - CFBundleIconFile - example.icns - CFBundleShortVersionString - 0.01 - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - IFMajorVersion - 0 - IFMinorVersion - 1 + BuildMachineOSBuild + 18G103 + CFBundleDevelopmentRegion + en + CFBundleExecutable + example + CFBundleIdentifier + org.gioui + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + example + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + 1 + DTCompiler + com.apple.compilers.llvm.clang.1_0 + DTPlatformBuild + 11C505 + DTPlatformVersion + GM + DTSDKBuild + 19B90 + DTSDKName + macosx10.15 + DTXcode + 1130 + DTXcodeBuild + 11C505 + LSMinimumSystemVersion + 10.14 + NSPrincipalClass + NSApplication + NSSupportsAutomaticTermination + + NSSupportsSuddenTermination + diff --git a/example/example.app/Contents/PkgInfo b/example/example.app/Contents/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/example/example.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/example/example.app/Contents/Resources/example.icns b/example/example.app/Contents/Resources/example.icns deleted file mode 100644 index 9d669edf43dd33955ca01fb70c1d7e3ae1648d9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4516 zcmc~y&MRhM5L^=C@2tSUz#x#BY+woG_rU1R06%wLE-5ac9IvN`OArGC6OhTozyYGF zrJUCSDaPU;cPEB*=VV?2ISR=hLB0$ORcZ_j4J`}|zkoswFBlj~4Hy_+B``2p&0t^< zFPO6{&;}^MS>O=~v|Udbgc&QA+Lr-c@YmDDF{Fa=?Nvrz1_d5w#{>JH>%RCgyE$(9 zmvd(dSvUj~E(llbJs~8l;LvbD+<@U<0|O&dAS1JYZd?u%3x@=Qy+Z>-=LhmZpdF5Tj@fojEM!R$oQB9wC4cB51>IDF04EbTPikk3MeEn`~e!ovWSUIA!^SJpjrclx>0A0 zhQ?^x7|ki8<;G|!I$EcU*07`PjnUTEXj^o&Wj@+L80{{Nb{ files - - Resources/example.icns - - QIAQ35jRL6fJLHFE72K0wYzeHUU= - - + files2 - - Resources/example.icns - - hash2 - - DoBwPExI5vZ+IT6hEeHy5hJpWiVq8+4auEoGFwnbmX8= - - - + rules ^Resources/ diff --git a/niotify_macos.go b/niotify_darwin.go similarity index 96% rename from niotify_macos.go rename to niotify_darwin.go index 48b2260..0d1e4a4 100644 --- a/niotify_macos.go +++ b/niotify_darwin.go @@ -1,5 +1,3 @@ -//+build macos - package niotify import (