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 0000000..07b625e Binary files /dev/null and b/android/NotificationHelper.jar differ 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 9d669ed..0000000 Binary files a/example/example.app/Contents/Resources/example.icns and /dev/null differ diff --git a/example/example.app/Contents/_CodeSignature/CodeResources b/example/example.app/Contents/_CodeSignature/CodeResources index 89c7c1b..d5d0fd7 100644 --- a/example/example.app/Contents/_CodeSignature/CodeResources +++ b/example/example.app/Contents/_CodeSignature/CodeResources @@ -3,22 +3,9 @@ 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 (