Skip to content

Commit

Permalink
chatgpt assisted fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
technoplato committed Dec 18, 2024
1 parent 29fa001 commit 0029bbe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
17 changes: 7 additions & 10 deletions ios/Converse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@
FAC715A2D49A985799AEE119 /* ExpoModulesProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpoModulesProvider.swift; path = "Pods/Target Support Files/Pods-Converse/ExpoModulesProvider.swift"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
1581A1112D12066900FAFD98 /* Google Services */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = "Google Services"; sourceTree = "<group>"; };
/* End PBXFileSystemSynchronizedRootGroup section */

/* Begin PBXFrameworksBuildPhase section */
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
Expand Down Expand Up @@ -142,6 +138,13 @@
name = Converse;
sourceTree = "<group>";
};
1581A1112D12066900FAFD98 /* Google Services */ = {
isa = PBXGroup;
children = (
);
path = "Google Services";
sourceTree = "<group>";
};
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -277,9 +280,6 @@
dependencies = (
4C56DB602BA444B700E84A23 /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
1581A1112D12066900FAFD98 /* Google Services */,
);
name = Converse;
productName = Converse;
productReference = 13B07F961A680F5B00A75B9A /* Converse.app */;
Expand All @@ -299,9 +299,6 @@
);
dependencies = (
);
fileSystemSynchronizedGroups = (
1581A1112D12066900FAFD98 /* Google Services */,
);
name = ConverseNotificationExtension;
packageProductDependencies = (
4C31F4ED29AF887B0032D062 /* Alamofire */,
Expand Down
6 changes: 6 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ target 'Converse' do
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
end

if ["expo-dev-menu", "Main", "ReactNativeCompatibles", "SafeAreaView", "Vendored"].include?(target.name)
target.build_configurations.each do |config|
config.build_settings['DEFINES_MODULE'] = 'YES' # or 'NO', but must be consistent
end
end
end

# This is necessary for Xcode 14, because it signs resource bundles by default
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2928,6 +2928,6 @@ SPEC CHECKSUMS:
XMTPReactNative: f3e1cbf80b7278b817bd42982703a95a9250497d
Yoga: b05994d1933f507b0a28ceaa4fdb968dc18da178

PODFILE CHECKSUM: 4d82c35393154fdd66fed2438e82b56bea48f396
PODFILE CHECKSUM: 486e62b661c0e5f31cc8484d987a423a15087ecb

COCOAPODS: 1.16.2

0 comments on commit 0029bbe

Please sign in to comment.