|
305 | 305 | 3B3A09142A56A6C700C8A740 /* PhotoDetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoDetailViewController.swift; sourceTree = "<group>"; }; |
306 | 306 | 3B3BE7182A56CC820064E716 /* PophoryNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PophoryNavigationController.swift; sourceTree = "<group>"; }; |
307 | 307 | 3B4E2F0E2B92371D00B60CB4 /* PHPickerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PHPickerProtocol.swift; sourceTree = "<group>"; }; |
| 308 | + 3B560FC52B95EE20009781B7 /* ci_post_clone.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = ci_post_clone.sh; sourceTree = "<group>"; }; |
308 | 309 | 3B583A5C2AF0275F008FFB9A /* PophoryAdManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PophoryAdManager.swift; sourceTree = "<group>"; }; |
309 | 310 | 3B583A5E2AF0288F008FFB9A /* AdAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdAPI.swift; sourceTree = "<group>"; }; |
310 | 311 | 3B583A612AF029BF008FFB9A /* FetchAdResponseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FetchAdResponseDTO.swift; sourceTree = "<group>"; }; |
|
753 | 754 | path = ViewController; |
754 | 755 | sourceTree = "<group>"; |
755 | 756 | }; |
| 757 | + 3B560FC42B95EDF9009781B7 /* ci_scripts */ = { |
| 758 | + isa = PBXGroup; |
| 759 | + children = ( |
| 760 | + 3B560FC52B95EE20009781B7 /* ci_post_clone.sh */, |
| 761 | + ); |
| 762 | + path = ci_scripts; |
| 763 | + sourceTree = "<group>"; |
| 764 | + }; |
756 | 765 | 3B583A602AF029B0008FFB9A /* Ad */ = { |
757 | 766 | isa = PBXGroup; |
758 | 767 | children = ( |
|
1074 | 1083 | B1631EFE2A1759EA0050974F = { |
1075 | 1084 | isa = PBXGroup; |
1076 | 1085 | children = ( |
| 1086 | + 3B560FC42B95EDF9009781B7 /* ci_scripts */, |
1077 | 1087 | B1631F092A1759EA0050974F /* pophory-iOS */, |
1078 | 1088 | B1631F202A1759EB0050974F /* pophory-iOSTests */, |
1079 | 1089 | B1631F2A2A1759EB0050974F /* pophoryUITests */, |
|
1506 | 1516 | ); |
1507 | 1517 | runOnlyForDeploymentPostprocessing = 0; |
1508 | 1518 | shellPath = /bin/sh; |
1509 | | - shellScript = "\n# Name of the resource we're selectively copying\nGOOGLESERVICE_INFO_PLIST=GoogleService-Info.plist\n\n# Get references to dev and prod versions of the GoogleService-Info.plist\n# NOTE: These should only live on the file system and should NOT be part of the target (since we'll be adding them to the target manually)\nGOOGLESERVICE_INFO_DEV=${PROJECT_DIR}/${TARGET_NAME}/Firebase/Debug/${GOOGLESERVICE_INFO_PLIST}\nGOOGLESERVICE_INFO_PROD=${PROJECT_DIR}/${TARGET_NAME}/Firebase/Release/${GOOGLESERVICE_INFO_PLIST}\n\n# Make sure the dev version of GoogleService-Info.plist exists\necho \"Looking for ${GOOGLESERVICE_INFO_PLIST} in ${GOOGLESERVICE_INFO_DEV}\"\nif [ ! -f $GOOGLESERVICE_INFO_DEV ]\nthen\n echo \"No Development GoogleService-Info.plist found. Please ensure it's in the proper directory.\"\n exit 1\nfi\n\n# Make sure the prod version of GoogleService-Info.plist exists\necho \"Looking for ${GOOGLESERVICE_INFO_PLIST} in ${GOOGLESERVICE_INFO_PROD}\"\nif [ ! -f $GOOGLESERVICE_INFO_PROD ]\nthen\n echo \"No Production GoogleService-Info.plist found. Please ensure it's in the proper directory.\"\n exit 1\nfi\n\n# Get a reference to the destination location for the GoogleService-Info.plist\nPLIST_DESTINATION=${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app\necho \"Will copy ${GOOGLESERVICE_INFO_PLIST} to final destination: ${PLIST_DESTINATION}\"\n\n# Copy over the prod GoogleService-Info.plist for Release builds\nif [ \"${CONFIGURATION}\" == \"Release\" ]\nthen\n echo \"Using ${GOOGLESERVICE_INFO_PROD}\"\n cp \"${GOOGLESERVICE_INFO_PROD}\" \"${PLIST_DESTINATION}\"\nelse\n echo \"Using ${GOOGLESERVICE_INFO_DEV}\"\n cp \"${GOOGLESERVICE_INFO_DEV}\" \"${PLIST_DESTINATION}\"\nfi\n"; |
| 1519 | + shellScript = "\n# Name of the resource we're selectively copying\nGOOGLESERVICE_INFO_PLIST=GoogleService-Info.plist\n\n# Get references to dev and prod versions of the GoogleService-Info.plist\n# NOTE: These should only live on the file system and should NOT be part of the target (since we'll be adding them to the target manually)\nGOOGLESERVICE_INFO_DEV=${PROJECT_DIR}/${TARGET_NAME}/Firebase/Debug/${GOOGLESERVICE_INFO_PLIST}\nGOOGLESERVICE_INFO_PROD=${PROJECT_DIR}/${TARGET_NAME}/Firebase/Release/${GOOGLESERVICE_INFO_PLIST}\n\n\n# Make sure the dev version of GoogleService-Info.plist exists\necho \"Looking for ${GOOGLESERVICE_INFO_PLIST} in ${GOOGLESERVICE_INFO_DEV}\"\nif [ ! -f $GOOGLESERVICE_INFO_DEV ]\nthen\n echo \"No Development GoogleService-Info.plist found. Please ensure it's in the proper directory.\"\n exit 1\nfi\n\n# Make sure the prod version of GoogleService-Info.plist exists\necho \"Looking for ${GOOGLESERVICE_INFO_PLIST} in ${GOOGLESERVICE_INFO_PROD}\"\nif [ ! -f $GOOGLESERVICE_INFO_PROD ]\nthen\n echo \"No Production GoogleService-Info.plist found. Please ensure it's in the proper directory.\"\n exit 1\nfi\n\n# Get a reference to the destination location for the GoogleService-Info.plist\nPLIST_DESTINATION=${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app\necho \"Will copy ${GOOGLESERVICE_INFO_PLIST} to final destination: ${PLIST_DESTINATION}\"\n\n# Copy over the prod GoogleService-Info.plist for Release builds\nif [ \"${CONFIGURATION}\" == \"Release\" ]\nthen\n echo \"Using ${GOOGLESERVICE_INFO_PROD}\"\n cp \"${GOOGLESERVICE_INFO_PROD}\" \"${PLIST_DESTINATION}\"\nelse\n echo \"Using ${GOOGLESERVICE_INFO_DEV}\"\n cp \"${GOOGLESERVICE_INFO_DEV}\" \"${PLIST_DESTINATION}\"\nfi\n"; |
1510 | 1520 | }; |
1511 | 1521 | 3B5CDBC32A94CEA9001382C4 /* Run Script */ = { |
1512 | 1522 | isa = PBXShellScriptBuildPhase; |
|
1975 | 1985 | CODE_SIGN_IDENTITY = "Apple Development"; |
1976 | 1986 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
1977 | 1987 | CODE_SIGN_STYLE = Manual; |
1978 | | - CURRENT_PROJECT_VERSION = 1; |
| 1988 | + CURRENT_PROJECT_VERSION = 2; |
1979 | 1989 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
1980 | 1990 | DEVELOPMENT_TEAM = ""; |
1981 | 1991 | "DEVELOPMENT_TEAM[sdk=iphoneos*]" = CQJ9UKUU35; |
|
1997 | 2007 | "$(inherited)", |
1998 | 2008 | "@executable_path/Frameworks", |
1999 | 2009 | ); |
2000 | | - MARKETING_VERSION = 1.3.0; |
| 2010 | + MARKETING_VERSION = 1.3.1; |
2001 | 2011 | PRODUCT_BUNDLE_IDENTIFIER = "Team.pophory-iOS"; |
2002 | 2012 | PRODUCT_NAME = "$(TARGET_NAME)"; |
2003 | 2013 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
2022 | 2032 | CODE_SIGN_IDENTITY = "Apple Development"; |
2023 | 2033 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; |
2024 | 2034 | CODE_SIGN_STYLE = Manual; |
2025 | | - CURRENT_PROJECT_VERSION = 1; |
| 2035 | + CURRENT_PROJECT_VERSION = 2; |
2026 | 2036 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
2027 | 2037 | DEVELOPMENT_TEAM = ""; |
2028 | 2038 | "DEVELOPMENT_TEAM[sdk=iphoneos*]" = CQJ9UKUU35; |
|
2044 | 2054 | "$(inherited)", |
2045 | 2055 | "@executable_path/Frameworks", |
2046 | 2056 | ); |
2047 | | - MARKETING_VERSION = 1.3.0; |
| 2057 | + MARKETING_VERSION = 1.3.1; |
2048 | 2058 | PRODUCT_BUNDLE_IDENTIFIER = "Team.pophory-iOS"; |
2049 | 2059 | PRODUCT_NAME = "$(TARGET_NAME)"; |
2050 | 2060 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments