diff --git a/ios/circolapp/Podfile b/ios/circolapp/Podfile index 9aaf8e5..4d39e6e 100644 --- a/ios/circolapp/Podfile +++ b/ios/circolapp/Podfile @@ -1,6 +1,8 @@ target 'circolapp' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! + # Inhibit warnings for all pods + inhibit_all_warnings! platform :ios, '14.2' # Pods for iosApp pod 'shared', :path => '../../shared' diff --git a/ios/circolapp/Podfile.lock b/ios/circolapp/Podfile.lock index bf1849f..edb4d55 100644 --- a/ios/circolapp/Podfile.lock +++ b/ios/circolapp/Podfile.lock @@ -107,6 +107,6 @@ SPEC CHECKSUMS: PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f shared: fb3154b4def038b2b13aa88e01dd9f91bb2de9b5 -PODFILE CHECKSUM: 1abad2a06d57697aaa30bdc69168ab8d888a7fe2 +PODFILE CHECKSUM: a487659931a7673e546d39f1a5fb311269291d94 COCOAPODS: 1.10.0 diff --git a/ios/circolapp/circolapp.xcodeproj/project.pbxproj b/ios/circolapp/circolapp.xcodeproj/project.pbxproj index 0a18169..1db3db0 100644 --- a/ios/circolapp/circolapp.xcodeproj/project.pbxproj +++ b/ios/circolapp/circolapp.xcodeproj/project.pbxproj @@ -47,6 +47,7 @@ 9553DB08257173ED006AE167 /* iOSDatabase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSDatabase.swift; sourceTree = ""; }; 95906F47257506360060F5D0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 95906F4C257510370060F5D0 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; + 959B531E25764726009AD895 /* circolapp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = circolapp.entitlements; sourceTree = ""; }; 95BC3BF72572BCF900F24400 /* AttachmentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttachmentView.swift; sourceTree = ""; }; 95C46A50255D3A34007A75E5 /* CircularViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularViewModel.swift; sourceTree = ""; }; 95CA31AC255C1EDE00AC095B /* circolapp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = circolapp.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -128,6 +129,7 @@ 95CA31AE255C1EDE00AC095B /* circolapp */ = { isa = PBXGroup; children = ( + 959B531E25764726009AD895 /* circolapp.entitlements */, 95906F46257506050060F5D0 /* Model */, 95906F45257505770060F5D0 /* View */, 95CA31AF255C1EDE00AC095B /* CircolApp.swift */, @@ -331,7 +333,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.1; + IPHONEOS_DEPLOYMENT_TARGET = 14.2; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -386,7 +388,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 14.1; + IPHONEOS_DEPLOYMENT_TARGET = 14.2; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -402,7 +404,10 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = circolapp/circolapp.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 100; DEVELOPMENT_ASSET_PATHS = "\"circolapp/Preview Content\""; DEVELOPMENT_TEAM = 778438K57Y; ENABLE_PREVIEWS = YES; @@ -413,12 +418,14 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 88cd2bd; OTHER_LDFLAGS = ( "-lsqlite3", "$(inherited)", ); PRODUCT_BUNDLE_IDENTIFIER = net.underdesk.circolapp; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -430,7 +437,10 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = circolapp/circolapp.entitlements; + CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 100; DEVELOPMENT_ASSET_PATHS = "\"circolapp/Preview Content\""; DEVELOPMENT_TEAM = 778438K57Y; ENABLE_PREVIEWS = YES; @@ -441,12 +451,14 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 88cd2bd; OTHER_LDFLAGS = ( "-lsqlite3", "$(inherited)", ); PRODUCT_BUNDLE_IDENTIFIER = net.underdesk.circolapp; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; diff --git a/ios/circolapp/circolapp.xcodeproj/project.xcworkspace/xcuserdata/matteo.xcuserdatad/UserInterfaceState.xcuserstate b/ios/circolapp/circolapp.xcodeproj/project.xcworkspace/xcuserdata/matteo.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index abe01ad..0000000 Binary files a/ios/circolapp/circolapp.xcodeproj/project.xcworkspace/xcuserdata/matteo.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/ios/circolapp/circolapp.xcodeproj/xcuserdata/matteo.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/circolapp/circolapp.xcodeproj/xcuserdata/matteo.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index a672a87..0000000 --- a/ios/circolapp/circolapp.xcodeproj/xcuserdata/matteo.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - SchemeUserState - - circolapp.xcscheme_^#shared#^_ - - orderHint - 3 - - - SuppressBuildableAutocreation - - 95CA31AB255C1EDD00AC095B - - primary - - - - - diff --git a/ios/circolapp/circolapp/Info.plist b/ios/circolapp/circolapp/Info.plist index e2cbebd..20f7c9a 100644 --- a/ios/circolapp/circolapp/Info.plist +++ b/ios/circolapp/circolapp/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleVersion - 1 + $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS UIApplicationSceneManifest diff --git a/ios/circolapp/circolapp/circolapp.entitlements b/ios/circolapp/circolapp/circolapp.entitlements new file mode 100644 index 0000000..903def2 --- /dev/null +++ b/ios/circolapp/circolapp/circolapp.entitlements @@ -0,0 +1,8 @@ + + + + + aps-environment + development + +