|
709 | 709 | 3F2C8A19285B038800B1A5BB /* BuildkiteTestCollector in Frameworks */ = {isa = PBXBuildFile; productRef = 3F2C8A18285B038800B1A5BB /* BuildkiteTestCollector */; }; |
710 | 710 | 3F2C8A1B285B039900B1A5BB /* BuildkiteTestCollector in Frameworks */ = {isa = PBXBuildFile; productRef = 3F2C8A1A285B039900B1A5BB /* BuildkiteTestCollector */; }; |
711 | 711 | 3F2C8A1D285B03A400B1A5BB /* BuildkiteTestCollector in Frameworks */ = {isa = PBXBuildFile; productRef = 3F2C8A1C285B03A400B1A5BB /* BuildkiteTestCollector */; }; |
| 712 | + 3F50FE4128C8319A00C89201 /* Entitlements in Resources */ = {isa = PBXBuildFile; fileRef = 3F50FE4028C8319A00C89201 /* Entitlements */; }; |
712 | 713 | 3F58701F281B947E004F7556 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3F58701E281B947E004F7556 /* Main.storyboard */; }; |
713 | 714 | 3F587021281B9494004F7556 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3F587020281B9494004F7556 /* LaunchScreen.storyboard */; }; |
714 | 715 | 3F587026281B9C19004F7556 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3F587028281B9C19004F7556 /* InfoPlist.strings */; }; |
|
2575 | 2576 | 3F1FA84828B60126009E246C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
2576 | 2577 | 3F1FA84A28B60126009E246C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
2577 | 2578 | 3F271A9728A2684400E656AE /* UITests.xctestplan */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = UITests.xctestplan; sourceTree = "<group>"; }; |
| 2579 | + 3F50FE4028C8319A00C89201 /* Entitlements */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Entitlements; sourceTree = "<group>"; }; |
2578 | 2580 | 3F58701E281B947E004F7556 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; }; |
2579 | 2581 | 3F587020281B9494004F7556 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; }; |
2580 | 2582 | 3F587027281B9C19004F7556 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
|
5328 | 5330 | 3F1FA84428B60125009E246C /* StoreWidgets */ = { |
5329 | 5331 | isa = PBXGroup; |
5330 | 5332 | children = ( |
| 5333 | + 3F50FE4028C8319A00C89201 /* Entitlements */, |
5331 | 5334 | 26FFD32828C6A0E4002E5E5E /* Images */, |
5332 | 5335 | 3F1FA84528B60125009E246C /* StoreWidgets.swift */, |
5333 | 5336 | 265C99E028B9BA43005E6117 /* StoreInfoWidget.swift */, |
|
8881 | 8884 | B5D1AFC820BC7B9600DB0E8C /* StorePickerViewController.xib in Resources */, |
8882 | 8885 | 45CDAFAF2434CFCA00F83C22 /* ProductCatalogVisibilityViewController.xib in Resources */, |
8883 | 8886 | CE1D5A56228A0AD200DF3715 /* TwoColumnTableViewCell.xib in Resources */, |
| 8887 | + 3F50FE4128C8319A00C89201 /* Entitlements in Resources */, |
8884 | 8888 | 03FBDAA3263AED2F00ACE257 /* CouponListViewController.xib in Resources */, |
8885 | 8889 | B57C744320F54F1C00EEFC87 /* AccountHeaderView.xib in Resources */, |
8886 | 8890 | 4506BD722461965300FE6377 /* ProductVisibilityViewController.xib in Resources */, |
|
11028 | 11032 | ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
11029 | 11033 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
11030 | 11034 | CLANG_ENABLE_OBJC_WEAK = YES; |
| 11035 | + CODE_SIGN_ENTITLEMENTS = StoreWidgets/Entitlements/StoreWidgetsExtension.entitlements; |
11031 | 11036 | CODE_SIGN_STYLE = Manual; |
11032 | 11037 | CURRENT_PROJECT_VERSION = 1; |
11033 | 11038 | DEVELOPMENT_TEAM = PZYM8XX95Q; |
|
11063 | 11068 | ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
11064 | 11069 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
11065 | 11070 | CLANG_ENABLE_OBJC_WEAK = YES; |
| 11071 | + CODE_SIGN_ENTITLEMENTS = StoreWidgets/Entitlements/StoreWidgetsExtensionRelease.entitlements; |
11066 | 11072 | CODE_SIGN_IDENTITY = "iPhone Distribution"; |
11067 | 11073 | CODE_SIGN_STYLE = Manual; |
11068 | 11074 | CURRENT_PROJECT_VERSION = 1; |
|
11098 | 11104 | ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
11099 | 11105 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
11100 | 11106 | CLANG_ENABLE_OBJC_WEAK = YES; |
| 11107 | + CODE_SIGN_ENTITLEMENTS = "StoreWidgets/Entitlements/StoreWidgetsExtensionRelease-Alpha.entitlements"; |
11101 | 11108 | CODE_SIGN_IDENTITY = "iPhone Distribution"; |
11102 | 11109 | CODE_SIGN_STYLE = Manual; |
11103 | 11110 | CURRENT_PROJECT_VERSION = 1; |
|
0 commit comments