Merge branch 'braid/macos' into 'main'
feat: update macOS build files See merge request famedly/fluffychat!1121
							
								
								
									
										25
									
								
								.metadata
									
									
									
									
									
								
							
							
						
						@ -4,7 +4,7 @@
 | 
			
		||||
# This file should be version controlled.
 | 
			
		||||
 | 
			
		||||
version:
 | 
			
		||||
  revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
  revision: d3d8effc686d73e0114d71abdcccef63fa1f25d2
 | 
			
		||||
  channel: stable
 | 
			
		||||
 | 
			
		||||
project_type: app
 | 
			
		||||
@ -13,26 +13,11 @@ project_type: app
 | 
			
		||||
migration:
 | 
			
		||||
  platforms:
 | 
			
		||||
    - platform: root
 | 
			
		||||
      create_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
      base_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
    - platform: android
 | 
			
		||||
      create_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
      base_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
    - platform: ios
 | 
			
		||||
      create_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
      base_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
    - platform: linux
 | 
			
		||||
      create_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
      base_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
      create_revision: d3d8effc686d73e0114d71abdcccef63fa1f25d2
 | 
			
		||||
      base_revision: d3d8effc686d73e0114d71abdcccef63fa1f25d2
 | 
			
		||||
    - platform: macos
 | 
			
		||||
      create_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
      base_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
    - platform: web
 | 
			
		||||
      create_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
      base_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
    - platform: windows
 | 
			
		||||
      create_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
      base_revision: b8f7f1f9869bb2d116aa6a70dbeac61000b52849
 | 
			
		||||
      create_revision: d3d8effc686d73e0114d71abdcccef63fa1f25d2
 | 
			
		||||
      base_revision: d3d8effc686d73e0114d71abdcccef63fa1f25d2
 | 
			
		||||
 | 
			
		||||
  # User provided section
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1
									
								
								macos/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						@ -3,4 +3,5 @@
 | 
			
		||||
**/Pods/
 | 
			
		||||
 | 
			
		||||
# Xcode-related
 | 
			
		||||
**/dgph
 | 
			
		||||
**/xcuserdata/
 | 
			
		||||
 | 
			
		||||
@ -1,2 +1,2 @@
 | 
			
		||||
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
 | 
			
		||||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
 | 
			
		||||
#include "ephemeral/Flutter-Generated.xcconfig"
 | 
			
		||||
 | 
			
		||||
@ -1,2 +1,2 @@
 | 
			
		||||
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
 | 
			
		||||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
 | 
			
		||||
#include "ephemeral/Flutter-Generated.xcconfig"
 | 
			
		||||
 | 
			
		||||
@ -36,5 +36,8 @@ end
 | 
			
		||||
post_install do |installer|
 | 
			
		||||
  installer.pods_project.targets.each do |target|
 | 
			
		||||
    flutter_additional_macos_build_settings(target)
 | 
			
		||||
    target.build_configurations.each do |config|
 | 
			
		||||
      config.build_settings.delete 'MACOSX_DEPLOYMENT_TARGET'
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
@ -1,26 +1,30 @@
 | 
			
		||||
