|
17 | 17 | 058557BA273AAA24004C7B11 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
18 | 18 | 058557D8273AAEEB004C7B11 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
19 | 19 | 2152FB032600AC8F00CF470E /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = "<group>"; }; |
20 | | - 7555FF7B242A565900829871 /* My application.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "My application.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 20 | + 7555FF7B242A565900829871 /* ScoutEventi.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ScoutEventi.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
21 | 21 | 7555FF82242A565900829871 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
22 | 22 | 7555FF8C242A565B00829871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
23 | 23 | AB3632DC29227652001CCB65 /* Config.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Config.xcconfig; sourceTree = "<group>"; }; |
|
94 | 94 | isa = PBXNativeTarget; |
95 | 95 | buildConfigurationList = 7555FFA5242A565B00829871 /* Build configuration list for PBXNativeTarget "iosApp" */; |
96 | 96 | buildPhases = ( |
97 | | - 05D91A912A5EF49C00F138EB /* Compile Kotlin */, |
98 | 97 | 7555FF77242A565900829871 /* Sources */, |
99 | 98 | 7555FF79242A565900829871 /* Resources */, |
100 | 99 | F85CB1118929364A9C6EFABC /* Frameworks */, |
|
104 | 103 | dependencies = ( |
105 | 104 | ); |
106 | 105 | name = iosApp; |
107 | | - productName = iosApp; |
108 | | - productReference = 7555FF7B242A565900829871 /* My application.app */; |
| 106 | + productName = ScoutEventi; |
| 107 | + productReference = 7555FF7B242A565900829871 /* ScoutEventi.app */; |
109 | 108 | productType = "com.apple.product-type.application"; |
110 | 109 | }; |
111 | 110 | /* End PBXNativeTarget section */ |
|
153 | 152 | }; |
154 | 153 | /* End PBXResourcesBuildPhase section */ |
155 | 154 |
|
156 | | -/* Begin PBXShellScriptBuildPhase section */ |
157 | | - 05D91A912A5EF49C00F138EB /* Compile Kotlin */ = { |
158 | | - isa = PBXShellScriptBuildPhase; |
159 | | - buildActionMask = 2147483647; |
160 | | - files = ( |
161 | | - ); |
162 | | - inputFileListPaths = ( |
163 | | - ); |
164 | | - inputPaths = ( |
165 | | - ); |
166 | | - name = "Compile Kotlin"; |
167 | | - outputFileListPaths = ( |
168 | | - ); |
169 | | - outputPaths = ( |
170 | | - ); |
171 | | - runOnlyForDeploymentPostprocessing = 0; |
172 | | - shellPath = /bin/sh; |
173 | | - shellScript = "cd \"$SRCROOT/..\"\n./gradlew :shared:embedAndSignAppleFrameworkForXcode\n"; |
174 | | - }; |
175 | | -/* End PBXShellScriptBuildPhase section */ |
176 | | - |
177 | 155 | /* Begin PBXSourcesBuildPhase section */ |
178 | 156 | 7555FF77242A565900829871 /* Sources */ = { |
179 | 157 | isa = PBXSourcesBuildPhase; |
|
314 | 292 | DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\""; |
315 | 293 | DEVELOPMENT_TEAM = "${TEAM_ID}"; |
316 | 294 | ENABLE_PREVIEWS = YES; |
317 | | - FRAMEWORK_SEARCH_PATHS = ( |
318 | | - "$(inherited)\n", |
319 | | - "$(SRCROOT)/../shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)\n", |
320 | | - ); |
321 | 295 | INFOPLIST_FILE = iosApp/Info.plist; |
322 | 296 | IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
323 | 297 | LD_RUNPATH_SEARCH_PATHS = ( |
324 | 298 | "$(inherited)", |
325 | 299 | "@executable_path/Frameworks", |
326 | 300 | ); |
327 | | - OTHER_LDFLAGS = ( |
328 | | - "$(inherited)", |
329 | | - "-framework", |
330 | | - "shared\n$(inherited)", |
331 | | - "-framework", |
332 | | - "shared\n", |
333 | | - ); |
334 | | - PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_ID}${TEAM_ID}"; |
| 301 | + PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_ID}"; |
335 | 302 | PRODUCT_NAME = "${APP_NAME}"; |
336 | 303 | PROVISIONING_PROFILE_SPECIFIER = ""; |
337 | 304 | SWIFT_VERSION = 5.0; |
|
348 | 315 | DEVELOPMENT_ASSET_PATHS = "\"iosApp/Preview Content\""; |
349 | 316 | DEVELOPMENT_TEAM = "${TEAM_ID}"; |
350 | 317 | ENABLE_PREVIEWS = YES; |
351 | | - FRAMEWORK_SEARCH_PATHS = ( |
352 | | - "$(inherited)\n", |
353 | | - "$(SRCROOT)/../shared/build/xcode-frameworks/$(CONFIGURATION)/$(SDK_NAME)\n", |
354 | | - ); |
355 | 318 | INFOPLIST_FILE = iosApp/Info.plist; |
356 | 319 | IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
357 | 320 | LD_RUNPATH_SEARCH_PATHS = ( |
358 | 321 | "$(inherited)", |
359 | 322 | "@executable_path/Frameworks", |
360 | 323 | ); |
361 | | - OTHER_LDFLAGS = ( |
362 | | - "$(inherited)", |
363 | | - "-framework", |
364 | | - "shared\n$(inherited)", |
365 | | - "-framework", |
366 | | - "shared\n", |
367 | | - ); |
368 | | - PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_ID}${TEAM_ID}"; |
| 324 | + PRODUCT_BUNDLE_IDENTIFIER = "${BUNDLE_ID}"; |
369 | 325 | PRODUCT_NAME = "${APP_NAME}"; |
370 | 326 | PROVISIONING_PROFILE_SPECIFIER = ""; |
371 | 327 | SWIFT_VERSION = 5.0; |
|
0 commit comments