Línea 7... |
Línea 7... |
7 |
objects = {
|
7 |
objects = {
|
Línea 8... |
Línea 8... |
8 |
|
8 |
|
9 |
/* Begin PBXBuildFile section */
|
9 |
/* Begin PBXBuildFile section */
|
10 |
8422601028A9B691005E625B /* NotificationListItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8422600F28A9B691005E625B /* NotificationListItemView.swift */; };
|
10 |
8422601028A9B691005E625B /* NotificationListItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8422600F28A9B691005E625B /* NotificationListItemView.swift */; };
|
- |
|
11 |
8422601228A9EF82005E625B /* NotificationListItemEmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8422601128A9EF82005E625B /* NotificationListItemEmptyView.swift */; };
|
11 |
8422601228A9EF82005E625B /* NotificationListItemEmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8422601128A9EF82005E625B /* NotificationListItemEmptyView.swift */; };
|
12 |
84AB6E9928BC5F090038A90A /* SafariView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84AB6E9828BC5F090038A90A /* SafariView.swift */; };
|
12 |
9605037F27BE810D00E6E5DF /* CardCapsuleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9605037E27BE810D00E6E5DF /* CardCapsuleView.swift */; };
|
13 |
9605037F27BE810D00E6E5DF /* CardCapsuleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9605037E27BE810D00E6E5DF /* CardCapsuleView.swift */; };
|
13 |
9605038427BE82F400E6E5DF /* GridCapsuleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9605038327BE82F400E6E5DF /* GridCapsuleView.swift */; };
|
14 |
9605038427BE82F400E6E5DF /* GridCapsuleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9605038327BE82F400E6E5DF /* GridCapsuleView.swift */; };
|
14 |
9605038927BE876A00E6E5DF /* CardSlideView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9605038827BE876A00E6E5DF /* CardSlideView.swift */; };
|
15 |
9605038927BE876A00E6E5DF /* CardSlideView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9605038827BE876A00E6E5DF /* CardSlideView.swift */; };
|
15 |
9605038E27BF014200E6E5DF /* GridSlideView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9605038D27BF014200E6E5DF /* GridSlideView.swift */; };
|
16 |
9605038E27BF014200E6E5DF /* GridSlideView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9605038D27BF014200E6E5DF /* GridSlideView.swift */; };
|
Línea 176... |
Línea 177... |
176 |
2D56109C40754006BE1EAA02 /* Pods_twogetskills.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_twogetskills.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
177 |
2D56109C40754006BE1EAA02 /* Pods_twogetskills.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_twogetskills.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
177 |
6D47FA75D4250FED0B14F6DC /* Pods-twogetskills.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-twogetskills.release.xcconfig"; path = "Target Support Files/Pods-twogetskills/Pods-twogetskills.release.xcconfig"; sourceTree = "<group>"; };
|
178 |
6D47FA75D4250FED0B14F6DC /* Pods-twogetskills.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-twogetskills.release.xcconfig"; path = "Target Support Files/Pods-twogetskills/Pods-twogetskills.release.xcconfig"; sourceTree = "<group>"; };
|
178 |
7BC589C3ADE7FD2CC0BCBEBF /* Pods-twogetskills.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-twogetskills.debug.xcconfig"; path = "Target Support Files/Pods-twogetskills/Pods-twogetskills.debug.xcconfig"; sourceTree = "<group>"; };
|
179 |
7BC589C3ADE7FD2CC0BCBEBF /* Pods-twogetskills.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-twogetskills.debug.xcconfig"; path = "Target Support Files/Pods-twogetskills/Pods-twogetskills.debug.xcconfig"; sourceTree = "<group>"; };
|
179 |
8422600F28A9B691005E625B /* NotificationListItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationListItemView.swift; sourceTree = "<group>"; };
|
180 |
8422600F28A9B691005E625B /* NotificationListItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationListItemView.swift; sourceTree = "<group>"; };
|
180 |
8422601128A9EF82005E625B /* NotificationListItemEmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationListItemEmptyView.swift; sourceTree = "<group>"; };
|
181 |
8422601128A9EF82005E625B /* NotificationListItemEmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationListItemEmptyView.swift; sourceTree = "<group>"; };
|
- |
|
182 |
84AB6E9828BC5F090038A90A /* SafariView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SafariView.swift; sourceTree = "<group>"; };
|
181 |
9605037E27BE810D00E6E5DF /* CardCapsuleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardCapsuleView.swift; sourceTree = "<group>"; };
|
183 |
9605037E27BE810D00E6E5DF /* CardCapsuleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardCapsuleView.swift; sourceTree = "<group>"; };
|
182 |
9605038327BE82F400E6E5DF /* GridCapsuleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GridCapsuleView.swift; sourceTree = "<group>"; };
|
184 |
9605038327BE82F400E6E5DF /* GridCapsuleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GridCapsuleView.swift; sourceTree = "<group>"; };
|
183 |
9605038827BE876A00E6E5DF /* CardSlideView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardSlideView.swift; sourceTree = "<group>"; };
|
185 |
9605038827BE876A00E6E5DF /* CardSlideView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardSlideView.swift; sourceTree = "<group>"; };
|
184 |
9605038D27BF014200E6E5DF /* GridSlideView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GridSlideView.swift; sourceTree = "<group>"; };
|
186 |
9605038D27BF014200E6E5DF /* GridSlideView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GridSlideView.swift; sourceTree = "<group>"; };
|
185 |
9605039227BF382F00E6E5DF /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
|
187 |
9605039227BF382F00E6E5DF /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
|
Línea 366... |
Línea 368... |
366 |
sourceTree = "<group>";
|
368 |
sourceTree = "<group>";
|
367 |
};
|
369 |
};
|
368 |
960660CF27A1E4AD006DEB48 /* View */ = {
|
370 |
960660CF27A1E4AD006DEB48 /* View */ = {
|
369 |
isa = PBXGroup;
|
371 |
isa = PBXGroup;
|
370 |
children = (
|
372 |
children = (
|
- |
|
373 |
84AB6E9828BC5F090038A90A /* SafariView.swift */,
|
371 |
9628879928B818A40041F090 /* DeleteAccountView.swift */,
|
374 |
9628879928B818A40041F090 /* DeleteAccountView.swift */,
|
372 |
9628879A28B818A40041F090 /* GoodByeDeleteAccountView.swift */,
|
375 |
9628879A28B818A40041F090 /* GoodByeDeleteAccountView.swift */,
|
373 |
9606608827A1B606006DEB48 /* LoadingView.swift */,
|
376 |
9606608827A1B606006DEB48 /* LoadingView.swift */,
|
374 |
960660D327A1ED2E006DEB48 /* GridTopicView.swift */,
|
377 |
960660D327A1ED2E006DEB48 /* GridTopicView.swift */,
|
375 |
960660D827A1ED84006DEB48 /* CardTopicView.swift */,
|
378 |
960660D827A1ED84006DEB48 /* CardTopicView.swift */,
|
Línea 970... |
Línea 973... |
970 |
960D0F12282416B6001F9F16 /* CustomAsyncImageProfile.swift in Sources */,
|
973 |
960D0F12282416B6001F9F16 /* CustomAsyncImageProfile.swift in Sources */,
|
971 |
960D0F172824469A001F9F16 /* MyProgressView.swift in Sources */,
|
974 |
960D0F172824469A001F9F16 /* MyProgressView.swift in Sources */,
|
972 |
96E2BC372891988400F5AC99 /* MyCapsulesHeaderView.swift in Sources */,
|
975 |
96E2BC372891988400F5AC99 /* MyCapsulesHeaderView.swift in Sources */,
|
973 |
9613946C2815C86100C37BC1 /* VideoPlayerView.swift in Sources */,
|
976 |
9613946C2815C86100C37BC1 /* VideoPlayerView.swift in Sources */,
|
974 |
96E2BC4C2891C12100F5AC99 /* MyCapsuleListItemView.swift in Sources */,
|
977 |
96E2BC4C2891C12100F5AC99 /* MyCapsuleListItemView.swift in Sources */,
|
- |
|
978 |
84AB6E9928BC5F090038A90A /* SafariView.swift in Sources */,
|
975 |
969E9BC1289AD84B00FDB287 /* ExtensionStringTrim.swift in Sources */,
|
979 |
969E9BC1289AD84B00FDB287 /* ExtensionStringTrim.swift in Sources */,
|
976 |
96E2BC542891C33400F5AC99 /* MyCapsulesListingViewModel.swift in Sources */,
|
980 |
96E2BC542891C33400F5AC99 /* MyCapsulesListingViewModel.swift in Sources */,
|
977 |
963F17FD2896966200B29436 /* CommentAndRatingViewCommentsModel.swift in Sources */,
|
981 |
963F17FD2896966200B29436 /* CommentAndRatingViewCommentsModel.swift in Sources */,
|
978 |
960D0F1F2824481F001F9F16 /* ProgressBarView.swift in Sources */,
|
982 |
960D0F1F2824481F001F9F16 /* ProgressBarView.swift in Sources */,
|
979 |
96ED56582825691800EA1DF9 /* UserExtendedViewModel.swift in Sources */,
|
983 |
96ED56582825691800EA1DF9 /* UserExtendedViewModel.swift in Sources */,
|
Línea 1135... |
Línea 1139... |
1135 |
baseConfigurationReference = 7BC589C3ADE7FD2CC0BCBEBF /* Pods-twogetskills.debug.xcconfig */;
|
1139 |
baseConfigurationReference = 7BC589C3ADE7FD2CC0BCBEBF /* Pods-twogetskills.debug.xcconfig */;
|
1136 |
buildSettings = {
|
1140 |
buildSettings = {
|
1137 |
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1141 |
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1138 |
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
1142 |
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
1139 |
CODE_SIGN_STYLE = Automatic;
|
1143 |
CODE_SIGN_STYLE = Automatic;
|
1140 |
CURRENT_PROJECT_VERSION = 5;
|
1144 |
CURRENT_PROJECT_VERSION = 6;
|
1141 |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
1145 |
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
1142 |
DEVELOPMENT_ASSET_PATHS = "\"twogetskills/Preview Content\"";
|
1146 |
DEVELOPMENT_ASSET_PATHS = "\"twogetskills/Preview Content\"";
|
1143 |
DEVELOPMENT_TEAM = U55XF8H4BZ;
|
1147 |
DEVELOPMENT_TEAM = U55XF8H4BZ;
|
1144 |
ENABLE_PREVIEWS = YES;
|
1148 |
ENABLE_PREVIEWS = YES;
|
1145 |
INFOPLIST_FILE = twogetskills/Info.plist;
|
1149 |
INFOPLIST_FILE = twogetskills/Info.plist;
|
Línea 1162... |
Línea 1166... |
1162 |
buildSettings = {
|
1166 |
buildSettings = {
|
1163 |
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1167 |
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1164 |
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
1168 |
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
1165 |
CODE_SIGN_ENTITLEMENTS = twogetskills/twogetskillsRelease.entitlements;
|
1169 |
CODE_SIGN_ENTITLEMENTS = twogetskills/twogetskillsRelease.entitlements;
|
1166 |
CODE_SIGN_STYLE = Automatic;
|
1170 |
CODE_SIGN_STYLE = Automatic;
|
1167 |
CURRENT_PROJECT_VERSION = 5;
|
1171 |
CURRENT_PROJECT_VERSION = 6;
|
1168 |
DEVELOPMENT_ASSET_PATHS = "\"twogetskills/Preview Content\"";
|
1172 |
DEVELOPMENT_ASSET_PATHS = "\"twogetskills/Preview Content\"";
|
1169 |
DEVELOPMENT_TEAM = U55XF8H4BZ;
|
1173 |
DEVELOPMENT_TEAM = U55XF8H4BZ;
|
1170 |
ENABLE_PREVIEWS = YES;
|
1174 |
ENABLE_PREVIEWS = YES;
|
1171 |
INFOPLIST_FILE = twogetskills/Info.plist;
|
1175 |
INFOPLIST_FILE = twogetskills/Info.plist;
|
1172 |
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|
1176 |
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
|