diff --git a/XLPagerTabStrip.xcodeproj/project.pbxproj b/XLPagerTabStrip.xcodeproj/project.pbxproj index b6f92cb..b8e5c75 100644 --- a/XLPagerTabStrip.xcodeproj/project.pbxproj +++ b/XLPagerTabStrip.xcodeproj/project.pbxproj @@ -321,7 +321,7 @@ 28B63A7E1A459F5900225C66 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0610; + LastUpgradeCheck = 0720; ORGANIZATIONNAME = Xmartlabs; TargetAttributes = { 28B63A851A459F5900225C66 = { @@ -441,6 +441,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; @@ -506,6 +507,7 @@ INFOPLIST_FILE = XLPagerTabStrip/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.xmartlabs.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -519,6 +521,7 @@ INFOPLIST_FILE = XLPagerTabStrip/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 7.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.xmartlabs.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; @@ -537,6 +540,7 @@ ); INFOPLIST_FILE = XLPagerTabStripTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.xmartlabs.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/XLPagerTabStrip.app/XLPagerTabStrip"; }; @@ -552,6 +556,7 @@ ); INFOPLIST_FILE = XLPagerTabStripTests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = "com.xmartlabs.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/XLPagerTabStrip.app/XLPagerTabStrip"; }; diff --git a/XLPagerTabStrip/Demo/Storyboard.storyboard b/XLPagerTabStrip/Demo/Storyboard.storyboard index 7df1d90..1620063 100644 --- a/XLPagerTabStrip/Demo/Storyboard.storyboard +++ b/XLPagerTabStrip/Demo/Storyboard.storyboard @@ -1,8 +1,8 @@ - + - + @@ -20,9 +20,11 @@ + + @@ -37,6 +39,7 @@ + @@ -73,13 +76,15 @@ + - - + @@ -144,13 +151,15 @@ - + + + @@ -186,6 +195,7 @@ + @@ -193,9 +203,11 @@ + + @@ -225,6 +237,7 @@ + @@ -250,6 +263,7 @@ + @@ -272,6 +286,7 @@ + @@ -299,8 +314,9 @@ - + + @@ -313,21 +329,24 @@ - + - + + @@ -340,9 +359,11 @@ + + @@ -378,9 +399,11 @@ + + @@ -418,6 +441,7 @@ + @@ -440,6 +464,7 @@ + @@ -469,9 +494,11 @@ + + diff --git a/XLPagerTabStrip/Info.plist b/XLPagerTabStrip/Info.plist index cfd983c..8b4b812 100644 --- a/XLPagerTabStrip/Info.plist +++ b/XLPagerTabStrip/Info.plist @@ -2,14 +2,12 @@ - LSMinimumSystemVersion - 7.0 CFBundleDevelopmentRegion en CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - com.xmartlabs.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -22,6 +20,8 @@ ???? CFBundleVersion 1 + LSMinimumSystemVersion + 7.0 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/XLPagerTabStripTests/Info.plist b/XLPagerTabStripTests/Info.plist index 8a57cd3..ba72822 100644 --- a/XLPagerTabStripTests/Info.plist +++ b/XLPagerTabStripTests/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - com.xmartlabs.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName