Skip to content

Commit

Permalink
Try to remove some cruft.
Browse files Browse the repository at this point in the history
In particular 'VERSIONING_SYSTEM' => 'apple-generic'.
This will cause a realm_privacy_vers.c file to be formed
and hence an exe to be build, which will cause trouble
on app store connect.
  • Loading branch information
nielsenko committed May 2, 2024
1 parent 30527bd commit 0b2f3ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/realm/ios/realm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@ Pod::Spec.new do |s|

s.swift_version = '5.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES',
'CURRENT_PROJECT_VERSION' => s.version,
'VERSIONING_SYSTEM' => 'apple-generic',
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17',
'CLANG_CXX_LIBRARY' => 'libc++',
# Flutter.framework does not contain a i386 slice.
# Only x86_64 simulators are supported. Using EXCLUDED_ARCHS to exclude i386 arch.
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386',
'HEADER_SEARCH_PATHS' => [
'"$(PODS_TARGET_SRCROOT)/Classes"',
],
Expand Down

0 comments on commit 0b2f3ee

Please sign in to comment.