Showing
6 changed files
with
33 additions
and
8 deletions
No preview for this file type
... | @@ -265,7 +265,6 @@ | ... | @@ -265,7 +265,6 @@ |
265 | F2447FDBC0B149DFB9DC6E40 /* Pods-WarplySDKFrameworkIOS.debug.xcconfig */, | 265 | F2447FDBC0B149DFB9DC6E40 /* Pods-WarplySDKFrameworkIOS.debug.xcconfig */, |
266 | B9413513157AD76ECE896B81 /* Pods-WarplySDKFrameworkIOS.release.xcconfig */, | 266 | B9413513157AD76ECE896B81 /* Pods-WarplySDKFrameworkIOS.release.xcconfig */, |
267 | ); | 267 | ); |
268 | - name = Pods; | ||
269 | path = Pods; | 268 | path = Pods; |
270 | sourceTree = "<group>"; | 269 | sourceTree = "<group>"; |
271 | }; | 270 | }; |
... | @@ -880,7 +879,7 @@ | ... | @@ -880,7 +879,7 @@ |
880 | GENERATE_INFOPLIST_FILE = YES; | 879 | GENERATE_INFOPLIST_FILE = YES; |
881 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; | 880 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
882 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 881 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
883 | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; | 882 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
884 | LD_RUNPATH_SEARCH_PATHS = ( | 883 | LD_RUNPATH_SEARCH_PATHS = ( |
885 | "$(inherited)", | 884 | "$(inherited)", |
886 | "@executable_path/Frameworks", | 885 | "@executable_path/Frameworks", |
... | @@ -913,7 +912,7 @@ | ... | @@ -913,7 +912,7 @@ |
913 | GENERATE_INFOPLIST_FILE = YES; | 912 | GENERATE_INFOPLIST_FILE = YES; |
914 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; | 913 | INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
915 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | 914 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
916 | - IPHONEOS_DEPLOYMENT_TARGET = 13.0; | 915 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
917 | LD_RUNPATH_SEARCH_PATHS = ( | 916 | LD_RUNPATH_SEARCH_PATHS = ( |
918 | "$(inherited)", | 917 | "$(inherited)", |
919 | "@executable_path/Frameworks", | 918 | "@executable_path/Frameworks", | ... | ... |
No preview for this file type
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
3 | +<plist version="1.0"> | ||
4 | +<dict> | ||
5 | + <key>BuildLocationStyle</key> | ||
6 | + <string>UseAppPreferences</string> | ||
7 | + <key>CustomBuildLocationType</key> | ||
8 | + <string>RelativeToDerivedData</string> | ||
9 | + <key>DerivedDataLocationStyle</key> | ||
10 | + <string>Default</string> | ||
11 | + <key>IssueFilterStyle</key> | ||
12 | + <string>ShowActiveSchemeOnly</string> | ||
13 | + <key>LiveSourceIssuesEnabled</key> | ||
14 | + <true/> | ||
15 | + <key>ShowSharedSchemesAutomaticallyEnabled</key> | ||
16 | + <true/> | ||
17 | +</dict> | ||
18 | +</plist> |
... | @@ -68,8 +68,8 @@ struct ProfileView: View { | ... | @@ -68,8 +68,8 @@ struct ProfileView: View { |
68 | } | 68 | } |
69 | } | 69 | } |
70 | 70 | ||
71 | -struct ProfileView_Previews: PreviewProvider { | 71 | +//struct ProfileView_Previews: PreviewProvider { |
72 | - static var previews: some View { | 72 | +// static var previews: some View { |
73 | - ProfileView() | 73 | +// ProfileView() |
74 | - } | 74 | +// } |
75 | -} | 75 | +//} | ... | ... |
-
Please register or login to post a comment