|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 3BDB825A292D67900093AC9D /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BDB8258292D67900093AC9D /* SceneDelegate.m */; }; |
10 | 11 | 5533980A2627F4670031D02C /* RollbarPLCrashReporter in Frameworks */ = {isa = PBXBuildFile; productRef = 553398092627F4670031D02C /* RollbarPLCrashReporter */; };
|
11 | 12 | 55684F702553B4C400F82F34 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 55684F6F2553B4C400F82F34 /* AppDelegate.m */; };
|
12 |
| - 55684F732553B4C400F82F34 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 55684F722553B4C400F82F34 /* SceneDelegate.m */; }; |
13 | 13 | 55684F762553B4C400F82F34 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 55684F752553B4C400F82F34 /* ViewController.m */; };
|
14 | 14 | 55684F792553B4C400F82F34 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 55684F772553B4C400F82F34 /* Main.storyboard */; };
|
15 | 15 | 55684F7B2553B4C700F82F34 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 55684F7A2553B4C700F82F34 /* Assets.xcassets */; };
|
|
22 | 22 | /* End PBXBuildFile section */
|
23 | 23 |
|
24 | 24 | /* Begin PBXFileReference section */
|
| 25 | + 3BDB8258292D67900093AC9D /* SceneDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; }; |
| 26 | + 3BDB8259292D67900093AC9D /* SceneDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; }; |
| 27 | + 3BDB825B292E34990093AC9D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
25 | 28 | 55684F6B2553B4C400F82F34 /* iosAppObjC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iosAppObjC.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
26 | 29 | 55684F6E2553B4C400F82F34 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
27 | 30 | 55684F6F2553B4C400F82F34 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
28 |
| - 55684F712553B4C400F82F34 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; }; |
29 |
| - 55684F722553B4C400F82F34 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; }; |
30 | 31 | 55684F742553B4C400F82F34 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
31 | 32 | 55684F752553B4C400F82F34 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
32 | 33 | 55684F782553B4C400F82F34 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
33 | 34 | 55684F7A2553B4C700F82F34 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
34 | 35 | 55684F7D2553B4C700F82F34 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
35 |
| - 55684F7F2553B4C700F82F34 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
36 | 36 | 55684F802553B4C700F82F34 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
37 | 37 | 55684F9B2553BD1B00F82F34 /* iosAppObjC.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = iosAppObjC.entitlements; sourceTree = "<group>"; };
|
38 | 38 | 55684F9C2553BD1C00F82F34 /* NetworkExtension.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NetworkExtension.framework; path = System/Library/Frameworks/NetworkExtension.framework; sourceTree = SDKROOT; };
|
39 |
| - 55C1B42127C5C95000017B22 /* RollbarDemoSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RollbarDemoSettings.h; path = ../../RollbarDemoSettings.h; sourceTree = "<group>"; }; |
40 | 39 | /* End PBXFileReference section */
|
41 | 40 |
|
42 | 41 | /* Begin PBXFrameworksBuildPhase section */
|
|
75 | 74 | 55684F6D2553B4C400F82F34 /* iosAppObjC */ = {
|
76 | 75 | isa = PBXGroup;
|
77 | 76 | children = (
|
78 |
| - 55C1B42127C5C95000017B22 /* RollbarDemoSettings.h */, |
| 77 | + 3BDB825B292E34990093AC9D /* Info.plist */, |
79 | 78 | 55684F9B2553BD1B00F82F34 /* iosAppObjC.entitlements */,
|
80 | 79 | 55684F6E2553B4C400F82F34 /* AppDelegate.h */,
|
81 | 80 | 55684F6F2553B4C400F82F34 /* AppDelegate.m */,
|
82 |
| - 55684F712553B4C400F82F34 /* SceneDelegate.h */, |
83 |
| - 55684F722553B4C400F82F34 /* SceneDelegate.m */, |
| 81 | + 3BDB8259292D67900093AC9D /* SceneDelegate.h */, |
| 82 | + 3BDB8258292D67900093AC9D /* SceneDelegate.m */, |
84 | 83 | 55684F742553B4C400F82F34 /* ViewController.h */,
|
85 | 84 | 55684F752553B4C400F82F34 /* ViewController.m */,
|
86 | 85 | 55684F772553B4C400F82F34 /* Main.storyboard */,
|
87 | 86 | 55684F7A2553B4C700F82F34 /* Assets.xcassets */,
|
88 | 87 | 55684F7C2553B4C700F82F34 /* LaunchScreen.storyboard */,
|
89 |
| - 55684F7F2553B4C700F82F34 /* Info.plist */, |
90 | 88 | 55684F802553B4C700F82F34 /* main.m */,
|
91 | 89 | );
|
92 | 90 | path = iosAppObjC;
|
|
178 | 176 | 55684F762553B4C400F82F34 /* ViewController.m in Sources */,
|
179 | 177 | 55684F702553B4C400F82F34 /* AppDelegate.m in Sources */,
|
180 | 178 | 55684F812553B4C700F82F34 /* main.m in Sources */,
|
181 |
| - 55684F732553B4C400F82F34 /* SceneDelegate.m in Sources */, |
| 179 | + 3BDB825A292D67900093AC9D /* SceneDelegate.m in Sources */, |
182 | 180 | );
|
183 | 181 | runOnlyForDeploymentPostprocessing = 0;
|
184 | 182 | };
|
|
238 | 236 | CLANG_WARN_UNREACHABLE_CODE = YES;
|
239 | 237 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
240 | 238 | COPY_PHASE_STRIP = NO;
|
241 |
| - DEBUG_INFORMATION_FORMAT = dwarf; |
| 239 | + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
242 | 240 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
243 | 241 | ENABLE_TESTABILITY = YES;
|
244 | 242 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
255 | 253 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
256 | 254 | GCC_WARN_UNUSED_FUNCTION = YES;
|
257 | 255 | GCC_WARN_UNUSED_VARIABLE = YES;
|
258 |
| - IPHONEOS_DEPLOYMENT_TARGET = 14.1; |
| 256 | + GENERATE_INFOPLIST_FILE = YES; |
| 257 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
259 | 258 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
260 | 259 | MTL_FAST_MATH = YES;
|
261 | 260 | ONLY_ACTIVE_ARCH = YES;
|
| 261 | + PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.iosAppObjC; |
262 | 262 | SDKROOT = iphoneos;
|
263 | 263 | };
|
264 | 264 | name = Debug;
|
|
308 | 308 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
309 | 309 | GCC_WARN_UNUSED_FUNCTION = YES;
|
310 | 310 | GCC_WARN_UNUSED_VARIABLE = YES;
|
311 |
| - IPHONEOS_DEPLOYMENT_TARGET = 14.1; |
| 311 | + GENERATE_INFOPLIST_FILE = YES; |
| 312 | + IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
312 | 313 | MTL_ENABLE_DEBUG_INFO = NO;
|
313 | 314 | MTL_FAST_MATH = YES;
|
| 315 | + PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.iosAppObjC; |
314 | 316 | SDKROOT = iphoneos;
|
315 | 317 | VALIDATE_PRODUCT = YES;
|
316 | 318 | };
|
|
324 | 326 | CODE_SIGN_ENTITLEMENTS = iosAppObjC/iosAppObjC.entitlements;
|
325 | 327 | CODE_SIGN_IDENTITY = "Apple Development";
|
326 | 328 | CODE_SIGN_STYLE = Automatic;
|
327 |
| - DEVELOPMENT_TEAM = LDX6L68VZJ; |
| 329 | + CURRENT_PROJECT_VERSION = 3; |
| 330 | + DEVELOPMENT_TEAM = 6B5NER795L; |
328 | 331 | INFOPLIST_FILE = iosAppObjC/Info.plist;
|
| 332 | + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
| 333 | + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 334 | + INFOPLIST_KEY_UIMainStoryboardFile = Main; |
| 335 | + INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7; |
| 336 | + INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 337 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
329 | 338 | LD_RUNPATH_SEARCH_PATHS = (
|
330 | 339 | "$(inherited)",
|
331 | 340 | "@executable_path/Frameworks",
|
332 | 341 | );
|
| 342 | + MARKETING_VERSION = 1.0; |
333 | 343 | PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.iosAppObjC;
|
334 | 344 | PRODUCT_NAME = "$(TARGET_NAME)";
|
335 | 345 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
345 | 355 | CODE_SIGN_ENTITLEMENTS = iosAppObjC/iosAppObjC.entitlements;
|
346 | 356 | CODE_SIGN_IDENTITY = "Apple Development";
|
347 | 357 | CODE_SIGN_STYLE = Automatic;
|
348 |
| - DEVELOPMENT_TEAM = LDX6L68VZJ; |
| 358 | + CURRENT_PROJECT_VERSION = 3; |
| 359 | + DEVELOPMENT_TEAM = 6B5NER795L; |
349 | 360 | INFOPLIST_FILE = iosAppObjC/Info.plist;
|
| 361 | + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
| 362 | + INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; |
| 363 | + INFOPLIST_KEY_UIMainStoryboardFile = Main; |
| 364 | + INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7; |
| 365 | + INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 366 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
350 | 367 | LD_RUNPATH_SEARCH_PATHS = (
|
351 | 368 | "$(inherited)",
|
352 | 369 | "@executable_path/Frameworks",
|
353 | 370 | );
|
| 371 | + MARKETING_VERSION = 1.0; |
354 | 372 | PRODUCT_BUNDLE_IDENTIFIER = com.rollbar.iosAppObjC;
|
355 | 373 | PRODUCT_NAME = "$(TARGET_NAME)";
|
356 | 374 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
0 commit comments