PODS:
 | 
			
		||||
  - audio_session (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - connectivity_plus_macos (0.0.1):
 | 
			
		||||
  - connectivity_plus (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
    - ReachabilitySwift
 | 
			
		||||
  - desktop_drop (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - desktop_lifecycle (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - device_info_plus_macos (0.0.1):
 | 
			
		||||
  - device_info_plus (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - dynamic_color (0.0.2):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - emoji_picker_flutter (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - flutter_app_badger (1.3.0):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - flutter_local_notifications (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - flutter_secure_storage_macos (3.3.1):
 | 
			
		||||
  - flutter_secure_storage_macos (6.1.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - flutter_web_auth (0.4.1):
 | 
			
		||||
  - flutter_web_auth_2 (1.1.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - flutter_webrtc (0.8.11):
 | 
			
		||||
  - flutter_webrtc (0.9.25):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
    - WebRTC-SDK (= 97.4692.07)
 | 
			
		||||
    - WebRTC-SDK (= 104.5112.16)
 | 
			
		||||
  - FlutterMacOS (1.0.0)
 | 
			
		||||
  - FMDB (2.7.5):
 | 
			
		||||
    - FMDB/standard (= 2.7.5)
 | 
			
		||||
@ -29,14 +33,15 @@ PODS:
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - just_audio (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - package_info_plus_macos (0.0.1):
 | 
			
		||||
  - package_info_plus (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - path_provider_macos (0.0.1):
 | 
			
		||||
  - path_provider_foundation (0.0.1):
 | 
			
		||||
    - Flutter
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - ReachabilitySwift (5.0.0)
 | 
			
		||||
  - record_macos (0.2.0):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - share_plus_macos (0.0.1):
 | 
			
		||||
  - share_plus (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - shared_preferences_macos (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
@ -49,31 +54,36 @@ PODS:
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - wakelock_macos (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
  - WebRTC-SDK (97.4692.07)
 | 
			
		||||
  - WebRTC-SDK (104.5112.16)
 | 
			
		||||
  - window_to_front (0.0.1):
 | 
			
		||||
    - FlutterMacOS
 | 
			
		||||
 | 
			
		||||
DEPENDENCIES:
 | 
			
		||||
  - audio_session (from `Flutter/ephemeral/.symlinks/plugins/audio_session/macos`)
 | 
			
		||||
  - connectivity_plus_macos (from `Flutter/ephemeral/.symlinks/plugins/connectivity_plus_macos/macos`)
 | 
			
		||||
  - connectivity_plus (from `Flutter/ephemeral/.symlinks/plugins/connectivity_plus/macos`)
 | 
			
		||||
  - desktop_drop (from `Flutter/ephemeral/.symlinks/plugins/desktop_drop/macos`)
 | 
			
		||||
  - desktop_lifecycle (from `Flutter/ephemeral/.symlinks/plugins/desktop_lifecycle/macos`)
 | 
			
		||||
  - device_info_plus_macos (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus_macos/macos`)
 | 
			
		||||
  - device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
 | 
			
		||||
  - dynamic_color (from `Flutter/ephemeral/.symlinks/plugins/dynamic_color/macos`)
 | 
			
		||||
  - emoji_picker_flutter (from `Flutter/ephemeral/.symlinks/plugins/emoji_picker_flutter/macos`)
 | 
			
		||||
  - flutter_app_badger (from `Flutter/ephemeral/.symlinks/plugins/flutter_app_badger/macos`)
 | 
			
		||||
  - flutter_local_notifications (from `Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos`)
 | 
			
		||||
  - flutter_secure_storage_macos (from `Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos/macos`)
 | 
			
		||||
  - flutter_web_auth (from `Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos`)
 | 
			
		||||
  - flutter_web_auth_2 (from `Flutter/ephemeral/.symlinks/plugins/flutter_web_auth_2/macos`)
 | 
			
		||||
  - flutter_webrtc (from `Flutter/ephemeral/.symlinks/plugins/flutter_webrtc/macos`)
 | 
			
		||||
  - FlutterMacOS (from `Flutter/ephemeral`)
 | 
			
		||||
  - geolocator_apple (from `Flutter/ephemeral/.symlinks/plugins/geolocator_apple/macos`)
 | 
			
		||||
  - just_audio (from `Flutter/ephemeral/.symlinks/plugins/just_audio/macos`)
 | 
			
		||||
  - package_info_plus_macos (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus_macos/macos`)
 | 
			
		||||
  - path_provider_macos (from `Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos`)
 | 
			
		||||
  - package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
 | 
			
		||||
  - path_provider_foundation (from `Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin`)
 | 
			
		||||
  - record_macos (from `Flutter/ephemeral/.symlinks/plugins/record_macos/macos`)
 | 
			
		||||
  - share_plus_macos (from `Flutter/ephemeral/.symlinks/plugins/share_plus_macos/macos`)
 | 
			
		||||
  - share_plus (from `Flutter/ephemeral/.symlinks/plugins/share_plus/macos`)
 | 
			
		||||
  - shared_preferences_macos (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_macos/macos`)
 | 
			
		||||
  - sqflite (from `Flutter/ephemeral/.symlinks/plugins/sqflite/macos`)
 | 
			
		||||
  - url_launcher_macos (from `Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos`)
 | 
			
		||||
  - video_compress (from `Flutter/ephemeral/.symlinks/plugins/video_compress/macos`)
 | 
			
		||||
  - wakelock_macos (from `Flutter/ephemeral/.symlinks/plugins/wakelock_macos/macos`)
 | 
			
		||||
  - window_to_front (from `Flutter/ephemeral/.symlinks/plugins/window_to_front/macos`)
 | 
			
		||||
 | 
			
		||||
SPEC REPOS:
 | 
			
		||||
  trunk:
 | 
			
		||||
@ -84,22 +94,26 @@ SPEC REPOS:
 | 
			
		||||
EXTERNAL SOURCES:
 | 
			
		||||
  audio_session:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/audio_session/macos
 | 
			
		||||
  connectivity_plus_macos:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/connectivity_plus_macos/macos
 | 
			
		||||
  connectivity_plus:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/connectivity_plus/macos
 | 
			
		||||
  desktop_drop:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/desktop_drop/macos
 | 
			
		||||
  desktop_lifecycle:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/desktop_lifecycle/macos
 | 
			
		||||
  device_info_plus_macos:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/device_info_plus_macos/macos
 | 
			
		||||
  device_info_plus:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos
 | 
			
		||||
  dynamic_color:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/dynamic_color/macos
 | 
			
		||||
  emoji_picker_flutter:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/emoji_picker_flutter/macos
 | 
			
		||||
  flutter_app_badger:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/flutter_app_badger/macos
 | 
			
		||||
  flutter_local_notifications:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/flutter_local_notifications/macos
 | 
			
		||||
  flutter_secure_storage_macos:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/flutter_secure_storage_macos/macos
 | 
			
		||||
  flutter_web_auth:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/flutter_web_auth/macos
 | 
			
		||||
  flutter_web_auth_2:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/flutter_web_auth_2/macos
 | 
			
		||||
  flutter_webrtc:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/flutter_webrtc/macos
 | 
			
		||||
  FlutterMacOS:
 | 
			
		||||
@ -108,14 +122,14 @@ EXTERNAL SOURCES:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/geolocator_apple/macos
 | 
			
		||||
  just_audio:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/just_audio/macos
 | 
			
		||||
  package_info_plus_macos:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/package_info_plus_macos/macos
 | 
			
		||||
  path_provider_macos:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/path_provider_macos/macos
 | 
			
		||||
  package_info_plus:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
 | 
			
		||||
  path_provider_foundation:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
 | 
			
		||||
  record_macos:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/record_macos/macos
 | 
			
		||||
  share_plus_macos:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/share_plus_macos/macos
 | 
			
		||||
  share_plus:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/share_plus/macos
 | 
			
		||||
  shared_preferences_macos:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_macos/macos
 | 
			
		||||
  sqflite:
 | 
			
		||||
@ -126,34 +140,39 @@ EXTERNAL SOURCES:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/video_compress/macos
 | 
			
		||||
  wakelock_macos:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/wakelock_macos/macos
 | 
			
		||||
  window_to_front:
 | 
			
		||||
    :path: Flutter/ephemeral/.symlinks/plugins/window_to_front/macos
 | 
			
		||||
 | 
			
		||||
SPEC CHECKSUMS:
 | 
			
		||||
  audio_session: dea1f41890dbf1718f04a56f1d6150fd50039b72
 | 
			
		||||
  connectivity_plus_macos: f6e86fd000e971d361e54b5afcadc8c8fa773308
 | 
			
		||||
  connectivity_plus: 18d3c32514c886e046de60e9c13895109866c747
 | 
			
		||||
  desktop_drop: 69eeff437544aa619c8db7f4481b3a65f7696898
 | 
			
		||||
  desktop_lifecycle: a600c10e12fe033c7be9078f2e929b8241f2c1e3
 | 
			
		||||
  device_info_plus_macos: 1ad388a1ef433505c4038e7dd9605aadd1e2e9c7
 | 
			
		||||
  device_info_plus: 5401765fde0b8d062a2f8eb65510fb17e77cf07f
 | 
			
		||||
  dynamic_color: 2eaa27267de1ca20d879fbd6e01259773fb1670f
 | 
			
		||||
  emoji_picker_flutter: 533634326b1c5de9a181ba14b9758e6dfe967a20
 | 
			
		||||
  flutter_app_badger: 55a64b179f8438e89d574320c77b306e327a1730
 | 
			
		||||
  flutter_local_notifications: 3805ca215b2fb7f397d78b66db91f6a747af52e4
 | 
			
		||||
  flutter_secure_storage_macos: 6ceee8fbc7f484553ad17f79361b556259df89aa
 | 
			
		||||
  flutter_web_auth: ae2c29ca9b98c00b4e0e8c0919bb4a05d44b76df
 | 
			
		||||
  flutter_webrtc: 39478671aae60497438bceafc011357911e00056
 | 
			
		||||
  FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811
 | 
			
		||||
  flutter_secure_storage_macos: 75c8cadfdba05ca007c0fa4ea0c16e5cf85e521b
 | 
			
		||||
  flutter_web_auth_2: 6695649132b6c71ea17700703761c0d18fdb8cf6
 | 
			
		||||
  flutter_webrtc: b84df13e005a497c20fa4d8d597f318584f0faa5
 | 
			
		||||
  FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
 | 
			
		||||
  FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
 | 
			
		||||
  geolocator_apple: 821be05bbdb1b49500e029ebcbf2d6acf2dfb966
 | 
			
		||||
  just_audio: 9b67ca7b97c61cfc9784ea23cd8cc55eb226d489
 | 
			
		||||
  package_info_plus_macos: f010621b07802a241d96d01876d6705f15e77c1c
 | 
			
		||||
  path_provider_macos: 160cab0d5461f0c0e02995469a98f24bdb9a3f1f
 | 
			
		||||
  package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
 | 
			
		||||
  path_provider_foundation: c68054786f1b4f3343858c1e1d0caaded73f0be9
 | 
			
		||||
  ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
 | 
			
		||||
  record_macos: 937889e0f2a7a12b6fc14e97a3678e5a18943de6
 | 
			
		||||
  share_plus_macos: 853ee48e7dce06b633998ca0735d482dd671ade4
 | 
			
		||||
  shared_preferences_macos: a64dc611287ed6cbe28fd1297898db1336975727
 | 
			
		||||
  share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
 | 
			
		||||
  shared_preferences_macos: 8b221d457159a85f478c0b9d2f19aeae9feff475
 | 
			
		||||
  sqflite: a5789cceda41d54d23f31d6de539d65bb14100ea
 | 
			
		||||
  url_launcher_macos: 597e05b8e514239626bcf4a850fcf9ef5c856ec3
 | 
			
		||||
  url_launcher_macos: 5335912b679c073563f29d89d33d10d459f95451
 | 
			
		||||
  video_compress: c896234f100791b5fef7f049afa38f6d2ef7b42f
 | 
			
		||||
  wakelock_macos: bc3f2a9bd8d2e6c89fee1e1822e7ddac3bd004a9
 | 
			
		||||
  WebRTC-SDK: e16ed5e9f54d2a983d5f1f479a4b55f20da202fe
 | 
			
		||||
  WebRTC-SDK: 566e58d2916cb79d770350169a449ea523f5db7c
 | 
			
		||||
  window_to_front: 4cdc24ddd8461ad1a55fa06286d6a79d8b29e8d8
 | 
			
		||||
 | 
			
		||||
PODFILE CHECKSUM: 9b8d08a513b178c33212d1b54cc9e3cba756d95b
 | 
			
		||||
PODFILE CHECKSUM: d0975b16fbdecb73b109d8fbc88aa77ffe4c7a8d
 | 
			
		||||
 | 
			
		||||
COCOAPODS: 1.11.3
 | 
			
		||||
COCOAPODS: 1.12.1
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@
 | 
			
		||||
	archiveVersion = 1;
 | 
			
		||||
	classes = {
 | 
			
		||||
	};
 | 
			
		||||
	objectVersion = 51;
 | 
			
		||||
	objectVersion = 54;
 | 
			
		||||
	objects = {
 | 
			
		||||
 | 
			
		||||
/* Begin PBXAggregateTarget section */
 | 
			
		||||
@ -26,7 +26,7 @@
 | 
			
		||||
		33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
 | 
			
		||||
		33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
 | 
			
		||||
		33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
 | 
			
		||||
		9795BB5F91BF4775B6B0D9D5 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F69524ABCBB1D526AF7967B9 /* Pods_Runner.framework */; };
 | 
			
		||||
		9CAF203E1D098383F2EDFFCB /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3C62FEBAA272B5A33AFFC95 /* Pods_Runner.framework */; };
 | 
			
		||||
/* End PBXBuildFile section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXContainerItemProxy section */
 | 
			
		||||
@ -53,7 +53,7 @@
 | 
			
		||||
/* End PBXCopyFilesBuildPhase section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXFileReference section */
 | 
			
		||||
		2D20EFA3D49BBBDA1F07645D /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		2D119A6B273B2CE4A6AE3322 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
 | 
			
		||||
		335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
 | 
			
		||||
		33CC10ED2044A3C60003C045 /* FluffyChat.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FluffyChat.app; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
			
		||||
@ -68,11 +68,15 @@
 | 
			
		||||
		33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
 | 
			
		||||
		33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
 | 
			
		||||
		33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
 | 
			
		||||
		3CD34DC616BB2AF9B1580285 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		35E6B919318905352ECC7D69 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		5CDC3DD55F4AC23D2067B292 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
 | 
			
		||||
		9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
 | 
			
		||||
		997C663EFCBF8E403128D1D1 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		F69524ABCBB1D526AF7967B9 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
			
		||||
		A1CEA3AEDDC9976F00DB3AFE /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
			
		||||
		AF767714B5564068E3D500A8 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		B3C62FEBAA272B5A33AFFC95 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
			
		||||
		B5C1522B2F3865267414BD3C /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
		CC70F3DF47EEC43FC2D35C75 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
 | 
			
		||||
/* End PBXFileReference section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXFrameworksBuildPhase section */
 | 
			
		||||
@ -80,7 +84,7 @@
 | 
			
		||||
			isa = PBXFrameworksBuildPhase;
 | 
			
		||||
			buildActionMask = 2147483647;
 | 
			
		||||
			files = (
 | 
			
		||||
				9795BB5F91BF4775B6B0D9D5 /* Pods_Runner.framework in Frameworks */,
 | 
			
		||||
				9CAF203E1D098383F2EDFFCB /* Pods_Runner.framework in Frameworks */,
 | 
			
		||||
			);
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
		};
 | 
			
		||||
@ -105,7 +109,7 @@
 | 
			
		||||
				33CEB47122A05771004F2AC0 /* Flutter */,
 | 
			
		||||
				33CC10EE2044A3C60003C045 /* Products */,
 | 
			
		||||
				D73912EC22F37F3D000D13A0 /* Frameworks */,
 | 
			
		||||
				E41DDAA8A3B17F99D7E5251E /* Pods */,
 | 
			
		||||
				F9F203356080D460FB6D4567 /* Pods */,
 | 
			
		||||
			);
 | 
			
		||||
			sourceTree = "<group>";
 | 
			
		||||
		};
 | 
			
		||||
@ -155,17 +159,21 @@
 | 
			
		||||
		D73912EC22F37F3D000D13A0 /* Frameworks */ = {
 | 
			
		||||
			isa = PBXGroup;
 | 
			
		||||
			children = (
 | 
			
		||||
				F69524ABCBB1D526AF7967B9 /* Pods_Runner.framework */,
 | 
			
		||||
				B3C62FEBAA272B5A33AFFC95 /* Pods_Runner.framework */,
 | 
			
		||||
				A1CEA3AEDDC9976F00DB3AFE /* Pods_RunnerTests.framework */,
 | 
			
		||||
			);
 | 
			
		||||
			name = Frameworks;
 | 
			
		||||
			sourceTree = "<group>";
 | 
			
		||||
		};
 | 
			
		||||
		E41DDAA8A3B17F99D7E5251E /* Pods */ = {
 | 
			
		||||
		F9F203356080D460FB6D4567 /* Pods */ = {
 | 
			
		||||
			isa = PBXGroup;
 | 
			
		||||
			children = (
 | 
			
		||||
				2D20EFA3D49BBBDA1F07645D /* Pods-Runner.debug.xcconfig */,
 | 
			
		||||
				997C663EFCBF8E403128D1D1 /* Pods-Runner.release.xcconfig */,
 | 
			
		||||
				3CD34DC616BB2AF9B1580285 /* Pods-Runner.profile.xcconfig */,
 | 
			
		||||
				CC70F3DF47EEC43FC2D35C75 /* Pods-Runner.debug.xcconfig */,
 | 
			
		||||
				B5C1522B2F3865267414BD3C /* Pods-Runner.release.xcconfig */,
 | 
			
		||||
				AF767714B5564068E3D500A8 /* Pods-Runner.profile.xcconfig */,
 | 
			
		||||
				5CDC3DD55F4AC23D2067B292 /* Pods-RunnerTests.debug.xcconfig */,
 | 
			
		||||
				2D119A6B273B2CE4A6AE3322 /* Pods-RunnerTests.release.xcconfig */,
 | 
			
		||||
				35E6B919318905352ECC7D69 /* Pods-RunnerTests.profile.xcconfig */,
 | 
			
		||||
			);
 | 
			
		||||
			path = Pods;
 | 
			
		||||
			sourceTree = "<group>";
 | 
			
		||||
@ -177,13 +185,13 @@
 | 
			
		||||
			isa = PBXNativeTarget;
 | 
			
		||||
			buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
 | 
			
		||||
			buildPhases = (
 | 
			
		||||
				E26D3B733E5CAE51F86A6BE1 /* [CP] Check Pods Manifest.lock */,
 | 
			
		||||
				213E973AEF6461D8FA01037B /* [CP] Check Pods Manifest.lock */,
 | 
			
		||||
				33CC10E92044A3C60003C045 /* Sources */,
 | 
			
		||||
				33CC10EA2044A3C60003C045 /* Frameworks */,
 | 
			
		||||
				33CC10EB2044A3C60003C045 /* Resources */,
 | 
			
		||||
				33CC110E2044A8840003C045 /* Bundle Framework */,
 | 
			
		||||
				3399D490228B24CF009A79C7 /* ShellScript */,
 | 
			
		||||
				28EE3A13194E86CCA3B8236A /* [CP] Embed Pods Frameworks */,
 | 
			
		||||
				889FA79FC2223BE511C611AF /* [CP] Embed Pods Frameworks */,
 | 
			
		||||
			);
 | 
			
		||||
			buildRules = (
 | 
			
		||||
			);
 | 
			
		||||
@ -202,8 +210,8 @@
 | 
			
		||||
			isa = PBXProject;
 | 
			
		||||
			attributes = {
 | 
			
		||||
				LastSwiftUpdateCheck = 0920;
 | 
			
		||||
				LastUpgradeCheck = 0930;
 | 
			
		||||
				ORGANIZATIONNAME = "The Flutter Authors";
 | 
			
		||||
				LastUpgradeCheck = 1300;
 | 
			
		||||
				ORGANIZATIONNAME = "";
 | 
			
		||||
				TargetAttributes = {
 | 
			
		||||
					33CC10EC2044A3C60003C045 = {
 | 
			
		||||
						CreatedOnToolsVersion = 9.2;
 | 
			
		||||
@ -222,7 +230,7 @@
 | 
			
		||||
				};
 | 
			
		||||
			};
 | 
			
		||||
			buildConfigurationList = 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */;
 | 
			
		||||
			compatibilityVersion = "Xcode 8.0";
 | 
			
		||||
			compatibilityVersion = "Xcode 9.3";
 | 
			
		||||
			developmentRegion = en;
 | 
			
		||||
			hasScannedForEncodings = 0;
 | 
			
		||||
			knownRegions = (
 | 
			
		||||
@ -253,72 +261,31 @@
 | 
			
		||||
/* End PBXResourcesBuildPhase section */
 | 
			
		||||
 | 
			
		||||
/* Begin PBXShellScriptBuildPhase section */
 | 
			
		||||
		28EE3A13194E86CCA3B8236A /* [CP] Embed Pods Frameworks */ = {
 | 
			
		||||
		213E973AEF6461D8FA01037B /* [CP] Check Pods Manifest.lock */ = {
 | 
			
		||||
			isa = PBXShellScriptBuildPhase;
 | 
			
		||||
			buildActionMask = 2147483647;
 | 
			
		||||
			files = (
 | 
			
		||||
			);
 | 
			
		||||
			inputPaths = (
 | 
			
		||||
				"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/ReachabilitySwift/Reachability.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/audio_session/audio_session.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/connectivity_plus_macos/connectivity_plus_macos.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/desktop_drop/desktop_drop.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/desktop_lifecycle/desktop_lifecycle.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/device_info_plus_macos/device_info_plus_macos.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/emoji_picker_flutter/emoji_picker_flutter.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/flutter_local_notifications/flutter_local_notifications.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/flutter_secure_storage_macos/flutter_secure_storage_macos.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/flutter_web_auth_2/flutter_web_auth_2.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/flutter_webrtc/flutter_webrtc.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/geolocator_apple/geolocator_apple.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/just_audio/just_audio.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/package_info_plus_macos/package_info_plus_macos.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/path_provider_macos/path_provider_macos.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/record_macos/record_macos.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/share_plus_macos/share_plus_macos.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/shared_preferences_macos/shared_preferences_macos.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/sqflite/sqflite.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/url_launcher_macos/url_launcher_macos.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/video_compress/video_compress.framework",
 | 
			
		||||
				"${BUILT_PRODUCTS_DIR}/wakelock_macos/wakelock_macos.framework",
 | 
			
		||||
				"${PODS_XCFRAMEWORKS_BUILD_DIR}/WebRTC-SDK/WebRTC.framework/WebRTC",
 | 
			
		||||
			inputFileListPaths = (
 | 
			
		||||
			);
 | 
			
		||||
			inputPaths = (
 | 
			
		||||
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
 | 
			
		||||
				"${PODS_ROOT}/Manifest.lock",
 | 
			
		||||
			);
 | 
			
		||||
			name = "[CP] Check Pods Manifest.lock";
 | 
			
		||||
			outputFileListPaths = (
 | 
			
		||||
			);
 | 
			
		||||
			name = "[CP] Embed Pods Frameworks";
 | 
			
		||||
			outputPaths = (
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reachability.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/audio_session.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/connectivity_plus_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/desktop_drop.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/desktop_lifecycle.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/device_info_plus_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/emoji_picker_flutter.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_local_notifications.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_secure_storage_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_web_auth_2.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/flutter_webrtc.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/geolocator_apple.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/just_audio.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/package_info_plus_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/path_provider_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/record_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/share_plus_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared_preferences_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/sqflite.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/url_launcher_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/video_compress.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/wakelock_macos.framework",
 | 
			
		||||
				"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebRTC.framework",
 | 
			
		||||
				"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
 | 
			
		||||
			);
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
			shellPath = /bin/sh;
 | 
			
		||||
			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
 | 
			
		||||
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
 | 
			
		||||
			showEnvVarsInLog = 0;
 | 
			
		||||
		};
 | 
			
		||||
		3399D490228B24CF009A79C7 /* ShellScript */ = {
 | 
			
		||||
			isa = PBXShellScriptBuildPhase;
 | 
			
		||||
			alwaysOutOfDate = 1;
 | 
			
		||||
			buildActionMask = 2147483647;
 | 
			
		||||
			files = (
 | 
			
		||||
			);
 | 
			
		||||
@ -352,28 +319,23 @@
 | 
			
		||||
			);
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
			shellPath = /bin/sh;
 | 
			
		||||
			shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh\ntouch Flutter/ephemeral/tripwire\n";
 | 
			
		||||
			shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
 | 
			
		||||
		};
 | 
			
		||||
		E26D3B733E5CAE51F86A6BE1 /* [CP] Check Pods Manifest.lock */ = {
 | 
			
		||||
		889FA79FC2223BE511C611AF /* [CP] Embed Pods Frameworks */ = {
 | 
			
		||||
			isa = PBXShellScriptBuildPhase;
 | 
			
		||||
			buildActionMask = 2147483647;
 | 
			
		||||
			files = (
 | 
			
		||||
			);
 | 
			
		||||
			inputFileListPaths = (
 | 
			
		||||
				"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
 | 
			
		||||
			);
 | 
			
		||||
			inputPaths = (
 | 
			
		||||
				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
 | 
			
		||||
				"${PODS_ROOT}/Manifest.lock",
 | 
			
		||||
			);
 | 
			
		||||
			name = "[CP] Check Pods Manifest.lock";
 | 
			
		||||
			name = "[CP] Embed Pods Frameworks";
 | 
			
		||||
			outputFileListPaths = (
 | 
			
		||||
			);
 | 
			
		||||
			outputPaths = (
 | 
			
		||||
				"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
 | 
			
		||||
				"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
 | 
			
		||||
			);
 | 
			
		||||
			runOnlyForDeploymentPostprocessing = 0;
 | 
			
		||||
			shellPath = /bin/sh;
 | 
			
		||||
			shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n    # print error to STDERR\n    echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n    exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
 | 
			
		||||
			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
 | 
			
		||||
			showEnvVarsInLog = 0;
 | 
			
		||||
		};
 | 
			
		||||
/* End PBXShellScriptBuildPhase section */
 | 
			
		||||
@ -467,17 +429,15 @@
 | 
			
		||||
				CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
 | 
			
		||||
				CODE_SIGN_STYLE = Automatic;
 | 
			
		||||
				COMBINE_HIDPI_IMAGES = YES;
 | 
			
		||||
				DEVELOPMENT_TEAM = 4NXF6Z997G;
 | 
			
		||||
				FRAMEWORK_SEARCH_PATHS = (
 | 
			
		||||
					"$(inherited)",
 | 
			
		||||
					"$(PROJECT_DIR)/Flutter/ephemeral",
 | 
			
		||||
				);
 | 
			
		||||
				INFOPLIST_FILE = Runner/Info.plist;
 | 
			
		||||
				INFOPLIST_KEY_CFBundleDisplayName = FluffyChat;
 | 
			
		||||
				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
 | 
			
		||||
				LD_RUNPATH_SEARCH_PATHS = (
 | 
			
		||||
					"$(inherited)",
 | 
			
		||||
					"@executable_path/../Frameworks",
 | 
			
		||||
				);
 | 
			
		||||
				PRODUCT_NAME = FluffyChat;
 | 
			
		||||
				MACOSX_DEPLOYMENT_TARGET = 12.2;
 | 
			
		||||
				PRODUCT_COPYRIGHT = "Copyright © 2023 FluffyChat authors. All rights reserved.";
 | 
			
		||||
				PROVISIONING_PROFILE_SPECIFIER = "";
 | 
			
		||||
				SWIFT_VERSION = 5.0;
 | 
			
		||||
			};
 | 
			
		||||
@ -487,7 +447,7 @@
 | 
			
		||||
			isa = XCBuildConfiguration;
 | 
			
		||||
			buildSettings = {
 | 
			
		||||
				CODE_SIGN_STYLE = Manual;
 | 
			
		||||
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
			
		||||
				PRODUCT_NAME = "FluffyChat";
 | 
			
		||||
			};
 | 
			
		||||
			name = Profile;
 | 
			
		||||
		};
 | 
			
		||||
@ -599,17 +559,15 @@
 | 
			
		||||
				CODE_SIGN_ENTITLEMENTS = Runner/DebugProfile.entitlements;
 | 
			
		||||
				CODE_SIGN_STYLE = Automatic;
 | 
			
		||||
				COMBINE_HIDPI_IMAGES = YES;
 | 
			
		||||
				DEVELOPMENT_TEAM = 4NXF6Z997G;
 | 
			
		||||
				FRAMEWORK_SEARCH_PATHS = (
 | 
			
		||||
					"$(inherited)",
 | 
			
		||||
					"$(PROJECT_DIR)/Flutter/ephemeral",
 | 
			
		||||
				);
 | 
			
		||||
				INFOPLIST_FILE = Runner/Info.plist;
 | 
			
		||||
				INFOPLIST_KEY_CFBundleDisplayName = FluffyChat;
 | 
			
		||||
				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
 | 
			
		||||
				LD_RUNPATH_SEARCH_PATHS = (
 | 
			
		||||
					"$(inherited)",
 | 
			
		||||
					"@executable_path/../Frameworks",
 | 
			
		||||
				);
 | 
			
		||||
				PRODUCT_NAME = FluffyChat;
 | 
			
		||||
				MACOSX_DEPLOYMENT_TARGET = 12.2;
 | 
			
		||||
				PRODUCT_COPYRIGHT = "Copyright © 2023 FluffyChat authors. All rights reserved.";
 | 
			
		||||
				PROVISIONING_PROFILE_SPECIFIER = "";
 | 
			
		||||
				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
 | 
			
		||||
				SWIFT_VERSION = 5.0;
 | 
			
		||||
@ -625,17 +583,15 @@
 | 
			
		||||
				CODE_SIGN_ENTITLEMENTS = Runner/Release.entitlements;
 | 
			
		||||
				CODE_SIGN_STYLE = Automatic;
 | 
			
		||||
				COMBINE_HIDPI_IMAGES = YES;
 | 
			
		||||
				DEVELOPMENT_TEAM = 4NXF6Z997G;
 | 
			
		||||
				FRAMEWORK_SEARCH_PATHS = (
 | 
			
		||||
					"$(inherited)",
 | 
			
		||||
					"$(PROJECT_DIR)/Flutter/ephemeral",
 | 
			
		||||
				);
 | 
			
		||||
				INFOPLIST_FILE = Runner/Info.plist;
 | 
			
		||||
				INFOPLIST_KEY_CFBundleDisplayName = FluffyChat;
 | 
			
		||||
				INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
 | 
			
		||||
				LD_RUNPATH_SEARCH_PATHS = (
 | 
			
		||||
					"$(inherited)",
 | 
			
		||||
					"@executable_path/../Frameworks",
 | 
			
		||||
				);
 | 
			
		||||
				PRODUCT_NAME = FluffyChat;
 | 
			
		||||
				MACOSX_DEPLOYMENT_TARGET = 12.2;
 | 
			
		||||
				PRODUCT_COPYRIGHT = "Copyright © 2023 FluffyChat authors. All rights reserved.";
 | 
			
		||||
				PROVISIONING_PROFILE_SPECIFIER = "";
 | 
			
		||||
				SWIFT_VERSION = 5.0;
 | 
			
		||||
			};
 | 
			
		||||
@ -645,7 +601,7 @@
 | 
			
		||||
			isa = XCBuildConfiguration;
 | 
			
		||||
			buildSettings = {
 | 
			
		||||
				CODE_SIGN_STYLE = Manual;
 | 
			
		||||
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
			
		||||
				PRODUCT_NAME = "FluffyChat";
 | 
			
		||||
			};
 | 
			
		||||
			name = Debug;
 | 
			
		||||
		};
 | 
			
		||||
@ -653,7 +609,7 @@
 | 
			
		||||
			isa = XCBuildConfiguration;
 | 
			
		||||
			buildSettings = {
 | 
			
		||||
				CODE_SIGN_STYLE = Automatic;
 | 
			
		||||
				PRODUCT_NAME = "$(TARGET_NAME)";
 | 
			
		||||
				PRODUCT_NAME = "FluffyChat";
 | 
			
		||||
			};
 | 
			
		||||
			name = Release;
 | 
			
		||||
		};
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<Scheme
 | 
			
		||||
   LastUpgradeVersion = "1000"
 | 
			
		||||
   LastUpgradeVersion = "1300"
 | 
			
		||||
   version = "1.3">
 | 
			
		||||
   <BuildAction
 | 
			
		||||
      parallelizeBuildables = "YES"
 | 
			
		||||
@ -27,18 +27,6 @@
 | 
			
		||||
      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
 | 
			
		||||
      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
 | 
			
		||||
      shouldUseLaunchSchemeArgsEnv = "YES">
 | 
			
		||||
      <Testables>
 | 
			
		||||
         <TestableReference
 | 
			
		||||
            skipped = "NO">
 | 
			
		||||
            <BuildableReference
 | 
			
		||||
               BuildableIdentifier = "primary"
 | 
			
		||||
               BlueprintIdentifier = "00380F9121DF178D00097171"
 | 
			
		||||
               BuildableName = "RunnerUITests.xctest"
 | 
			
		||||
               BlueprintName = "RunnerUITests"
 | 
			
		||||
               ReferencedContainer = "container:Runner.xcodeproj">
 | 
			
		||||
            </BuildableReference>
 | 
			
		||||
         </TestableReference>
 | 
			
		||||
      </Testables>
 | 
			
		||||
      <MacroExpansion>
 | 
			
		||||
         <BuildableReference
 | 
			
		||||
            BuildableIdentifier = "primary"
 | 
			
		||||
@ -48,8 +36,19 @@
 | 
			
		||||
            ReferencedContainer = "container:Runner.xcodeproj">
 | 
			
		||||
         </BuildableReference>
 | 
			
		||||
      </MacroExpansion>
 | 
			
		||||
      <AdditionalOptions>
 | 
			
		||||
      </AdditionalOptions>
 | 
			
		||||
      <Testables>
 | 
			
		||||
         <TestableReference
 | 
			
		||||
            skipped = "NO"
 | 
			
		||||
            parallelizable = "YES">
 | 
			
		||||
            <BuildableReference
 | 
			
		||||
               BuildableIdentifier = "primary"
 | 
			
		||||
               BlueprintIdentifier = "331C80D4294CF70F00263BE5"
 | 
			
		||||
               BuildableName = "RunnerTests.xctest"
 | 
			
		||||
               BlueprintName = "RunnerTests"
 | 
			
		||||
               ReferencedContainer = "container:Runner.xcodeproj">
 | 
			
		||||
            </BuildableReference>
 | 
			
		||||
         </TestableReference>
 | 
			
		||||
      </Testables>
 | 
			
		||||
   </TestAction>
 | 
			
		||||
   <LaunchAction
 | 
			
		||||
      buildConfiguration = "Debug"
 | 
			
		||||
@ -71,11 +70,9 @@
 | 
			
		||||
            ReferencedContainer = "container:Runner.xcodeproj">
 | 
			
		||||
         </BuildableReference>
 | 
			
		||||
      </BuildableProductRunnable>
 | 
			
		||||
      <AdditionalOptions>
 | 
			
		||||
      </AdditionalOptions>
 | 
			
		||||
   </LaunchAction>
 | 
			
		||||
   <ProfileAction
 | 
			
		||||
      buildConfiguration = "Release"
 | 
			
		||||
      buildConfiguration = "Profile"
 | 
			
		||||
      shouldUseLaunchSchemeArgsEnv = "YES"
 | 
			
		||||
      savedToolIdentifier = ""
 | 
			
		||||
      useCustomWorkingDirectory = "NO"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								macos/Runner/Assets.xcassets/AppIcon.appiconset/1024-mac.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 21 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								macos/Runner/Assets.xcassets/AppIcon.appiconset/128-mac.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.8 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								macos/Runner/Assets.xcassets/AppIcon.appiconset/16-mac.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 316 B  | 
							
								
								
									
										
											BIN
										
									
								
								macos/Runner/Assets.xcassets/AppIcon.appiconset/256-mac.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 5.3 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								macos/Runner/Assets.xcassets/AppIcon.appiconset/32-mac.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 878 B  | 
							
								
								
									
										
											BIN
										
									
								
								macos/Runner/Assets.xcassets/AppIcon.appiconset/512-mac.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 11 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								macos/Runner/Assets.xcassets/AppIcon.appiconset/64-mac.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 1.4 KiB  | 
@ -1,68 +1 @@
 | 
			
		||||
{
 | 
			
		||||
  "images" : [
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "16x16",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_16.png",
 | 
			
		||||
      "scale" : "1x"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "16x16",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_32.png",
 | 
			
		||||
      "scale" : "2x"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "32x32",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_32.png",
 | 
			
		||||
      "scale" : "1x"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "32x32",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_64.png",
 | 
			
		||||
      "scale" : "2x"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "128x128",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_128.png",
 | 
			
		||||
      "scale" : "1x"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "128x128",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_256.png",
 | 
			
		||||
      "scale" : "2x"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "256x256",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_256.png",
 | 
			
		||||
      "scale" : "1x"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "256x256",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_512.png",
 | 
			
		||||
      "scale" : "2x"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "512x512",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_512.png",
 | 
			
		||||
      "scale" : "1x"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "size" : "512x512",
 | 
			
		||||
      "idiom" : "mac",
 | 
			
		||||
      "filename" : "app_icon_1024.png",
 | 
			
		||||
      "scale" : "2x"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "info" : {
 | 
			
		||||
    "version" : 1,
 | 
			
		||||
    "author" : "xcode"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
{"images":[{"size":"1024x1024","filename":"1024-mac.png","expected-size":"1024","idiom":"ios-marketing","folder":"Assets.xcassets/AppIcon.appiconset/","scale":"1x"},{"size":"128x128","expected-size":"128","filename":"128-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"256x256","expected-size":"256","filename":"256-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"128x128","expected-size":"256","filename":"256-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"256x256","expected-size":"512","filename":"512-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"32x32","expected-size":"32","filename":"32-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"512x512","expected-size":"512","filename":"512-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"16x16","expected-size":"16","filename":"16-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"16x16","expected-size":"32","filename":"32-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"32x32","expected-size":"64","filename":"64-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"512x512","expected-size":"1024","filename":"1024-mac.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"}]}
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 69 KiB  | 
| 
		 Before Width: | Height: | Size: 5.0 KiB  | 
| 
		 Before Width: | Height: | Size: 868 B  | 
| 
		 Before Width: | Height: | Size: 10 KiB  | 
| 
		 Before Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 20 KiB  | 
| 
		 Before Width: | Height: | Size: 2.6 KiB  | 
@ -323,6 +323,10 @@
 | 
			
		||||
                        </items>
 | 
			
		||||
                    </menu>
 | 
			
		||||
                </menuItem>
 | 
			
		||||
                <menuItem title="Help" id="EPT-qC-fAb">
 | 
			
		||||
                    <modifierMask key="keyEquivalentModifierMask"/>
 | 
			
		||||
                    <menu key="submenu" title="Help" systemMenu="help" id="rJ0-wn-3NY"/>
 | 
			
		||||
                </menuItem>
 | 
			
		||||
            </items>
 | 
			
		||||
            <point key="canvasLocation" x="142" y="-258"/>
 | 
			
		||||
        </menu>
 | 
			
		||||
 | 
			
		||||
@ -5,10 +5,10 @@
 | 
			
		||||
// 'flutter create' template.
 | 
			
		||||
 | 
			
		||||
// The application's name. By default this is also the title of the Flutter window.
 | 
			
		||||
PRODUCT_NAME = fluffychat
 | 
			
		||||
PRODUCT_NAME = FluffyChat
 | 
			
		||||
 | 
			
		||||
// The application's bundle identifier
 | 
			
		||||
PRODUCT_BUNDLE_IDENTIFIER = chat.fluffy.fluffychat
 | 
			
		||||
PRODUCT_BUNDLE_IDENTIFIER = im.fluffychat.fluffychat
 | 
			
		||||
 | 
			
		||||
// The copyright displayed in application information
 | 
			
		||||
PRODUCT_COPYRIGHT = Copyright © 2020 chat.fluffy. All rights reserved.
 | 
			
		||||
PRODUCT_COPYRIGHT = Copyright © 2023 FluffyChat authors. All rights reserved.
 | 
			
		||||
 | 
			
		||||
@ -4,21 +4,21 @@
 | 
			
		||||
<dict>
 | 
			
		||||
	<key>com.apple.security.app-sandbox</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.assets.movies.read-only</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.assets.music.read-only</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.assets.pictures.read-only</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.cs.allow-jit</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.files.downloads.read-write</key>
 | 
			
		||||
	<key>com.apple.security.device.audio-input</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.files.user-selected.read-only</key>
 | 
			
		||||
	<key>com.apple.security.device.camera</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.files.user-selected.read-write</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.network.client</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.network.server</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.personal-information.location</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
</dict>
 | 
			
		||||
</plist>
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ import FlutterMacOS
 | 
			
		||||
 | 
			
		||||
class MainFlutterWindow: NSWindow {
 | 
			
		||||
  override func awakeFromNib() {
 | 
			
		||||
    let flutterViewController = FlutterViewController.init()
 | 
			
		||||
    let flutterViewController = FlutterViewController()
 | 
			
		||||
    let windowFrame = self.frame
 | 
			
		||||
    self.contentViewController = flutterViewController
 | 
			
		||||
    self.setFrame(windowFrame, display: true)
 | 
			
		||||
 | 
			
		||||
@ -4,19 +4,17 @@
 | 
			
		||||
<dict>
 | 
			
		||||
	<key>com.apple.security.app-sandbox</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.assets.movies.read-only</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.assets.music.read-only</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.assets.pictures.read-only</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.files.downloads.read-write</key>
 | 
			
		||||
	<key>com.apple.security.device.audio-input</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.files.user-selected.read-only</key>
 | 
			
		||||
	<key>com.apple.security.device.camera</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.files.user-selected.read-write</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.network.client</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
	<key>com.apple.security.network.server</key>
 | 
			
		||||
	<key>com.apple.security.personal-information.location</key>
 | 
			
		||||
	<true/>
 | 
			
		||||
</dict>
 | 
			
		||||
</plist>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										35
									
								
								scripts/build-macos.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						@ -0,0 +1,35 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
git apply ./scripts/enable-android-google-services.patch
 | 
			
		||||
FLUFFYCHAT_ORIG_GROUP="im.fluffychat"
 | 
			
		||||
FLUFFYCHAT_ORIG_TEAM="4NXF6Z997G"
 | 
			
		||||
#FLUFFYCHAT_NEW_GROUP="com.example.fluffychat"
 | 
			
		||||
#FLUFFYCHAT_NEW_TEAM="ABCDE12345"
 | 
			
		||||
 | 
			
		||||
# In some cases (ie: running beta XCode releases) some pods haven't updated their minimum version
 | 
			
		||||
# but XCode will reject the package for using too old of a minimum version. 
 | 
			
		||||
# This will fix that, but. Well. Use at your own risk.
 | 
			
		||||
# export I_PROMISE_IM_REALLY_SMART=1
 | 
			
		||||
 | 
			
		||||
# If you want to automatically install the app
 | 
			
		||||
# export FLUFFYCHAT_INSTALL_IPA=1
 | 
			
		||||
 | 
			
		||||
### Rotate IDs ###
 | 
			
		||||
[ -n "${FLUFFYCHAT_NEW_GROUP}" ] && {
 | 
			
		||||
	# App group IDs
 | 
			
		||||
	sed -i "" "s/group.${FLUFFYCHAT_ORIG_GROUP}.app/group.${FLUFFYCHAT_NEW_GROUP}.app/g" "macos/Runner/Runner.entitlements"
 | 
			
		||||
	sed -i "" "s/group.${FLUFFYCHAT_ORIG_GROUP}.app/group.${FLUFFYCHAT_NEW_GROUP}.app/g" "macos/Runner.xcodeproj/project.pbxproj"
 | 
			
		||||
	# Bundle identifiers
 | 
			
		||||
	sed -i "" "s/${FLUFFYCHAT_ORIG_GROUP}.app/${FLUFFYCHAT_NEW_GROUP}.app/g" "macos/Runner.xcodeproj/project.pbxproj"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
[ -n "${FLUFFYCHAT_NEW_TEAM}" ] && {
 | 
			
		||||
	# Code signing team
 | 
			
		||||
	sed -i "" "s/${FLUFFYCHAT_ORIG_TEAM}/${FLUFFYCHAT_NEW_TEAM}/g" "macos/Runner.xcodeproj/project.pbxproj"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
### Make release build ###
 | 
			
		||||
flutter build macos --release
 | 
			
		||||
 | 
			
		||||
cp /usr/local/Cellar/libolm/**/lib/libolm.3.dylib build/macos/Build/Products/Release/FluffyChat.app/Contents/Frameworks/libolm.3.dylib
 | 
			
		||||
 | 
			
		||||
echo "Build build/macos/Build/Products/Release/FluffyChat.app"
 | 
			
		||||
							
								
								
									
										8
									
								
								scripts/prepare-macos.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						@ -0,0 +1,8 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
if ! type "flutter" > /dev/null; then
 | 
			
		||||
	brew install flutter
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
brew install libolm
 | 
			
		||||
 | 
			
		||||