iOS web browser with a focus on security and privacy
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move version numbers to project to keep all targets in sync

+8 -4
+4
Endless.xcodeproj/project.pbxproj
··· 873 873 COPY_PHASE_STRIP = NO; 874 874 ENABLE_STRICT_OBJC_MSGSEND = YES; 875 875 ENABLE_TESTABILITY = YES; 876 + ENDLESS_BUILD_STRING = 2601; 877 + ENDLESS_VERSION_STRING = 2.6; 876 878 GCC_C_LANGUAGE_STANDARD = gnu99; 877 879 GCC_DYNAMIC_NO_PIC = NO; 878 880 GCC_NO_COMMON_BLOCKS = YES; ··· 928 930 COPY_PHASE_STRIP = YES; 929 931 ENABLE_NS_ASSERTIONS = NO; 930 932 ENABLE_STRICT_OBJC_MSGSEND = YES; 933 + ENDLESS_BUILD_STRING = 2601; 934 + ENDLESS_VERSION_STRING = 2.6; 931 935 GCC_C_LANGUAGE_STANDARD = gnu99; 932 936 GCC_NO_COMMON_BLOCKS = YES; 933 937 GCC_PREFIX_HEADER = "Endless/Endless-Prefix.pch";
+2 -2
Endless/Info.plist
··· 47 47 <key>CFBundlePackageType</key> 48 48 <string>APPL</string> 49 49 <key>CFBundleShortVersionString</key> 50 - <string>2.6</string> 50 + <string>$(ENDLESS_VERSION_STRING)</string> 51 51 <key>CFBundleSignature</key> 52 52 <string>????</string> 53 53 <key>CFBundleURLTypes</key> ··· 63 63 </dict> 64 64 </array> 65 65 <key>CFBundleVersion</key> 66 - <string>2600</string> 66 + <string>$(ENDLESS_BUILD_STRING)</string> 67 67 <key>ITSAppUsesNonExemptEncryption</key> 68 68 <false/> 69 69 <key>LSApplicationQueriesSchemes</key>
+2 -2
Open in Endless/Info.plist
··· 17 17 <key>CFBundlePackageType</key> 18 18 <string>XPC!</string> 19 19 <key>CFBundleShortVersionString</key> 20 - <string>2.6</string> 20 + <string>$(ENDLESS_VERSION_STRING)</string> 21 21 <key>CFBundleVersion</key> 22 - <string>2600</string> 22 + <string>$(ENDLESS_BUILD_STRING)</string> 23 23 <key>NSExtension</key> 24 24 <dict> 25 25 <key>NSExtensionAttributes</key>