diff --git a/ios/Campus.xcodeproj/project.pbxproj b/ios/Campus.xcodeproj/project.pbxproj index c2c3c71..9f6643e 100644 --- a/ios/Campus.xcodeproj/project.pbxproj +++ b/ios/Campus.xcodeproj/project.pbxproj @@ -146,7 +146,7 @@ TargetAttributes = { 13B07F861A680F5B00A75B9A = { DevelopmentTeam = 6JA7CLNUV6; - ProvisioningStyle = Manual; + ProvisioningStyle = Automatic; }; }; }; @@ -272,13 +272,14 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements; - CODE_SIGN_IDENTITY = "iPhone Distribution"; - CODE_SIGN_STYLE = Manual; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = 6JA7CLNUV6; INFOPLIST_FILE = Campus/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + MARKETING_VERSION = 2.0.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -286,7 +287,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = fr.amicaleinsat.application; PRODUCT_NAME = application; - PROVISIONING_PROFILE_SPECIFIER = "fr.amicaleinsat.application AppStore"; + PROVISIONING_PROFILE_SPECIFIER = ""; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; @@ -297,12 +298,13 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements; - CODE_SIGN_IDENTITY = "iPhone Distribution"; - CODE_SIGN_STYLE = Manual; + CODE_SIGN_IDENTITY = "Apple Development"; + CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = 6JA7CLNUV6; INFOPLIST_FILE = Campus/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + MARKETING_VERSION = 2.0.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -310,7 +312,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = fr.amicaleinsat.application; PRODUCT_NAME = application; - PROVISIONING_PROFILE_SPECIFIER = "fr.amicaleinsat.application AppStore"; + PROVISIONING_PROFILE_SPECIFIER = ""; VERSIONING_SYSTEM = "apple-generic"; }; name = Release; diff --git a/ios/Campus.xcodeproj/xcshareddata/xcschemes/Campus.xcscheme b/ios/Campus.xcodeproj/xcshareddata/xcschemes/Campus.xcscheme index d322ee8..2c23aa5 100644 --- a/ios/Campus.xcodeproj/xcshareddata/xcschemes/Campus.xcscheme +++ b/ios/Campus.xcodeproj/xcshareddata/xcschemes/Campus.xcscheme @@ -78,7 +78,7 @@ - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - Campus - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 2.0.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - NSLocationWhenInUseUsageDescription - Allow Campus to use your location - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - - UIViewControllerBasedStatusBarAppearance - - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - - NSCalendarsUsageDescription - Allow Campus to access your calendar - NSCameraUsageDescription - Allow Campus to use the camera - NSContactsUsageDescription - Allow Campus experiences to access your contacts - NSLocationAlwaysAndWhenInUseUsageDescription - Allow Campus to use your location - NSLocationAlwaysUsageDescription - Allow Campus to use your location - NSMicrophoneUsageDescription - Allow Campus to access your microphone - NSMotionUsageDescription - Allow Campus to access your device's accelerometer - NSPhotoLibraryAddUsageDescription - Give Campus periences permission to save photos - NSPhotoLibraryUsageDescription - Give Campus periences permission to access your photos - NSRemindersUsageDescription - Allow Campus to access your reminders - FacebookAutoInitEnabled - - FacebookAutoLogAppEventsEnabled - - FacebookAdvertiserIDCollectionEnabled - - UIRequiresFullScreen - - CFBundleURLTypes - - - CFBundleURLSchemes - - campus-insat - - - - UIUserInterfaceStyle - Automatic - - \ No newline at end of file + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + Campus + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleSignature + ???? + CFBundleURLTypes + + + CFBundleURLSchemes + + campus-insat + + + + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + FacebookAdvertiserIDCollectionEnabled + + FacebookAutoInitEnabled + + FacebookAutoLogAppEventsEnabled + + LSRequiresIPhoneOS + + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSExceptionDomains + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + + + + NSCalendarsUsageDescription + Allow Campus to access your calendar + NSCameraUsageDescription + Allow Campus to use the camera + NSContactsUsageDescription + Allow Campus experiences to access your contacts + NSLocationAlwaysAndWhenInUseUsageDescription + Allow Campus to use your location + NSLocationAlwaysUsageDescription + Allow Campus to use your location + NSLocationWhenInUseUsageDescription + Allow Campus to use your location + NSMicrophoneUsageDescription + Allow Campus to access your microphone + NSMotionUsageDescription + Allow Campus to access your device's accelerometer + NSPhotoLibraryAddUsageDescription + Give Campus periences permission to save photos + NSPhotoLibraryUsageDescription + Give Campus periences permission to access your photos + NSRemindersUsageDescription + Allow Campus to access your reminders + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UIRequiresFullScreen + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + + UIUserInterfaceStyle + Automatic + UIViewControllerBasedStatusBarAppearance + + +